User: d_jencks
  Date: 02/04/08 20:47:10

  Modified:    src/main/org/jboss/resource/connectionmanager
                        CachedConnectionInterceptor.java
  Log:
  reverted to previous version, for a different fix
  
  Revision  Changes    Path
  1.3       +5 -9      
jbosscx/src/main/org/jboss/resource/connectionmanager/CachedConnectionInterceptor.java
  
  Index: CachedConnectionInterceptor.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosscx/src/main/org/jboss/resource/connectionmanager/CachedConnectionInterceptor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CachedConnectionInterceptor.java  9 Apr 2002 01:24:44 -0000       1.2
  +++ CachedConnectionInterceptor.java  9 Apr 2002 03:47:10 -0000       1.3
  @@ -10,6 +10,7 @@
   package org.jboss.resource.connectionmanager;
   
   
  +
   /**
   * CachedConnectionInterceptor.java
   *
  @@ -17,7 +18,6 @@
   * Created: Sat Jan 12 01:22:06 2002
   *
   * @author <a href="mailto:[EMAIL PROTECTED]";>David Jencks</a>
  -* @author <a href="mailto:[EMAIL PROTECTED]";>Luke Taylor</a>
   * @version
   */
   import java.lang.reflect.Method;
  @@ -110,20 +110,16 @@
         if (container != null && pm != null && 
((EntityContainer)container).getPersistenceManager() == this) 
         {
            ((EntityContainer)container).setPersistenceManager(pm);
  -         pm.stop();
  -      }
  -     }
  +         pm = null;
  +      } // end of if ()
  +   }
   
      /**
       *
       */
      public void destroy()
      {
  -      if (container != null && pm != null && 
((EntityContainer)container).getPersistenceManager() == this)
  -      {
  -         pm.destroy();
  -         pm = null;
  -      }
  +      // TODO: implement this org.jboss.system.Service method
      }
   
      /**
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to