User: mulder
Date: 00/12/03 06:58:25
Modified: src/main/org/jboss/minerva/xa XADataSourceImpl.java
Log:
Remove stack dump when setAutoCommit fails
Revision Changes Path
1.4 +1 -2 jboss/src/main/org/jboss/minerva/xa/XADataSourceImpl.java
Index: XADataSourceImpl.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/minerva/xa/XADataSourceImpl.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XADataSourceImpl.java 2000/10/19 20:01:21 1.3
+++ XADataSourceImpl.java 2000/12/03 14:58:25 1.4
@@ -18,7 +18,7 @@
* XAResource are responsible for closing the connection when appropriate.
* Note that the underlying driver may perform pooling, but need not. This
* class does not add any pooling capabilities.
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
* @author Aaron Mulder ([EMAIL PROTECTED])
*/
public class XADataSourceImpl implements XADataSource {
@@ -129,7 +129,6 @@
} catch(SQLException e) {
if(logWriter != null)
logWriter.println("XADataSource unable to disable auto-commit on
"+con.getClass().getName());
-e.printStackTrace();
}
XAResourceImpl res = new XAResourceImpl(con);