Re: Exposing a Remote Web Service written in Axis2

2013-11-18 Thread madusanka
Hi, Thanks a lot. it worked. Can I apply "Content Based Routing" rules if I use jetty for proxy ? -- View this message in context: http://camel.465427.n5.nabble.com/Exposing-a-Remote-Web-Service-written-in-Axis2-tp5743186p5743454.html Sent from the Camel - Users mailing list

Re: Exposing a Remote Web Service written in Axis2

2013-11-15 Thread Henryk Konsek
> If you use servicemix then you should install Camel components using features Claus is right. Keep in mind that your dependencies specified in your POM aren't automatically deployed into the container (unless you use Fuse Application Bundles [1] to deploy your module). [1] http://fuse.fusesourc

Re: Exposing a Remote Web Service written in Axis2

2013-11-14 Thread Claus Ibsen
ce I'm using ServiceMix 4.5.2. > > > > org.apache.camel > camel-jetty > 2.10.5 > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Exposing-a-Remote-Web-Service-writt

Re: Exposing a Remote Web Service written in Axis2

2013-11-14 Thread madusanka
e.com/Exposing-a-Remote-Web-Service-written-in-Axis2-tp5743186p5743281.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Exposing a Remote Web Service written in Axis2

2013-11-14 Thread Henryk Konsek
> jetty://http://localhost:8082/services/HelloService due to: No component > found with scheme: jetty Missing component scheme == missing jar (or typo in the scheme :) In this case you miss the jar. Here is what you need to add to your POM: org.apache.camel camel-jetty 2.12.1 --

Re: Exposing a Remote Web Service written in Axis2

2013-11-14 Thread Claus Ibsen
a:114)[100:org.apache.camel.camel-core:2.10.6] > at > org.apache.camel.model.FromDefinition.resolveEndpoint(FromDefinition.java:72)[100:org.apache.camel.camel-core:2.10.6] > at > org.apache.camel.impl.DefaultRouteContext.getEndpoint(DefaultRouteContext.java:90)[100:o

Re: Exposing a Remote Web Service written in Axis2

2013-11-14 Thread madusanka
2.10.6] ... 19 more -- View this message in context: http://camel.465427.n5.nabble.com/Exposing-a-Remote-Web-Service-written-in-Axis2-tp5743186p5743265.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Exposing a Remote Web Service written in Axis2

2013-11-13 Thread Claus Ibsen
gt;> at >> org.apache.camel.impl.EventDrivenConsumerRoute.addServices(EventDrivenConsumerRoute.java:65) >> at >> org.apache.camel.impl.DefaultRoute.onStartingServices(DefaultRoute.java:80) >> at org.apache.camel.impl.RouteService.warmUp(RouteService.java:133) >>

Re: Exposing a Remote Web Service written in Axis2

2013-11-13 Thread Daniel Kulp
pl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:1608) > at > org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:1475) > at > org.apache.camel.spring.SpringCamelContext.doStart(SpringCamelContext.java:179) > at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61) > at > org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:1443) > at > org.apache.camel.spring.SpringCamelContext.maybeStart(SpringCamelContext.java:228) > at > org.apache.camel.spring.SpringCamelContext.onApplicationEvent(SpringCamelContext.java:118) > ... 10 more > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Exposing-a-Remote-Web-Service-written-in-Axis2-tp5743186.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Exposing a Remote Web Service written in Axis2

2013-11-13 Thread madusanka
rviceSupport.java:61) at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:1443) at org.apache.camel.spring.SpringCamelContext.maybeStart(SpringCamelContext.java:228) at org.apache.camel.spring.SpringCamelContext.onApplicationEvent(SpringCamelContext.java:118) ...