Re: Problems with automatic transaction generation.
Posted By:
Bozidar_Dangubic
Posted On:
Thursday, November 8, 2001 06:13 AM
you should not have to do anything unless you use UserTransaction. since you are calling on EJB, EJB container (in container managed transactional context) should start and commit the transaction if everything is setup correctly in ejb-jar.xml. so if that is the case, the problem is probably related to something in JAWS/JBOSS.