Patches item #633038, was opened at 2002-11-04 00:18 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=633038&group_id=22866
Category: JBossTX Group: v4.0 Status: Open Resolution: None Priority: 5 Submitted By: Frank Langelage (lafr) Assigned to: Nobody/Anonymous (nobody) Summary: more complete Informix-XA support Initial Comment: Informix-XA driver has some additional properties for performance improvement. Problem is, that this properties don't have a get-Metod but a is-Method. So the default XAManagedConnectionFactory throws exceptions. I created a Subclass informix/XAInformixManagedConnectionFactory. This class has only a modified getXADatasource method (XAInformixManagedConnectionFactory.java).. To get the member varaibles accessible in the subclass I changed accessibility from private to protected (XAManagedConnectionFactory.java.diff). Also attached you will see an extended informix-xa-ds.xml. The additional elements are commented out. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=633038&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
