anonymous wrote : | Nevertheless, each method call issue a begin/commit transaction to the database. To me this means that each method is called into a different transaction. Isn't it ? |
This can't be the case if you use TSPL. EJB method calls with no transaction annotation will just join the existing transaction(s) controlled by the TSPL. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042612#4042612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042612 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
