[jbossws-issues] [JBoss JIRA] (JBWS-3453) JBossWSBusFactory check on Spring availability relies on TCCL only

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Tue Mar 6 10:43:39 EST 2012


Alessio Soldano created JBWS-3453:
-------------------------------------

             Summary: JBossWSBusFactory check on Spring availability relies on TCCL only
                 Key: JBWS-3453
                 URL: https://issues.jboss.org/browse/JBWS-3453
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: jbossws-cxf-4.1


JBossWSBusFactory has a check on Spring availability to decide the type of CXF BusFactory to build (Spring or not). The check is on TCCL being able to load Spring classes, but that's not enough in a JBoss Modules environment. As a matter of fact, that check needs to be extended to the defining classloader of the JBossWSBusFactory (which is the classloader for the org.jboss.ws.jaxws-client module), to be sure the factory can actually be loaded (it's going to be loaded using the defining classloader and of course the CXFBusFactory imports Spring classes)

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