[jira] Created: (SMX4-420) In-only consumers break Camel routes containing in-out parts

View: New views
1 Messages — Rating Filter:   Alert me  

[jira] Created: (SMX4-420) In-only consumers break Camel routes containing in-out parts

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In-only consumers break Camel routes containing in-out parts
------------------------------------------------------------

                 Key: SMX4-420
                 URL: https://issues.apache.org/activemq/browse/SMX4-420
             Project: ServiceMix 4
          Issue Type: Bug
    Affects Versions: 4.1.0
            Reporter: Sergey Beryozkin
             Fix For: 4.1.0


This camel route which wants to get a message from the in-only http:consumer, pass it on to a an in-out cxfse and drop it to the log (or ex a queue) :

<camel:camelContext>
          <camel:route>
             <camel:from uri="jbi:endpoint:http://servicemix.apache.org/samples/wsdl-first/receiver/endpoint" />
             <camel:to uri="jbi:endpoint:http://servicemix.apache.org/samples/wsdl-first/PersonService/pojo" />
             <camel:to uri="log:test"/>
            </camel:route>
</camel:camelContext>

won't work if

<http:consumer   service="person:PersonService"
                   endpoint="soap"
                   targetService="person:receiver"
                   locationURI="http://0.0.0.0:8192/PersonService/"/>

is configured to do an in-only mep.

The fact that one of the individual components in the camel route uses an in-out mep should not make a difference for an in-only http:consumer.


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