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

Reply via email to