Author: adc Date: Mon Dec 6 19:20:53 2004 New Revision: 110067 URL: http://svn.apache.org/viewcvs?view=rev&rev=110067 Log: Changed so unit tests pass. Modified: geronimo/branches/djencks/jetty-deployer1/trunk/specs/j2ee-connector/src/java/javax/resource/spi/work/ExecutionContext.java
Modified: geronimo/branches/djencks/jetty-deployer1/trunk/specs/j2ee-connector/src/java/javax/resource/spi/work/ExecutionContext.java Url: http://svn.apache.org/viewcvs/geronimo/branches/djencks/jetty-deployer1/trunk/specs/j2ee-connector/src/java/javax/resource/spi/work/ExecutionContext.java?view=diff&rev=110067&p1=geronimo/branches/djencks/jetty-deployer1/trunk/specs/j2ee-connector/src/java/javax/resource/spi/work/ExecutionContext.java&r1=110066&p2=geronimo/branches/djencks/jetty-deployer1/trunk/specs/j2ee-connector/src/java/javax/resource/spi/work/ExecutionContext.java&r2=110067 ============================================================================== --- geronimo/branches/djencks/jetty-deployer1/trunk/specs/j2ee-connector/src/java/javax/resource/spi/work/ExecutionContext.java (original) +++ geronimo/branches/djencks/jetty-deployer1/trunk/specs/j2ee-connector/src/java/javax/resource/spi/work/ExecutionContext.java Mon Dec 6 19:20:53 2004 @@ -34,7 +34,7 @@ */ public class ExecutionContext { private Xid xid; - private long timeout = 0; + private long timeout = -1; public ExecutionContext() { }