Patches item #559448, was opened at 2002-05-23 02:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=559448&group_id=22866

Category: JBossCX
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Jim Cook (oravecz)
Assigned to: Nobody/Anonymous (nobody)
Summary: XAConnectionImpl - constructor change

Initial Comment:
There will be people who need to provide their own 
XADataSourceImpl implementation in order to retrieve 
an XAConnection suitable for use by the pooling 
mechanism. In order to properly manage the return of 
a connection to a pool, the connection is wrapped in 
the existing XAConnectionImpl class, however the 
constructor for this class requires an XAResourceImpl.

The XAResourceImpl is a wrapper class for non-XA 
connections and it implements the XAResource 
interface. When using true XAConnection objects, 
a "real" XAResource is available so there is no need 
for the wrapper. 

I have modified the constructor of XAConnectionImpl 
to accept the XAResource interface in place of the 
XAResourceImpl class.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=559448&group_id=22866

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to