[JBoss-user] [EJB 3.0] - Re: Transaction question

2006-03-27 Thread HenkoMannen
Thanks Emmanuel! The structure of the code is as follows: A SSFB named UserBean receives the call and passes it from the login method to its increaseFailedLogins method if needed. Here the call is interpreted and passed forward to the update method of either the PersonBean or the CompanyBean (

[JBoss-user] [EJB 3.0] - Re: Transaction question

2006-03-27 Thread epbernard
Call a submethod using @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932812#3932812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932812