Re: Timer fails to resolve parameters

2010-01-17 Thread Claus Ibsen
On Sun, Jan 17, 2010 at 2:31 AM, pmmerritt wrote: > > I finally figured out what was going on and it turned out just to be an issue > with the LOG not getting initialized properly which was throwing a low level > null pointer that was not being logged anywhere. I took the liberty to > create the a

Re: Timer fails to resolve parameters

2010-01-17 Thread Claus Ibsen
On Sun, Jan 17, 2010 at 10:04 AM, Claus Ibsen wrote: > On Sun, Jan 17, 2010 at 2:31 AM, pmmerritt wrote: >> >> I finally figured out what was going on and it turned out just to be an issue >> with the LOG not getting initialized properly which was throwing a low level >> null pointer that was not

Re: Timer fails to resolve parameters

2010-01-17 Thread Claus Ibsen
On Sun, Jan 17, 2010 at 2:31 AM, pmmerritt wrote: > > I finally figured out what was going on and it turned out just to be an issue > with the LOG not getting initialized properly which was throwing a low level > null pointer that was not being logged anywhere. I took the liberty to > create the a

invoking a bean via an interface in ContentRouter

2010-01-17 Thread ee7arh
Hi, I would like to invoke methods in my pojo classes from the ContentRouter where the bean is an interface. However I get the error: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: serviceEventHandler I have an interface with the @Service annotation at the top

Re: Transaction rollback to JBI endpoint

2010-01-17 Thread Claus Ibsen
2010/1/16 Raphaël Delaporte : > Hi, > > I'm using Camel 1.6 with ServiceMix 3.3. > > This is my route : > JBI JMS consumer (with ServiceMix) -> Camel JBI endpoint -> Bean. > > My JMS consumer is XA transacted and when it fails to call the Camel JBI > endpoint, the JMS Message is rolledback into the

Re: invoking a bean via an interface in ContentRouter

2010-01-17 Thread Claus Ibsen
Hi I think you need to add that Spring snippet for letting it scan classes as well Its something like this. Check the Spring documentation. On Sun, Jan 17, 2010 at 12:21 PM, ee7arh wrote: > > Hi, > > I would like to invoke methods in my pojo classes from the ContentRouter > where the bean is

Re: Transaction rollback to JBI endpoint

2010-01-17 Thread Raphaël Delaporte
Yes that's right, but I did not know where was the mistake. Please forget this post since this is not camel related. Raphaël 2010/1/17 Claus Ibsen > 2010/1/16 Raphaël Delaporte : > > Hi, > > > > I'm using Camel 1.6 with ServiceMix 3.3. > > > > This is my route : > > JBI JMS consumer (with Serv

Re: Transaction rollback to JBI endpoint

2010-01-17 Thread Claus Ibsen
2010/1/17 Raphaël Delaporte : > Yes that's right, but I did not know where was the mistake. > Please forget this post since this is not camel related. > I just posted to ensure that if other read / find this post in the future they know where to look for the answers. > Raphaël > > > 2010/1/17 Cl

Re: Request message accessibility/manipulation

2010-01-17 Thread Willem Jiang
Hi, I just find the error's bundle name is kimono-processor-bundle. Caused by: java.lang.ClassNotFoundException: org.tempuri.MyAggregationStrategy not found from bundle [kimono-processor-bundle] The bundle name is different from the Bundle Manifest's Bundle-SymbolicName. Does it ring the bell

Re: camel-xmpp througth proxy

2010-01-17 Thread Willem Jiang
You may need to set this system properties before start up the camel context. Please free feel to share you solution in the camel-xmpp wiki[1]. [1] http://camel.apache.org/xmpp.html Willem Aleksey Masny wrote: I understand problem. Jabber protocol used direct socket connection. To available

Re: Requestor doesn't start listener?

2010-01-17 Thread Willem Jiang
Spring 3.0 will not start the MessageListenerContainer even you set the autoStart property to be true. We work around this issue in Camel 2.2, so please try out the Camel 2.2-SNAPSHOT, and we will release Camel 2.2 in next month. Willem Claus Ibsen wrote: Hi You most likely need Camel 2.2 to

Re: Request message accessibility/manipulation

2010-01-17 Thread lekkie
Sorry abt that. The real name is kimono-proce*, I'd edited some part b/4 posting. I missed that. willem.jiang wrote: > > Hi, > > I just find the error's bundle name is kimono-processor-bundle. > > Caused by: java.lang.ClassNotFoundException: > org.tempuri.MyAggregationStrategy not found fro