I just want to ask how did you create the Eclipse project?
Please take a look at the maven dependency tree if you use maven the manage the 
dependencies.
Can you check if you put the camel-jaxb dependency into the pom?


--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On March 18, 2015 at 5:29:51 AM, Affenhauer (joseph.bolav...@solers.com) wrote:
> Hey, all -
> Disclaimer: I'm brand-spanking-new to Camel, so any questions I have can be
> assumed to be based in utter cluelessness. I'm learning, though...
> So, I have a scenario here where I'm using the Camel CXF component (with
> jetty) to provide a SOAP endpoint; we get the CxfPayload and do some
> processing on the data from the exchange. One of the things that can happen
> is that we'll need to construct a call to another Webservice from the data
> we get (never seen it before, may never see it again). I'm developing all
> this using Eclipse; if I run my piece *in Eclipse* it works like a champ:
> correct call to the correct service with good data back, otherwise it fails
> spectacularly if something goes wrong with the call (still working on that
> part). Now - the weird part is when I deploy it (Maven Shade plugin to
> capture all the dependencies), it just stops dead at the DynamicRouter. No
> error, no Exception -- no nothing. Logs show a good URI and SOAP message,
> just like I see in Eclipse. Any assistance would be *huge*...
>  
> Thanks...
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/DynamicRouter-Question-tp5764302.html  
> Sent from the Camel - Users mailing list archive at Nabble.com.
>  

Reply via email to