Application server provider implement the JTA. Is there an
implementation (open source or free) available which is independent
from the application server?
TIA Saki
> Application server provider implement the JTA. Is there an
> implementation (open source or free) available which is independent
> from the application server?
> TIA Saki
I tried to take a look at Tyrex last year, but their site was down (Google "tyrex").
http://wiki.java.net/bin/view/Javapedia/JTA has several links to open source
implementations, though I haven't checked them out.
If you don't have any luck, you might be able to get evaluation versions from the two
commercial offerings I know of: Atomikos and Arjuna (Google them). Tell them that I sent
you.

Signature
Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)
ObjectWeb provides JOTM, which I believe can be used outside of an
application server.
http://jotm.objectweb.org/
D. Mantelos - 13 Apr 2005 14:56 GMT
> ObjectWeb provides JOTM, which I believe can be used outside of an
> application server.
>
> http://jotm.objectweb.org/
Thanks,
this is what have also found. But we will use Hibernate JTA with the
option to use the BEA specific Weblogic...TransactionLookup class. So
our app will depend on Hibernate. For now it is ok.