cmoulliard wrote:
> 
> I think that the issue is related to Transaction but don't know how to
> solve it ?
> 

I don't know if that helps, but I've had similar issues with spring
transactions and camel pojos or servicemix beans. In the cases I've seen the
problem lies in the aop proxies spring creates on bean annotated with the
@Transactional annotations. 

The solution in my case was to use compile time weaving of spring-aspects
(using the maven aspectj plug-in).






-----
Ioannis Canellos
-- 
View this message in context: 
http://old.nabble.com/Data-not-inserted-into-DB-%28Camel-Bean---EclipseLink---Spring-DM---SMX--4.2%29-%21%21-tp28475358p28508229.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to