...scrubbing some (possibly) leftover stuff from XAConnectionImpl:

Index: XAConnectionImpl.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/minerva/xa/XAConnectionImpl.ja
va,v
retrieving revision 1.9
diff -r1.9 XAConnectionImpl.java
50d49
<     private final static String CLOSED = "Connection has been closed!";
113c112
<         boolean trans = resource.isTransaction(); // could be committed
directly on notification?  Seems unlikely, but let's not rule
 it out.
---
> //      boolean trans = resource.isTransaction(); // could be committed
directly on notification?  Seems unlikely, but let's not rule
 it out.





and this Vector in XAClientConnection isn't being used - maybe it should be
removed:


Index: XAClientConnection.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/minerva/xa/XAClientConnection.
java,v
retrieving revision 1.6
diff -r1.6 XAClientConnection.java
43d42
<     private Vector listeners;
55d53
<         listeners = new Vector();
75d72
<         listeners = null;



Yours,

Tom

Reply via email to