Hi Nikos, sorry for the late reply.
----- Original Message ----- From: "Nikos Vitalis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 5:28 PM Subject: OJB & JTA Support > Hallo, > > i am using ojb (not the odmg or the jdo implementations) and want it to > partcipate in global jta transactions (like an XAResource maybe?). How > can i implement it? Currently this is not really possible. There is a work around to integrate OJB in J2EE compatible application server, but you have to use the datasources from the appServer within OJB. All we need ;-) is a JCA adapter for OJB, this will solve most problems. I start thinking about this, but there are so much other things to do ... > Is it just a configuration matter? I did not found > any examples in the tutorials and the source examples seem to handle > only the odmg implementation. Could you describe a little more how you want to use PB-api? regards, Armin > > Thanks in advance > Nikos > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
