Werner...

I had better post my jdo.conf.

<jdo-conf>
   <database name="at4" engine="oracle" >
        <jndi name="jdbc/AT4ServerDS" />
        <mapping href="jdo-mapping.xml" />
   </database>

   <transaction-demarcation mode="global" >

   <!-- JBoss configuration
     <transaction-manager name="jndi">
     <param name="jndiEnc" value="java:/TransactionManager" />
     </transaction-manager>
     -->

     <!-- Websphere 5.1 configuration  -->
      <transaction-manager name="websphere51" />

   </transaction-demarcation>
</jdo-conf>


On Thu, 2004-08-05 at 15:46, Werner Guttmann wrote:
> Donnie,
> 
> are you in a position to provide me with details about ..
> 
> a) the exact class name (iow, is it really 
> com.ibm.ws.Transaction.TransactionManagerFactory)
> b) the exact call semantics, e.g. 
> 
>       TransactionManagerFactory factory = ... ;
>       TransactionManager manager = factory.???();
> 
> Thanks in advance 
> 
> 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