Results 1 to 2 of 2

Thread: HttpInvoker ClassNotFoundException by trying to deserialize

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Posts
    29

    Default HttpInvoker ClassNotFoundException by trying to deserialize

    Hello,

    I have a JAR file containing a service and a business object handled by the service.

    I have a webapp containing this jar in order to make the service available by HttpInvoker.

    I have a webapp that must communicate with the service and retrieve a business object.
    So, I have a client service Jar in this webapp containing the business object.

    But when I call the service by HTTP in order to retrieve the object, I have a ClassNotFoundException while trying to deserialize : No ClassLoaders found for....

    Have someone an idea of my packaging problem ?

    Thanks in advance...
    ________________________ _ _ _
    bgOnline

  2. #2
    Join Date
    Jul 2005
    Posts
    29

    Default

    I made a mistake : I didn't put the jar spring-remoting in the ClassPath of my webapp, but well in the parent ClassLoader, that's why it didn't work !

Posting Permissions

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