Problems renaming components inside blueprint context (Reposting due to nabble problems)

2011-03-05 Thread Thiago Souza
[(&(component=direct-test)(objectClass=org.apache.camel.spi.ComponentResolver))] Although the camel context itself starts. I'm using latest camel and karaf. I could reproduce the sample problem using JmsComponent. Any clue anyone? Regards, Thiago Souza

Problems renaming components inside blueprint context

2011-03-04 Thread Thiago Souza
Although the camel context itself starts. I'm using latest camel and karaf. I could reproduce the sample problem using JmsComponent. Any clue anyone? Regards, Thiago Souza -- View this message in context: http://camel.465427.n5.nabble.com/Problems-renaming-componen

Re: Transaction Error Handler with Dead Letter Channel

2010-10-22 Thread Thiago Souza
Hi, So, if I can configure a redelivery policy at ActiveMQ AND at Camel, what would be the consequences of mixing different configurations? Is it a good practice to isolate a redelivery policy configuration in one place only (that is, in amq OR in camel) ? Regards, Thiago Souza -- View

Transaction Error Handler with Dead Letter Channel

2010-10-22 Thread Thiago Souza
Hi, Is there a way to configure (using java dsl) a transaction error handler with a dead letter channel in case of a redeliver exhaustion? Regards, Thiago Souza -- View this message in context: http://camel.465427.n5.nabble.com/Transaction-Error-Handler-with-Dead-Letter-Channel

How to intercept transparently?

2010-08-24 Thread Thiago Souza
to a branch. How can I achieve this? BTW, I'm using xml. Thanks, Thiago Souza -- View this message in context: http://camel.465427.n5.nabble.com/How-to-intercept-transparently-tp2651551p2651551.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Help using JoSQL

2010-07-29 Thread Thiago Souza
Great, thanks! -- View this message in context: http://camel.465427.n5.nabble.com/Help-using-JoSQL-tp2259071p2259103.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Help using JoSQL

2010-07-29 Thread Thiago Souza
't see any metadata inside META-INF that would make it discoverable. BTW, i'm using camel 2.4.0. Regards, Thiago Souza -- View this message in context: http://camel.465427.n5.nabble.com/Help-using-JoSQL-tp2259071p2259085.html Sent from the Camel - Users mailing list archive at Nabble.com.

Help using JoSQL

2010-07-29 Thread Thiago Souza
r.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Any clue anyone? Regards, Thiago Souza -- View this message in context: http://camel.465427.n5.nabble.com/Help-using-JoSQL-tp2259071p2259071

Re: Visibility between camel contexts

2010-07-27 Thread Thiago Souza
Why it is a bad practice? On Tue, Jul 27, 2010 at 3:19 AM, Claus Ibsen-2 [via Camel] < ml-node+2255481-1502974992-15...@n5.nabble.com > wrote: > On Tue, Jul 27, 2010 at 5:58 AM, Thiago Souza <[hidden > email]<http://user/SendEmail.jtp?type=node&node=2255481&i

Re: Visibility between camel contexts

2010-07-27 Thread Thiago Souza
oking for is a way to make dynamic xml configuration contributions to existing camel context instances. Regards, Thiago Souza On Jul 27, 2010 3:02 AM, "Adrian Trenaman-2 [via Camel]" < ml-node+2255475-1717021524-15...@n5.nabble.com> wrote: In general, Camel contexts should be consid

Visibility between camel contexts

2010-07-26 Thread Thiago Souza
camelContexts can see each other. Is it possible to achieve this in Karaf? (i.e. "endpoints" goes in a xml and "routes" goes in another one) I've tried with no success, the xml containing "routes" can not see the endpoints defined in "endpoints" (in anoth