You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ba...@apache.org on 2005/06/03 01:59:09 UTC

svn commit: r179676 - /incubator/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientXADataSource.java

Author: bandaram
Date: Thu Jun  2 16:59:08 2005
New Revision: 179676

URL: http://svn.apache.org/viewcvs?rev=179676&view=rev
Log:
Fix build problem introduced by checkin number 179657.

Submitted by Satheesh Bandaram (satheesh@sourcery.org)

Modified:
    incubator/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientXADataSource.java

Modified: incubator/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientXADataSource.java
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientXADataSource.java?rev=179676&r1=179675&r2=179676&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientXADataSource.java (original)
+++ incubator/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientXADataSource.java Thu Jun  2 16:59:08 2005
@@ -36,7 +36,6 @@
     private static final long serialVersionUID = 7057075094707674880L;
 
     public ClientXADataSource() {
-        this.setResultSetHoldability(CLOSE_CURSORS_AT_COMMIT);
     }
 
     public XAConnection getXAConnection() throws SQLException {