soap-consumer doesn't route messages when servicemix runs inside tomcat
-----------------------------------------------------------------------

                 Key: SMXCOMP-485
                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-485
             Project: ServiceMix Components
          Issue Type: Bug
    Affects Versions: servicemix-http-2008.01
         Environment: servicemix 3.3 inside tomcat
            Reporter: Milan Satala


I've created a working SA which I tested in standalone servicemix. However when 
I deployed the SA into servicemix running inside tomcat the messages stopped 
being routed from soap-consumer.
This is my SA:

*xbean.xml:*
  <http:soap-consumer service="umes:UMEventService"
                 endpoint="UMEventServiceSoap"
                 wsdl="classpath:UMEventService.wsdl"
                 locationURI="http://localhost/UMEventService/";
                 targetService=*"prolix:umes-camel"*
                 useJbiWrapper="false"                 
                 />             

*camel-context.xml:*

  <camelContext id="camel" 
xmlns="http://activemq.apache.org/camel/schema/spring";>
    <route>
      <from uri="jbi:service:http://www.prolixproject.org/esb/umes-camel"/>
      <multicast>
        <to 
uri="jbi:service:http://www.prolixproject.org/esb/bluebox-umes-provider"; />
        <to 
uri="jbi:service:http://www.prolixproject.org/esb/l3s-umes-provider"; />
      </multicast>
      <to uri="velocity:eventresponse.vm"/>
    </route>
  </camelContext>

I think that messages never get to camel because <to 
uri="jbi:service:http://www.prolixproject.org/esb/bluebox-umes-provider"; /> and 
   <to uri="jbi:service:http://www.prolixproject.org/esb/l3s-umes-provider"; /> 
never receive anything.

When I invoke the webservice some message I get exactly the same message in 
return.

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

Reply via email to