[
https://issues.apache.org/activemq/browse/SMXCOMP-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50465#action_50465
]
Francois Mireaux commented on SMXCOMP-476:
------------------------------------------
I dig into the problem and find that org.apache.cxf.ws.rm.Proxy.java sends the
CreateSequence request with a client created with the current CXF bus which
contains only the interceptors list defined by rminterceptors.xml (in test
case).
CxfBcProvider defines the interceptors list for each message in the
createInterceptorChain method, with the CXF bus interceptors list as base.
CxfBcConsumer defines the list only one time in validate method and updates the
CXF bus, is'nt it possible to make the same in CxfBcProvider ?
> A CXF-BC provider used with WS-RM sends the CreateSequence request without
> SOAP envelope
> ----------------------------------------------------------------------------------------
>
> Key: SMXCOMP-476
> URL: https://issues.apache.org/activemq/browse/SMXCOMP-476
> Project: ServiceMix Components
> Issue Type: Bug
> Components: servicemix-cxf-bc
> Affects Versions: servicemix-cxf-bc-2008.01
> Environment: Windows XP SP2
> Reporter: Francois Mireaux
> Assignee: Freeman Fang
> Attachments: CxfBcRMProviderTest.java
>
>
> This bug is a little symetric of SMXCOMP-446 (a CXF-BC consumer with WS-RM
> sends CreateSequenceResponse with a void body) but the solution (add a
> bareOut interceptor) do nothing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.