You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2010/01/06 14:05:16 UTC

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

     [ https://issues.apache.org/activemq/browse/SMX4-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved SMX4-420.
-----------------------------------

    Resolution: Won't Fix

not  a bug

> 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.