REST service Camel Avro component

2015-08-07 Thread jainmcs03
Hi I successfully tested REST service using spring XML, below my config. But the requirement is to enable AVRO schema validation in JSON format. Pls share me your guidelines. User rest service Find CanonicalClient by memberid

How many JMS transactions within a route?

2015-08-07 Thread kov
Taking the example of a JMS-based application that processes messages from a JMS message bus: * The 'msgbus' token refers to a JmsComponent with a CachedConnectionFactory and cache level=CACHE_CONSUMER. What is the expected number of JMS-transactions

redirecting with jetty component

2015-08-07 Thread dfgcamel
Hi, I could use some direction in getting something like the following to work. I've gotten the first part to work where I create and new user and determine parameters for the next request. This is where I'm stuck. I basically want to login to the same application where I've just created a new

Re: Nested routeContexts

2015-08-07 Thread hzerbes
Problem is resolved! I had to move all dataformats and exception handling to the main route. So, it is possible to nest routes. -- View this message in context: http://camel.465427.n5.nabble.com/Nested-routeContexts-tp5770381p5770386.html Sent from the Camel - Users mailing list archive at Na

Re: DSL to dynamically enable/disable parallelProcessing?

2015-08-07 Thread Claus Ibsen
Hi Yeah we can do this more easier in the future. I have logged a ticket https://issues.apache.org/jira/browse/CAMEL-9061 On Thu, Aug 6, 2015 at 5:51 PM, furchess123 wrote: > Hi, > I am using a splitter to read a file. The definition looks something like > this: > > >split(). >

How to configure org.apache.cxf.interceptor.security.JAASLoginInterceptor ?

2015-08-07 Thread nono
According the example of JAASLoginInterceptor in fuse, the user and password for basic auth will be configured in fuse's etc\user.properties file like below. the question is I want to use JAASLoginInterceptor for basic auth, but i dont want to configure user,password , role in fuse's user.properti

Re: DSL to dynamically enable/disable parallelProcessing?

2015-08-07 Thread furchess123
Thanks, Claus. So, this will be available in 2.16.x. In the meantime, do you mind providing a working example of how to use conditional DSL? I have tried something like this, which didn't work: split(). tokenize(System.lineSeparator(), readerConfig.getLinesPerChunk()).

Re: Issue with SetHeader / Xpath

2015-08-07 Thread anish.somadevan
I have a similar issue My XML is ProviderValue And am trying to set header value like this, /CamelData/Provider/text() But i get this error. Exhausted after delivery attempt: 1 caught: java.lang.ClassCastException: org.apache.xml.dtm.ref.DTMManagerDefault cannot be cast to org.apache.x

Re: redirecting with jetty component

2015-08-07 Thread Shing Hing Man
Hi, Have you tried adding the redirect URL in the Exchange.Out ? Below is an example to redirect to http://uk.some.com . context.addRoutes(new RouteBuilder() { @Override public void configure() { from("jetty:http4://localhost:8081/foo?matchOnUriPrefix=true") .process(new Processor() { public

camel-jcifs 2.14.3

2015-08-07 Thread Lionel
Hi there, I have been working with Camel for a while, and recently I had the need to use the smb component. I tried to include the camel-jcifs dependency version 2.14.3 (the version of camel which I am using right now), but I couldn't find it. The lastest is the 2.14.1. Could you release the ne

Re: camel-jcifs 2.14.3

2015-08-07 Thread pontus.ullgren
Until a new version is released you can use camel-jcifs 2.14.1 together with camle 2.14.3 /Pontus -- View this message in context: http://camel.465427.n5.nabble.com/camel-jcifs-2-14-3-tp5770443p5770444.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Parsing a XML in DSL

2015-08-07 Thread anish.somadevan
I was able to resolve it by uploading a new version of xalan jar Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Parsing-a-XML-in-DSL-tp5770368p5770445.html Sent from the Camel - Users mailing list archive at Nabble.com.