User: oberg   
  Date: 00/08/16 11:30:47

  Modified:    src/main/org/jboss/ejb/plugins TxInterceptor.java
  Log:
  Fixed MarshalledObject classcast
  
  Revision  Changes    Path
  1.12      +3 -3      jboss/src/main/org/jboss/ejb/plugins/TxInterceptor.java
  
  Index: TxInterceptor.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/TxInterceptor.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- TxInterceptor.java        2000/08/14 15:02:20     1.11
  +++ TxInterceptor.java        2000/08/16 18:30:47     1.12
  @@ -38,7 +38,7 @@
   *   @see <related>
   *   @author Rickard �berg ([EMAIL PROTECTED])
   *   @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
  -*   @version $Revision: 1.11 $
  +*   @version $Revision: 1.12 $
   */
   public class TxInterceptor
   extends AbstractInterceptor
  @@ -139,8 +139,8 @@
           // New transaction is the new transaction this might start
          Transaction newTransaction = null;
          
  -       System.out.println("Current transaction in MI is "+mi.getTransaction()); 
  -       System.out.println("Current method "+mi.getMethod());           
  +//       System.out.println("Current transaction in MI is "+mi.getTransaction()); 
  +//       System.out.println("Current method "+mi.getMethod());           
          byte transType = getTransactionMethod(mi.getMethod(), remoteInvocation);
   
   // DEBUG     printMethod(mi.getMethod(), transType);
  
  
  

Reply via email to