User: fleury  
  Date: 00/10/15 12:05:07

  Modified:    src/main/org/jboss/tm TxCapsule.java
  Log:
  sync problems?
  
  Revision  Changes    Path
  1.14      +3 -1      jboss/src/main/org/jboss/tm/TxCapsule.java
  
  Index: TxCapsule.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/tm/TxCapsule.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- TxCapsule.java    2000/10/10 23:47:02     1.13
  +++ TxCapsule.java    2000/10/15 19:05:07     1.14
  @@ -43,7 +43,7 @@
    *  @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
    *  @author <a href="mailto:[EMAIL PROTECTED]">Ole Husgaard</a>
    *
  - *  @version $Revision: 1.13 $
  + *  @version $Revision: 1.14 $
    */
   class TxCapsule implements TimeoutTarget
   {
  @@ -814,6 +814,8 @@
                  wait();
               } catch (InterruptedException ex) {}
   
  +                     // MF FIXME: don't we need a notify() in this case?
  +                     // we need to release all the thread waiting on this lock 
               if (done || myIncarnation != incarnationCount)
                 throw new IllegalStateException("No transaction");
            }
  
  
  

Reply via email to