Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-2918

Remove dependency on Sun specific JVM classes

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              ropalka Richard Opalka
              ropalka Richard Opalka
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: