Ivo Bek created SWITCHYARD-756:
----------------------------------
Summary: Setting HandlerChain in SwitchYard configuration
Key: SWITCHYARD-756
URL:
https://issues.jboss.org/browse/SWITCHYARD-756
Project: SwitchYard
Issue Type: Feature Request
Components: configuration
Reporter: Ivo Bek
It would be great to set a handler chain even for the components like BPEL because AFAIK
we can only put the @javax.jws.HandlerChain annotation on a class (web service) now.
For example I need it to set the com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor
handler for a BPEL process because otherwise when I call a proxy object calling BPEL
process within distributed transaction (e.g. with WS-AtomicTransaction spec.) which puts
coordination context into SOAP header with mustUnderstand attribute it will throw
following exception:
[org.apache.cxf.phase.PhaseInterceptorChain] (pool-10-thread-1) Interceptor for
{http://www.jboss.org/bpel/examples}BusinessTravelService#{http://www.jboss.org/bpel/examples}order
has thrown exception, unwinding now: org.apache.cxf.binding.soap.SoapFault: MustUnderstand
headers: [{http://docs.oasis-open.org/ws-tx/wscoor/2006/06}CoordinationContext] are not
understood.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira