Hi, 

I am using Camel 2.6.   I have a route generating Entity beans through JPA, 
and another route consume these Entity beans through JPA.    The entity bean
has one-to-many relation with some other beans.  (for example, "user" entity
and the "contact" entity".

>From my test,  looks like the JPA consumer start to consume the "user"
entity even before it is fully written to database, ("contact" table only
partially written). 

Is is possible?  or I have to define "transacted()" in my route and will
that be useful?

thanks, 


--
View this message in context: 
http://camel.465427.n5.nabble.com/Is-JPA-producer-transaction-safe-tp4296297p4296297.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to