[jbossws-issues] [JBoss JIRA] (JBWS-3447) Properly set classpath for valid JAXWS Provider resolution in binary distro testsuite

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Tue Feb 28 09:37:36 EST 2012


Alessio Soldano created JBWS-3447:
-------------------------------------

             Summary: Properly set classpath for valid JAXWS Provider resolution in binary distro testsuite
                 Key: JBWS-3447
                 URL: https://issues.jboss.org/browse/JBWS-3447
             Project: JBoss Web Services
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: jbossws-cxf-4.0.2


The binary distro testsuite is run through Ant and relies on the configured java.endorsed.dirs + classpath for correctly selecting the JAXWS Provider impl.
On JBossWS-CXF, the javax.xml.ws.spi.provider service is configured both in cxf-rt-frontend-jaxws.jar and jbossws-cxf-factories.jar. The latter (jbossws conf) needs to either come first in the classpath or be in java.endorsed.dirs.
Given AS7 does not come with an explicit folder for endorsing, properly set java.endorsed.dirs env implies the same knowledge as sorting the entries in the Ant classpath (AS7 relies on modules for preventing this; but users can use that for in-container clients only). Hence we should sort the classpath in the jbossws-cxf binary testsuite so that jbossws-cxf-factories.jar comes before cxf-rt-frontend-jaxws.jar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list