Re: How to use RoutePolicy to prevent a route from starting

2023-08-28 Thread jacek szymanski
Hi, wouldn't it be enough to disable auto startup on the backup route? https://camel.apache.org/manual/configuring-route-startup-ordering-and-autostartup.html js. On 28.08.2023 9:31, Han Yainsun wrote: Hi Camel Community, Greetings to you! Camel version: 3.20.4 Spring Boot version: 2.7.

Re: A bigger Camel example

2023-04-28 Thread jacek szymanski
an use any previous blog post as structure reference, ie [2]. Regards, Pasquale. [1] https://github.com/apache/camel-website [2] https://github.com/apache/camel-website/pull/996 On Fri, Apr 28, 2023 at 2:33 PM jacek szymanski wrote: Hi, thanks for your answer. I do also think that these JPA opt

Re: A bigger Camel example

2023-04-28 Thread jacek szymanski
riting a blog post about this example and your work, and we could also have the blog posted on the Camel website (we have guest authors post blog from time to time). On Fri, Apr 28, 2023 at 11:28 AM jacek szymanski < jacek.p.szyman...@gmail.com> wrote: Hi, When I was starting to work with

A bigger Camel example

2023-04-28 Thread jacek szymanski
Hi, When I was starting to work with camel, I'd really liked to have an example of a functional app. There are many examples in the official repos, but there are usually very simple, single routes, not applications. So I decided now to give it a try and write one myself. As the task I chose

Re: Unable to use ehcache in pure blueprint DSL

2023-03-22 Thread jacek szymanski
Hi, wouldn't work? js. On 3/21/23 19:25, Mirek Borsky wrote: Greetings, I am trying to use camel-ehcache with pure blueprint DSL and struggle to make it work. Could someone either help point me in the right direction or confirm that it is not possible? I have done the following: downlo

Re: Oracle Procedure Calls with Camel

2015-07-08 Thread jacek szymanski
I don't know whether there is one; perhaps you can use camel-jpa with EclipseLink (default OpenJPA doesn't support JPA 2.1). You can use this bean instead: https://github.com/quephird/camel-stored-procedure though it doesn't support Oracle arrays or structs as function/procedure arguments/retu