Dispatch API's ServiceImpl class fails to copy address/properties/bus/handlers from jaxws:client spring configuration ---------------------------------------------------------------------------------------------------------------------
Key: CXF-3754 URL: https://issues.apache.org/jira/browse/CXF-3754 Project: CXF Issue Type: Bug Components: JAX-WS Runtime Affects Versions: 2.4.1 Reporter: Jesse Pangburn Priority: Minor When using the Dispatch API to create a dispatch object, the ServiceImpl class helps create the Dispatch object and copies in a number of objects from the jaxws:client spring configuration (if present and properly configured). However, it fails to copy the following: address, properties, bus, handlers These overrides can be required in some deployments to make things work right. The workaround is to use the default bus and set those things there but this limits the amount of services that can be configured in one instance when those services need to have different bus settings. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira