CXFRS + Camel

2012-05-05 Thread henriqueo
Hi there, I am using CXFRS in Camel, I am trying two send a big string(XML format) through URL, but I am getting a 413 Http error(Full Head), how can I increase buffer size? regards -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-Camel-tp5688176.html Sent from the Came

Re: How to bind an object in the registry camel?

2012-05-05 Thread sekaijin
Hi My camel version is 2.8.0 I'm running fuseEsb 4.4 Thank for this response. but this does not answer to my problem. if I define my bundle and my route with blueprint, the doc is sufficient to find a solution. my problem is I have to go through a routebuilder because my route can not be dete

Re: How to bind an object in the registry camel?

2012-05-05 Thread Claus Ibsen
What version of Camel are you using? On Fri, May 4, 2012 at 6:42 PM, sekaijin wrote: > Hi > > I use blueprint for my camel osgi bundles. > > I don't understand how to register a dataformat or a codec in the registry > camel > > My xml is as follows > > and in my road builder I can not see my da

Re: Any idea why this simple splitter is not working in 2.10-SNAPSHOT

2012-05-05 Thread Claus Ibsen
On Sat, May 5, 2012 at 1:27 PM, soumya_sd wrote: > > Claus Ibsen-2 wrote >> >> On Fri, May 4, 2012 at 8:21 PM, soumya_sd wrote: >>> >>> Claus Ibsen-2 wrote Hi Do you have mixed versions of Camel on the classpath? Make sure camel-jaxb and camel-core uses the same version.

Re: Delay route start

2012-05-05 Thread Claus Ibsen
Hi Phil Can you tell a bit more about your use-case, for this need to start routes a bit delayed? I just wonder if maybe we should consider making this easier out of the box, if there is a use-case that others have as well. On Fri, May 4, 2012 at 8:23 PM, PhilBurress wrote: > Fantastic. Much

Re: Any idea why this simple splitter is not working in 2.10-SNAPSHOT

2012-05-05 Thread soumya_sd
Claus Ibsen-2 wrote > > On Fri, May 4, 2012 at 8:21 PM, soumya_sd wrote: >> >> Claus Ibsen-2 wrote >>> >>> Hi >>> >>> Do you have mixed versions of Camel on the classpath? >>> Make sure camel-jaxb and camel-core uses the same version. >>> > > I guess Willem did point out the cau

Re: Help with RUNNING simple camel example with spring dsl without using maven

2012-05-05 Thread Claus Ibsen
Hi There is plenty of Camel and Spring examples, such as http://camel.apache.org/spring-example.html To run the application without Maven, well thats a generic issue that is not really Camel specific. If you want to use Spring, then just run Spring without Maven as you normally would. Just make

Re: Handling unsuccessful Session.send in Quickfix component

2012-05-05 Thread Claus Ibsen
Hi I logged a JIRA ticket. Patches is welcome https://issues.apache.org/jira/browse/CAMEL-5247 On Thu, May 3, 2012 at 6:05 AM, Claus Ibsen wrote: > On Thu, May 3, 2012 at 12:14 AM, Hadrian Zbarcea wrote: >> Is there some code you wanted to show that's missing? >> Hadrian >> > > Ah looks like h

Configure json to use jaxb annotations

2012-05-05 Thread Eugeniu
Hi, Is there a way to configure json data format in a Spring DSL route to use the Jaxb annotations defined on an object? Out of the box it doesn't take that into account. I am using camel 2.8.4. -- View this message in context: http://camel.465427.n5.nabble.com/Configure-json-to-use-jaxb-annota