31 May 2009 09:42:48 +0100
Subject: Re: Camel-Spring and Bean post processors
Hi Claus,
I will have to create a new processor for the test due to my error being
in commercial code. It shouldn't take too long, and I will just make it
use Spring and Camel. I will create a new JIRA when I ha
uot;
To: users@camel.apache.org
Date: Sun, 31 May 2009 09:40:13 +0200
Subject: Re: Camel-Spring and Bean post processors
Hi
If possible to create a small unit test / sample app that demos the
problem.
It should not depend on 3rd party .jars we cannot use at Apache such
as Hibernate due non Apache f
Hi
If possible to create a small unit test / sample app that demos the problem.
It should not depend on 3rd party .jars we cannot use at Apache such
as Hibernate due non Apache friendly license.
Then we can take a stab at it and if/when fixed we have an unit test
for it also.
But I need help from
This might be a red herring, but I think I've experienced something similar
when using Spring's @ManagedResource with JPA @Transational in the same
class (perhaps not the best practice, but that's a different topic).
The @Transactional annotations were processed first, creating a proxy
object, but
Hi
A hibernate user had an issue with using some @ hibernate annotations
with Camel.
And another one had a problem with running it from Gerinimo Server.
There is something lurking in there, that causes these annotations to
not being applied.
I have not had the time to debug and investigate mysel