Unable to engage addressing at client side when using it as a classpath resource
--------------------------------------------------------------------------------

                 Key: AXIS2-2939
                 URL: https://issues.apache.org/jira/browse/AXIS2-2939
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Addressing
    Affects Versions: nightly
         Environment: winxp, jdk15
            Reporter: Charitha Kankanamge


Following error occurs when run client which was engaged addressing as a 
classpath resource.  (Without using repo, module.xml is included in 
axis2-snapshot.jar)

Exception in thread "main" org.apache.axis2.AxisFault: Unable to engage module 
: addressing
        at 
org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:332)
        at 
org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:317)
        at Client.main(Client.java:15)

I just used following to engage addressing at the client side. I did not use 
configcontext or any repository to get addressing module.

stub._getServiceClient().engageModule(new QName(Constants.MODULE_ADDRESSING));



-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to