[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2342) Make the wrapper generator available on AS5 with JDK1.5

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Thu Oct 9 12:21:30 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBWS-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-2342:
----------------------------------

    Component/s: jbossws-metro
    Description: 
wsgen creates the bootclasspath for launching APT using the urls of the jars obtained with a getResource on EndpointReference.class and XmlSeeAlso.class. These result in the jdk rt jar when running with JDK6 and in the jaxws/jaxb api jars in deploy when running with JDK5. The latter ones of course use vfszip and this cause the jaxb-xjc code to raise an exception.

Caused by: java.lang.ClassNotFoundException: Loaded outside a jar vfszip:/home/alessio/dati/jboss-5.0-src/build/output/jboss-5.0.0.GA/server/default/lib/jaxws-api.jar/javax/xml/ws/EndpointReference.class
        at com.sun.istack.tools.ParallelWorldClassLoader.toJarUrl(ParallelWorldClassLoader.java:110)
        at com.sun.tools.ws.wscompile.JavaCompilerHelper.getJarFile(JavaCompilerHelper.java:60)
        ... 31 more



> Make the wrapper generator available on AS5 with JDK1.5
> -------------------------------------------------------
>
>                 Key: JBWS-2342
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2342
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-metro
>    Affects Versions: jbossws-metro-3.0.4
>            Reporter: Alessio Soldano
>
> wsgen creates the bootclasspath for launching APT using the urls of the jars obtained with a getResource on EndpointReference.class and XmlSeeAlso.class. These result in the jdk rt jar when running with JDK6 and in the jaxws/jaxb api jars in deploy when running with JDK5. The latter ones of course use vfszip and this cause the jaxb-xjc code to raise an exception.
> Caused by: java.lang.ClassNotFoundException: Loaded outside a jar vfszip:/home/alessio/dati/jboss-5.0-src/build/output/jboss-5.0.0.GA/server/default/lib/jaxws-api.jar/javax/xml/ws/EndpointReference.class
>         at com.sun.istack.tools.ParallelWorldClassLoader.toJarUrl(ParallelWorldClassLoader.java:110)
>         at com.sun.tools.ws.wscompile.JavaCompilerHelper.getJarFile(JavaCompilerHelper.java:60)
>         ... 31 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list