Would be great, if someone can test this on other platform ( Websphere, etc
) and post the result.

For those who is using JBoss 2.4, u can use this as the alternative to the
castor-jboss integration module. Maybe someone can 
post some comparison here.

Btw, XA support is not in yet, anyone want to help ?

To the Castor JDO team: Would your consider adding this to the cvs as my
wrapper required no changes to the castor jdo code ? IMHO, it might be
beneficial for castor to have standard compliance, out of the box j2ee
integration.

thanks.

Regards,
Low Heng Sin ( [EMAIL PROTECTED] )

-----Original Message-----
From: Thomas Klute [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 11, 2001 4:59
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] FW: Modification of J2EE Connector for
weblogic


Hi,

again it apears to have no attachment. ;-)
Could you please mail it.

Thanks for the great work,
 Thomas

Low Heng Sin wrote:
> 
> Hi,
> 
> For those who is using my connector implementation.
> 
> Regards,
> Low Heng Sin ( [EMAIL PROTECTED] )
> 
> -----Original Message-----
> From: Adrien David BILLET [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 11, 2001 4:02
> To: [EMAIL PROTECTED]
> Subject: Modification of J2EE Connector for weblogic
> 
> Sorry
> it is also required to modify the hashCode Function :
> 
>     public int hashCode() {
>         //ADB - Modification for Weblogic
>         return 1;
>         //OLD return super.hashCode();
>     }
> 
> -----Original Message-----
> From: Adrien David BILLET [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 11, 2001 9:39 AM
> To: 'Low Heng Sin'
> Subject: Modification of J2EE Connector for weblogic
> 
> Hello,
> 
> I finally find time to test the Connector on Weblogic 6.1. I had to modify
> the equals method the class CastorManagedConnectionFactory otherwise
> weblogic doesn't find the MCF.  Now it seems to work correctly.
> 
>     // Class CastorManagedConnectionFactory
>     public boolean equals(java.lang.Object obj) {
>         //ADB - Modification for Weblogic
>         if (obj instanceof CastorManagedConnectionFactory)
>             return true;
>         else
>             return false;
>         //OLD return super.equals(obj);
>     }
> 
> Thanks you.
> 
> -----Original Message-----
> From: Low Heng Sin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 24, 2001 2:50 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Updated J2EE Connector
> 
> Hi,
> 
> Please tell me if there are any issue.
> 
> thanks.
> 
> Regards,
> Low Heng Sin ( [EMAIL PROTECTED] )
> 
> -----Original Message-----
> From: Adrien David BILLET [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 23, 2001 10:47
> To: [EMAIL PROTECTED]
> Subject: Updated J2EE Connector
> 
> Hello Low
> I'm very interested in your J2EE connector implementation. Is it possible
to
> get your attachement somewhere ? I would try it on BEA.
> Thanks very much.
> 
> -----------------------------------------------------------
> If you wish to unsubscribe from this mailing, send mail to
> [EMAIL PROTECTED] with a subject of:
>         unsubscribe castor-dev

-- 
Gr��e aus Dortmund,
   Thomas Klute
__________________________________________________________________

 Klute & Thiemann Informationstechnologie   Telefon: 0231-9742543
     http://www.klute-thiemann.de     http://www.123domain.de
__________________________________________________________________

connector.zip

Reply via email to