[
https://issues.apache.org/jira/browse/CXF-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599528#action_12599528
]
Benson Margulies commented on CXF-1605:
---------------------------------------
Benjamin,
On the trunk, I added a new DynamicClientFactory in the land of JAX-WS. Could
you please give it a spin? If you could possibly come up with a patch
containing a test for all of this, I'd be exceedingly grateful.
I don't know whether to think in terms of deprecating the plain JAXB factory,
leaving it alone, or giving it more interceptors.
--benson
> Dynamic client does not support attachements
> --------------------------------------------
>
> Key: CXF-1605
> URL: https://issues.apache.org/jira/browse/CXF-1605
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.0.4, 2.0.5, 2.1, 2.0.6
> Reporter: Benjamin Coiffe
> Assignee: Benson Margulies
> Fix For: 2.1.1
>
>
> The dynamic client does not support attachement it is missing a few handlers
> in the stack...More precisely, it is not getting any handlers from the
> Binding because it the Endpoint used is not initiated correctly.
> A quick fix is to change one line in the ClientImpl(String,Bus,EndpointInfo):
> new EndpointImpl(...) with new JaxWsEndpointImpl(); but it kind of breaks the
> build.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.