You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2007/12/11 04:29:27 UTC

[jira] Commented: (SM-1163) CXF SE missing type attribute in jbi outbound message

    [ https://issues.apache.org/activemq/browse/SM-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40825 ] 

Freeman Fang commented on SM-1163:
----------------------------------

fixed by
http://svn.apache.org/viewvc?rev=603133&view=rev
http://svn.apache.org/viewvc?rev=603137&view=rev

> CXF SE missing type attribute in jbi outbound message
> -----------------------------------------------------
>
>                 Key: SM-1163
>                 URL: https://issues.apache.org/activemq/browse/SM-1163
>             Project: ServiceMix
>          Issue Type: Bug
>    Affects Versions: 3.2
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.3
>
>
> append the description from mail list
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.