[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2918) Remove dependency on Sun specific JVM classes

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Mon Feb 22 11:17:11 EST 2010


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

Alessio Soldano updated JBWS-2918:
----------------------------------

    Fix Version/s: jbossws-native-3.3.0.Beta4
                       (was: jbossws-native-3.3.0)


> Remove dependency on Sun specific JVM classes
> ---------------------------------------------
>
>                 Key: JBWS-2918
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2918
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>            Reporter: Richard Opalka
>            Assignee: Richard Opalka
>             Fix For: jbossws-native-3.3.0.Beta4
>
>
> I found this:
> [/home/opalka][/home/opalka/svn/jbossws/stack/native/trunk]>grep -r "org\.apache\.x" * | grep -v "\.svn" | grep com.sun.
> modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/samples/news/Agency.java:import com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl;
> modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/samples/news/Printer.java:import com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl;
> modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/samples/dar/ReplyConverter.java:import com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl;
> modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/samples/dar/ClientHelper.java:import com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl;
> IOW our tests are dependent on Sun JVM specific classes and so these tests are not portable across different JVMs. This should be fixed.

-- 
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