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

Richard Opalka (JIRA) jira-events at lists.jboss.org
Fri Feb 5 03:24:19 EST 2010


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: Alessio Soldano
             Fix For: jbossws-native-3.3.0


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