Results 1 to 2 of 2

Thread: standalone hessian service exporter

  1. #1
    Join Date
    Apr 2008
    Posts
    17

    Default standalone hessian service exporter

    hi,
    i am making a standalone hessian service exporter using a jetty. With eclipse it works perfectly fine but when i try to run the jar file following exception occurs.

    Code:
    Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStore
    Exception: IOException parsing XML document from class path resource [WebContent
    /WEB-INF/jetty.xml]; nested exception is java.io.FileNotFoundException: class pa
    th resource [WebContent/WEB-INF/jetty.xml] cannot be opened because it does not
    exist

  2. #2
    Join Date
    Dec 2007
    Posts
    4

    Default Spring hessian service exporter?

    Hi,
    Can you elaborate on what you're doing? I'm also using Spring to deploy Hessian services. At first I was using the SimpleHttpServerFactoryBean with Java5's HTTP server, but switched to Jetty for better logging / debugging.

    But by deploying my Spring beans as a web application, I can no longer access the Spring context outside of Jetty's web context. Is what you're building related to this kind of stuff?

    Thanks,
    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •