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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo