Re: Camel-Spring and Bean post processors

2009-05-31 Thread Martin Gilday
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

Re: Camel-Spring and Bean post processors

2009-05-31 Thread Martin Gilday
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

Re: Camel-Spring and Bean post processors

2009-05-31 Thread Claus Ibsen
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

Re: Camel-Spring and Bean post processors

2009-05-29 Thread Doug Douglass
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

Re: Camel-Spring and Bean post processors

2009-05-29 Thread Claus Ibsen
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