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 "Isuru Eranga Suriarachchi (JIRA)" <ji...@apache.org> on 2009/11/30 14:23:21 UTC

[jira] Created: (AXIS2-4568) JAXWSRIWSDLGenerator classpath should contain third party jars in the 'lib' folder of the jaxws service archive

JAXWSRIWSDLGenerator classpath should contain third party jars in the 'lib' folder of the jaxws service archive 
----------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-4568
                 URL: https://issues.apache.org/jira/browse/AXIS2-4568
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Isuru Eranga Suriarachchi
            Assignee: Isuru Eranga Suriarachchi


Currently, JAXWSRIWSDLGenerator classpath doesn't contain the third party jars in the 'lib' folder of the jaxws service archive. Therefore, WSDL generation fails for a service which has a class coming from a third party library as a method parameter.

Ex:
@WebMethod
public String getValue(MyClass test) {
...
}

If the class "MyClass" is coming from a third party library which is in the "lib" folder of the service archive, WSDL generation fails. To fix this issue, we have to add those third party libs into the "wsgen" classpath.

 

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


[jira] Resolved: (AXIS2-4568) JAXWSRIWSDLGenerator classpath should contain third party jars in the 'lib' folder of the jaxws service archive

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

Isuru Eranga Suriarachchi resolved AXIS2-4568.
----------------------------------------------

    Resolution: Fixed

> JAXWSRIWSDLGenerator classpath should contain third party jars in the 'lib' folder of the jaxws service archive 
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4568
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4568
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Isuru Eranga Suriarachchi
>            Assignee: Isuru Eranga Suriarachchi
>
> Currently, JAXWSRIWSDLGenerator classpath doesn't contain the third party jars in the 'lib' folder of the jaxws service archive. Therefore, WSDL generation fails for a service which has a class coming from a third party library as a method parameter.
> Ex:
> @WebMethod
> public String getValue(MyClass test) {
> ...
> }
> If the class "MyClass" is coming from a third party library which is in the "lib" folder of the service archive, WSDL generation fails. To fix this issue, we have to add those third party libs into the "wsgen" classpath.
>  

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