Lasse, I'm using OJB with MS SQL Server and DB2. I'm using WAS defined data sources for OJB queries. I don't use JTA directly. All of my OJB queries run behind session facades that use declarative transaction management. Max. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 4:10 AM To: OJB Users List Subject: Antwort: RE: OJB on WAS 5.1
Hi Max, what DB are you using? Do you use the connection pooling from the WAS datasource and JTA from Websphere? Lasse ___ > Lasse Lambrecht > Allianz Lebensversicherungs-AG > IS-LF1 K6, Produktdatenbank > +49 711 663 5412 # 1021-5412 Inactive hide details for "Vesely, Max [IT]" ' src="cid:[EMAIL PROTECTED]" width=16>"Vesely, Max [IT]" <[EMAIL PROTECTED]> "Vesely, Max [IT]" <[EMAIL PROTECTED]> 01/03/05 16:21 Bitte antworten an "OJB Users List" <[email protected]> An "OJB Users List" <[email protected]> Kopie Thema RE: OJB on WAS 5.1 Lasse, I've been using OJB with Websphere 5.1 for quite some time now. It seems to be working fine. Max. -----Original Message----- From: [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 4:46 AM To: OJB Users List Subject: OJB on WAS 5.1 Hi, is anybody using OJB together with WAS 5.1 yet? We're moving our application from WAS 4 to 5.1right now and I found the posting below in the OJB mail archive. But it seems not to be implemented and I was wondering whether it's working anyway. Regards Lasse --------------- RE: WebSphere Transaction Manager Matthias Roth Sun, 24 Aug 2003 21:34:01 +0000 Hi, The problem is: In WAS5 the class JTSXA has been moved to another package (not "com.ibm.EJCS.jts.jta" but "com.ibm.EJS.jts.jta") and its method "getTransactionManager" is renamed to "instance". So the WebSphereTransactionManagerFactory should be changed! regard Matthias Roth -----Original Message----- From: Gary [mailto:[EMAIL PROTECTED] Sent: Freitag, 22. August 2003 20:27 To: OJB Users List Subject: WebSphere Transaction Manager I need to access the transaction services of WebSphere v5.0. I see that the WebSphereTransactionManagerFactory tries to instantiate "com.ibm.ejcs.jts.jta.JTSXA." I do not see where this class lives in WebSphere. Has anyone successfully accessed v5.0 JTA support via OJB? Thanks, Gary ___ > Lasse Lambrecht > Allianz Lebensversicherungs-AG > IS-LF1 K6, Produktdatenbank > +49 711 663 5412 # 1021-5412 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
