Hi Guillaume, I'm not sure how to raise a JIRA for this project. -Daniel
gnodet wrote: > > Another way would be to solve the actual problem. > I suppose the cxf-se should set the message type on the jbi wrapper. > Could you raise a JIRA for that ? > > On Dec 5, 2007 10:23 PM, depstei2 <[EMAIL PROTECTED]> wrote: > >> >> Hello >> I have a service unit that is sending this message to cxfse with the >> following jbi tag: >> >> <jbi:message xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper" >> xmlns:msgns="http://student.kuali.org/poc/wsdl/PersonEmail" >> type="msgns:RetrieveEmailForPersonRequest" version="1.0"> >> >> and cxfse returns a message with this jbi tag: >> <jbi:message xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"> >> >> But this is causing problems from my client su because it is requiring >> the >> "type" attribute on the jbi tag. >> >> How would I go about creating an out interceptor to add that "type" >> attribute? I am having a lot of difficulty learning how to manipulate >> the >> jbi exchanges. >> Thank you >> -- >> View this message in context: >> http://www.nabble.com/CXF-SE-missing-type-attribute-in-jbi-outbound-message-tf4952353s12049.html#a14180797 >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > > -- View this message in context: http://www.nabble.com/CXF-SE-missing-type-attribute-in-jbi-outbound-message-tf4952353s12049.html#a14182064 Sent from the ServiceMix - User mailing list archive at Nabble.com.
