David,

Most TMs (EJB containers in the Java world), support JTA, but only make it
available within the container. So if a bean uses a Tx the container will
use distributed Tx and 'do the right thing' with db connections etc.

What you need to find a is TM that supports JTA, and makes it available to
'third parties'. AFAIK the open source EJB containers plan to (or already
do) offer this. Check out Enhydra (www.enhydra.org) for example. I don't
know of any of the commercial vendors that do this, although I'd be very
happy if somebody could point me in the direction of one,

Kevin Jones
DevelopMentor
www.develop.com

> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Gibson David
> Sent: 19 January 2001 09:17
> To: [EMAIL PROTECTED]
> Subject: Servlets and JTA
>
>
> Hi there
>
> I was wondering if anyone could give me some hints or tips on
> using the JTA
> API within servlets.
>
> The problem I have is trying to use a servlet to connect to a back end
> Oracle database object using BEA weblogic.
> I have looked at the JTA specification but this does not seem to clarify
> anything.
>
> Any information would be gratefully appreciated.
>
> Thanks
>
> __________________________________________________________________
> _________
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to