[jira] [Updated] (CXF-3754) Dispatch API's ServiceImpl class fails to copy address/properties/bus/handlers from jaxws:client spring configuration

2011-08-23 Thread Jesse Pangburn (JIRA)

 [ 
https://issues.apache.org/jira/browse/CXF-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse Pangburn updated CXF-3754:


Attachment: patch3754.txt

This patch is the same as the first one except it adds the handler chain 
support so it completely resolves this issue.

> 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
>  Labels: dispatch, jaxws
> Attachments: patch3754.txt, patch3754_partial.txt
>
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> 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




[jira] [Updated] (CXF-3754) Dispatch API's ServiceImpl class fails to copy address/properties/bus/handlers from jaxws:client spring configuration

2011-08-22 Thread Jesse Pangburn (JIRA)

 [ 
https://issues.apache.org/jira/browse/CXF-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse Pangburn updated CXF-3754:


Attachment: patch3754_partial.txt

This patch addresses all issues in this bug report except for the handlers.  I 
looked around but couldn't see how to construct a handler chain from the config 
to call dispatch.getBinding().setHandlerChain(..) with.

> 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
>  Labels: dispatch, jaxws
> Attachments: patch3754_partial.txt
>
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> 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