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