On Tue, Nov 24, 2009 at 3:17 PM, Gurkan Erdogdu
<gurkanerdogdu@yahoo.com> wrote:
>>>the main concern is that JTA transactions simply aren't available in a servlet environment (without extra configuration).
AFAIK, you can use UserTransaction object
If I download Tomcat or Jetty right now (unless I didn't get the memo) I won't have a UserTransaction.
Yes, if I spend half the day searching the web to find a tutorial that actually works, maybe I can "upgrade" these containers to support JTA, but that's a PITA.
If you can tell me that placing a single JAR file in the container so that EJB lite works, then we have something.
-Dan