i am having problems resolving programmatic transactions. What i am running
into is that if you have to create two entity beans in your transaction
block between begin and commit,  database connection which i get from
Datasouce for the second bean is not able to understand that i already have
one connection created by first entity bean.  So it assigns new connection
object for the second entity bean.  Then if transaction block did not
succeed then rollback fails because it can not deal with two connection
objects.

any thoughts?

I am using programmatic approach. (i assume i don't need to put anything
additional for that in ejb-jar for the transactions. Right?)

-roman.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to