Hi, 

we are looking for a transaction manager, Corba OTS based if possible, to
manage non-J2EE DB XA transactions.
What is the current state of the Geronimo Transaction manager? Can it be
used from outside of Geronimo?

What is Geronimo Transaction manager based on? Is it JOTM, OpenEJB or an own
implementation? There is some information that indicates that Geronimo would
be based on JOTM 
(http://howl.objectweb.org/presentations/2004ApacheConHigh-speedObjectWebLogger.ppt)
but I believe this is no longer current, is it?

I tried if the Geronimo Orb supports OTS, but it looks like it doesn't, does
it?

ORB orb = (ORB) initialContext.lookup("java:comp/ORB");
org.omg.CORBA.Object o =
orb.resolve_initial_references("TransactionCurrent");

results in 

org.omg.CORBA.ORBPackage.InvalidName: IDL:omg.org/CORBA/ORB/InvalidName:1.0
        at
org.apache.yoko.orb.OB.InitialServiceManager.resolveInitialReferences(InitialServiceManager.java:191)


        
So, even if it cannot be used as OTS, can the Geronimo Transaction service
be used from outside of Geronimo?       

Thanks very much,
Juergen
-- 
View this message in context: 
http://www.nabble.com/Geronimo-Transaction-manager-tp22161957s134p22161957.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to