Thanks, Donnie. I have got the patch basically ready to be checked in, will follow up as I make progress in doing so.
Werner > > Werner, > > Done. http://bugzilla.exolab.org/show_bug.cgi?id=1709 > > I would be happy to further test WS 5.1. > > Donnie > > On Thu, 2004-08-05 at 16:19, Werner Guttmann wrote: > > Donnie, > > > > thats's exactly the kind of information I was hoping to get from you. > > > > Wrt the enhancement request, can you please visit > http://bugzilla.exolab.org in general, and http://bugzilla.exolab.org/enter_bug.cgi in particular > and > > file a new bug report with BugZilla (marking it as enhancement request). > > > > Let me know whether you are having problems and need any additional > help. > > > > Werner > > > > PS Looking at the code below, could it be that IBM borrows naming > conventions from myself and the tx mgr api .. ;-). ? > > > > On Thu, 05 Aug 2004 16:31:44 -0500, Donnie Armstrong wrote: > > > > > > > >How to create an enhancement request? > > > > > >How I got it to work... > > >I managed to hack in a 5.1 class changing the lines: > > > > > >from 5.0: > > > _name = "websphere5" > > > webSphereTxMgr = Class.forName( "com.ibm.ejcs.jts.jta.JTSXA" ); > > > method = webSphereTxMgr.getMethod( "instance", null ); > > > > > >to 5.1: > > > _name = "websphere51" > > > webSphereTxMgr = > > >Class.forName("com.ibm.ws.Transaction.TransactionManagerFactory"); > > > method = webSphereTxMgr.getMethod( "getTransactionManager", null ); > > > > > >Also I updated castor.properties, adding new class. Viola!! > > > > > > > > > > > >On Thu, 2004-08-05 at 14:29, Werner Guttmann wrote: > > >> Donnie, > > >> > > >> can you please create an enhancement request with below information > attached, and I shall take care of creating such a new 'beast'. Having said > > that, > > >> would you be willing to test this new transaction manager factory > once I have provided a patch ? > > >> > > >> Thanks > > >> Werner > > >> > > >> On Thu, 05 Aug 2004 12:15:29 -0500, Donnie Armstrong wrote: > > >> > > >> > > > >> >Hello, > > >> > > > >> >Castor CVS dated 7/20/2004. > > >> > > > >> >It appears that IBM keeps moving TransactionManager. I believe that > > >> >Websphere5 is: > > >> >com.ibm.ejcs.jts.jta.JTSXA > > >> > > > >> >WebSphere 5.1 is: > > >> >com.ibm.ws.Transaction.TransactionManagerFactory > > >> > > > >> >Perhaps a > > >> >jdo/transactionmanager/spi/WebSphere51TransactionManagerFactory > class is > > >> >soon on the way? > > >> > > > >> >Donnie > > >> > > > >> > > > >> > > > >> >----------------------------------------------------------- > > >> >If you wish to unsubscribe from this mailing, send mail to > > >> >[EMAIL PROTECTED] with a subject of: > > >> > unsubscribe castor-user > > >> > > > >> > > >> > > >> > > >> ----------------------------------------------------------- > > >> If you wish to unsubscribe from this mailing, send mail to > > >> [EMAIL PROTECTED] with a subject of: > > >> unsubscribe castor-user > > >> > > > > > > > > > > > >----------------------------------------------------------- > > >If you wish to unsubscribe from this mailing, send mail to > > >[EMAIL PROTECTED] with a subject of: > > > unsubscribe castor-user > > > > > > > > > > > ----------------------------------------------------------- > > If you wish to unsubscribe from this mailing, send mail to > > [EMAIL PROTECTED] with a subject of: > > unsubscribe castor-user > > > > > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-user > -- NEU: WLAN-Router f�r 0,- EUR* - auch f�r DSL-Wechsler! GMX DSL = superg�nstig & kabellos http://www.gmx.net/de/go/dsl ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-user
