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 "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/07/11 11:02:04 UTC

[jira] Created: (AXIS2-2939) Unable to engage addressing at client side when using it as a classpath resource

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2939) Unable to engage addressing at client side when using it as a classpath resource

Posted by "Glen Daniels (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512806 ] 

Glen Daniels commented on AXIS2-2939:
-------------------------------------

Hi Charitha - could you please include your CLASSPATH?

> 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: kernel
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Glen Daniels
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2939) Unable to engage addressing at client side when using it as a classpath resource

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-2939.
--------------------------------------

    Resolution: Fixed

Issue should be fixed now , I tested and it worked 

> 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: kernel
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Glen Daniels
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2939) Unable to engage addressing at client side when using it as a classpath resource

Posted by "tommy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514570 ] 

tommy commented on AXIS2-2939:
------------------------------

I got the same problem with "Unable to engage module : addressing ",  I've added the line 'stub._getServiceClient().engageModule(new QName("addressing"));' in my client codes. Could anyone be kind to tell where I should place addressing-1.2.mar in my class-path. I copyed it everywhere it could be, but the program still cannot recognize the .mar file in my project. Ask for help, thanks in advance.

> 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: kernel
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Glen Daniels
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2939) Unable to engage addressing at client side when using it as a classpath resource

Posted by "Brian DePradine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian DePradine updated AXIS2-2939:
-----------------------------------

    Component/s:     (was: Addressing)
                 kernel

Sounds like the mar is not being recognized on the classpath.

> 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: kernel
>    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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-2939) Unable to engage addressing at client side when using it as a classpath resource

Posted by "Glen Daniels (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Daniels reassigned AXIS2-2939:
-----------------------------------

    Assignee: Glen Daniels

> 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: kernel
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Glen Daniels
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org