I am using a session bean as session facade with bean managed transaction. It 
is performing transaction on two customer entity bean.

The session bean withdraw money from one customer's account and deposit in 
other customer's account.It successfully withdrawing and depositing in 
customers accounts.For customer entity bean i have set transaction attribute is 
Required.

But the problem is-------the changes in customers account are not reflected in 
database.

Doing some introspection i found that ejbStore() is not called after commit.
further ejbPassivate() is called directly.

can any one tell me why ?
plz help me out.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117355#4117355

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117355
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to