i can't find the implementation, where can I download it? -----Original Message----- From: Low Heng Sin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 1:36 AM To: [EMAIL PROTECTED] Subject: [castor-dev] FW: Modification of J2EE Connector for weblogic 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 ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
