[JBoss-user] [EJB/JBoss] - Re: contradiction between the Sun tutorial and JBoss-Wiki

2006-04-10 Thread hitcher
My last post is not quite complete. UserTransactions are of course also use in Beans with BMT. However, the UserTransaction object is the object that you have to use to start, commit and rollback your transactions. The EJBContext holds the state for an EJB (CMT and BMT) and is managed by the

[JBoss-user] [EJB/JBoss] - Re: contradiction between the Sun tutorial and JBoss-Wiki

2006-01-07 Thread eitangur
From the J2EE API: anonymous wrote : setRollbackOnly | | public void setRollbackOnly() | throws IllegalStateException | | Mark the current transaction for rollback. The transaction will become permanently marked for rollback. A transaction marked for rollback

[JBoss-user] [EJB/JBoss] - Re: contradiction between the Sun tutorial and JBoss-Wiki

2006-01-05 Thread [EMAIL PROTECTED]
Simple, EJBContext != UserTransaction. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3915875#3915875 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3915875 --- This