[jbossws-issues] [JBoss JIRA] Created: (JBWS-3280) Avoid building Spring Bus when deployment has no spring descriptor

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Wed Apr 27 12:39:18 EDT 2011


Avoid building Spring Bus when deployment has no spring descriptor
------------------------------------------------------------------

                 Key: JBWS-3280
                 URL: https://issues.jboss.org/browse/JBWS-3280
             Project: JBoss Web Services
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf
            Reporter: Alessio Soldano


The DescriptorDeploymentAspect currently relies on Spring availability in the classloader for deciding to generate a default jbossws-cxf.xml. Generally speaking, we should probably go the "Spring" way only when the deployment comes with a jbossws-cxf.xml (and spring is actually available ;-)), so the user explicitly asked for that.

We might even evaluate changing the logic in JBossWSBusFactory to avoid using Spring when no spring descriptor is found (basically the same the CXF 2.4 SpringBusFactory does in public Bus createBus(String cfgFiles[], boolean includeDefaults) and we override in our JBossWS version of that factory).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list