View example sentences and word forms for Usertransaction.
Usertransaction
Example sentences (3)
UserTransaction support in JNDI The UserTransaction should be available under java:comp/UserTransaction (if a JTA implementation is installed in the environment).
Making use of a UserTransaction is thus not necessary in EJB programming, but might be needed for very specialized code.
The UserTransaction.begin method throws the NotSupportedException when the calling thread is already associated with a transaction and the transaction manager implementation does not support nested transactions.