You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2007/04/05 16:29:32 UTC

[jira] Resolved: (AXIS2-2343) Message receiver classloading doesn't have access to jars in aar /lib

     [ https://issues.apache.org/jira/browse/AXIS2-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-2343.
-------------------------------------

    Resolution: Fixed

> Message receiver classloading doesn't have access to jars in aar /lib
> ---------------------------------------------------------------------
>
>                 Key: AXIS2-2343
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2343
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: nightly
>            Reporter: Dennis Sosnoski
>         Assigned To: Davanum Srinivas
>         Attachments: jibx-library.aar, JibxLibraryMessageReceiverInOut.java
>
>
> JiBX generates static initializers as part of the message receiver code, in order to configure some of the binding information used by JiBX when the service methods are called. In the case I'm working on, one of the classes being loaded by the static code is in a jar file, located in the /lib directory of the aar. This worked fine in 1.1 and 1.1.1, but now I get:
> java.lang.NoClassDefFoundError: com/sosnoski/ws/library/jibx/AddDuplicateFault
>    at org.apache.axis2.jibx.library.JibxLibraryMessageReceiverInOut.<clinit>(JibxLibraryMessageReceiverInOut.java:99)
>    ...
> So it looks like the /lib/*.jar files are no longer being added to the classpath used when loading the message receiver.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org