Re: Camel Spring Boot Joda DateTime serialization support with Jackson JSON

2015-02-18 Thread Henryk Konsek
Hi, I will also update camel-spring-boot, so in Spring Boot applications Boot Jackson config is reused by Camel. Cheers. On Wed, Feb 18, 2015 at 8:07 AM, Claus Ibsen wrote: > Hi > > Yes CAMEL-8176 in next release makes this easier. Just set the module > on the json data format. > > On Wed, Feb

Re: Camel Spring Boot Joda DateTime serialization support with Jackson JSON

2015-02-18 Thread benjf
If I understand your code it appears I'd need to this on every route. Is there a global way to do it or autoconfigure it ala Spring Boot? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Spring-Boot-Joda-DateTime-serialization-support-with-Jackson-JSON-tp5762854p576288

Re: Camel Spring Boot Joda DateTime serialization support with Jackson JSON

2015-02-18 Thread benjf
Woo hoo. I'm looking forward to the release of Spring Boot Camel. On Wed, Feb 18, 2015 at 1:04 AM, hekonsek [via Camel] < ml-node+s465427n5762882...@n5.nabble.com> wrote: > Hi, > > I will also update camel-spring-boot, so in Spring Boot applications > Boot Jackson config is reused by Camel. > > C

Howto apache camel-rss & https.proxyHost & xml blueprint & karaf ?

2015-02-18 Thread Matteo Redaelli
How can I configure a proxy server in a camel (2.14.0) xml blueprint file? I did the following but it does not work http://www.osgi.org/xmlns/blueprint/v1.0.0";> http://camel.apache.org/schema/blueprint";> http://www.telerama.fr/rss/services/po

Re: Camel Spring Boot Joda DateTime serialization support with Jackson JSON

2015-02-18 Thread Henryk Konsek
Hi Benjamin, Camel Spring Boot will be out in a month or so, together with the Camel 2.15. I will try to include this enhancement in that release, but I can't promise anything, as there not much time. :) BTW Many thanks for your feedback regarding Camel Spring Boot! Cheers. On Wed, Feb 18, 2015

Problem with onCompletion mode="BeforeConsumer"

2015-02-18 Thread MARTINEZ Jaime
Hi Sorry for my english, i'll make my best effort for write this. I hava a xml file like this: http://camel.apache.org/schema/spring";> Probando 1 Test2

Problem with onCompletion mode="BeforeConsumer"

2015-02-18 Thread panchitoboy
Hi Sorry for my english, i'll make my best effort for write this. I hava a xml file like this: http://camel.apache.org/schema/spring";> Probando 1 Test2

Question regarding subscribing to route notifications via JConsole

2015-02-18 Thread gilboy
Hi I have a Java application that uses camel. When the application is running I can hook JConsole up to the application and enable the tracer property on the camelcontext. When tracer property is set to "true" I can subscribe to notifications on the tracer and they appear for me. Under the route

Re: Port already in use when using CXF consumer and jetty

2015-02-18 Thread jjathman
Is this still the case? I was hoping to have a CXF web service as well as a Jetty Rest endpoint using the new rest DSL in Camel 2.14. Is there any way to reuse the Jetty server? I would rather not have multiple ports for a single JVM. -- View this message in context: http://camel.465427.n5.nabb

Re: Howto apache camel-rss & https.proxyHost & xml blueprint & karaf ?

2015-02-18 Thread Claus Ibsen
Hi Try with JVM system properties. https://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html Some components may support those. Setting in the XML file does not make em JVM system properties. On Wed, Feb 18, 2015 at 2:22 PM, Matteo Redaelli wrote: > How can I configure a proxy s

Re: Camel 2.12 : MongoDB - pre-existing indexes being dropped when using "dynamicity"

2015-02-18 Thread Mark Webb
I experienced this in 2.13.2 FWIW.. On Sat, Feb 14, 2015 at 4:43 AM, Sufod wrote: > Hello, > > This is still happening on camel 2.14.1. > > Using "dynamicity=true" on MongoDb endpoint is running a dropIndexes on the > specified collection (CamelMongoDbCollection header), for each exchange > goi

Re: Question regarding subscribing to route notifications via JConsole

2015-02-18 Thread Claus Ibsen
Hi Only the tracer has jmx notifications. All the other mbeans has regular attributes and operations. On Wed, Feb 18, 2015 at 5:55 PM, gilboy wrote: > Hi > > I have a Java application that uses camel. When the application is running I > can hook JConsole up to the application and enable the tra

Re: Port already in use when using CXF consumer and jetty

2015-02-18 Thread Castyn
I ended up writing an internal router to solve this. You can setup a jetty listener on the port you want and read the URL to determine which internal port to route the message to. So internally I use ports 9191 - 9196 for various services and just send requests internally to those after determine

Re: CamelBlueprintTest randomly failing tests

2015-02-18 Thread Ayache Khettar
Hi Henryk Thank you for the above suggestion. I have applied the fix, but unfortunately tests still failing randomly on "Gave up waiting for service". Thanks Ayache On 17 February 2015 at 16:48, Henryk Konsek wrote: > Hi, > > Check out this [1] solution. It worked for one of ours customer. He

Re: CamelBlueprintTest randomly failing tests

2015-02-18 Thread Andrew Block
Ayache, I’ve experienced this too and have mitigated it by overriding the  getCamelContextCreationTimeout method and specifying a larger amount of time (say 30 or 60 seconds). This will allow for an extended period of time for the Camel Context to come up in slower environments. --  Andrew Bloc