User: peter   
  Date: 01/01/07 15:14:37

  Modified:    src/main/org/jboss/test/bank/interfaces Account.java
                        AccountData.java AccountHome.java Bank.java
                        BankException.java BankHome.java Customer.java
                        CustomerHome.java Teller.java TellerHome.java
  Log:
  Trying to get JAAS to work within test suite.
  
  Revision  Changes    Path
  1.2       +9 -6      jbosstest/src/main/org/jboss/test/bank/interfaces/Account.java
  
  Index: Account.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/bank/interfaces/Account.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Account.java      2000/06/21 15:52:38     1.1
  +++ Account.java      2001/01/07 23:14:35     1.2
  @@ -10,8 +10,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: peter $
  + *   @version $Revision: 1.2 $
    */
   public interface Account
      extends EJBObject
  @@ -45,13 +45,16 @@
   }
   
   /*
  - *   $Id: Account.java,v 1.1 2000/06/21 15:52:38 oberg Exp $
  + *   $Id: Account.java,v 1.2 2001/01/07 23:14:35 peter Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: Account.java,v $
  - *   Revision 1.1  2000/06/21 15:52:38  oberg
  - *   Initial revision
  + *   Revision 1.2  2001/01/07 23:14:35  peter
  + *   Trying to get JAAS to work within test suite.
    *
  + *   Revision 1.1.1.1  2000/06/21 15:52:38  oberg
  + *   Initial import of jBoss test. This module contains CTS tests, some simple 
examples, and small bean suites.
    *
  + *
    *  
  - */
  \ No newline at end of file
  + */
  
  
  
  1.2       +9 -6      
jbosstest/src/main/org/jboss/test/bank/interfaces/AccountData.java
  
  Index: AccountData.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/bank/interfaces/AccountData.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AccountData.java  2000/06/21 15:52:38     1.1
  +++ AccountData.java  2001/01/07 23:14:35     1.2
  @@ -10,8 +10,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: peter $
  + *   @version $Revision: 1.2 $
    */
   public class AccountData
      implements java.io.Serializable
  @@ -60,13 +60,16 @@
   }
   
   /*
  - *   $Id: AccountData.java,v 1.1 2000/06/21 15:52:38 oberg Exp $
  + *   $Id: AccountData.java,v 1.2 2001/01/07 23:14:35 peter Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: AccountData.java,v $
  - *   Revision 1.1  2000/06/21 15:52:38  oberg
  - *   Initial revision
  + *   Revision 1.2  2001/01/07 23:14:35  peter
  + *   Trying to get JAAS to work within test suite.
    *
  + *   Revision 1.1.1.1  2000/06/21 15:52:38  oberg
  + *   Initial import of jBoss test. This module contains CTS tests, some simple 
examples, and small bean suites.
    *
  + *
    *  
  - */
  \ No newline at end of file
  + */
  
  
  
  1.2       +9 -6      
jbosstest/src/main/org/jboss/test/bank/interfaces/AccountHome.java
  
  Index: AccountHome.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/bank/interfaces/AccountHome.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AccountHome.java  2000/06/21 15:52:38     1.1
  +++ AccountHome.java  2001/01/07 23:14:35     1.2
  @@ -11,8 +11,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: peter $
  + *   @version $Revision: 1.2 $
    */
   public interface AccountHome
      extends EJBHome
  @@ -45,13 +45,16 @@
   }
   
   /*
  - *   $Id: AccountHome.java,v 1.1 2000/06/21 15:52:38 oberg Exp $
  + *   $Id: AccountHome.java,v 1.2 2001/01/07 23:14:35 peter Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: AccountHome.java,v $
  - *   Revision 1.1  2000/06/21 15:52:38  oberg
  - *   Initial revision
  + *   Revision 1.2  2001/01/07 23:14:35  peter
  + *   Trying to get JAAS to work within test suite.
    *
  + *   Revision 1.1.1.1  2000/06/21 15:52:38  oberg
  + *   Initial import of jBoss test. This module contains CTS tests, some simple 
examples, and small bean suites.
    *
  + *
    *  
  - */
  \ No newline at end of file
  + */
  
  
  
  1.2       +9 -6      jbosstest/src/main/org/jboss/test/bank/interfaces/Bank.java
  
  Index: Bank.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/bank/interfaces/Bank.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Bank.java 2000/06/21 15:52:38     1.1
  +++ Bank.java 2001/01/07 23:14:35     1.2
  @@ -11,8 +11,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: peter $
  + *   @version $Revision: 1.2 $
    */
   public interface Bank
      extends EJBObject
  @@ -37,13 +37,16 @@
   }
   
   /*
  - *   $Id: Bank.java,v 1.1 2000/06/21 15:52:38 oberg Exp $
  + *   $Id: Bank.java,v 1.2 2001/01/07 23:14:35 peter Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: Bank.java,v $
  - *   Revision 1.1  2000/06/21 15:52:38  oberg
  - *   Initial revision
  + *   Revision 1.2  2001/01/07 23:14:35  peter
  + *   Trying to get JAAS to work within test suite.
    *
  + *   Revision 1.1.1.1  2000/06/21 15:52:38  oberg
  + *   Initial import of jBoss test. This module contains CTS tests, some simple 
examples, and small bean suites.
    *
  + *
    *  
  - */
  \ No newline at end of file
  + */
  
  
  
  1.2       +9 -6      
jbosstest/src/main/org/jboss/test/bank/interfaces/BankException.java
  
  Index: BankException.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/bank/interfaces/BankException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BankException.java        2000/06/21 15:52:38     1.1
  +++ BankException.java        2001/01/07 23:14:35     1.2
  @@ -10,8 +10,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: peter $
  + *   @version $Revision: 1.2 $
    */
   public class BankException
      extends Exception
  @@ -43,13 +43,16 @@
   }
   
   /*
  - *   $Id: BankException.java,v 1.1 2000/06/21 15:52:38 oberg Exp $
  + *   $Id: BankException.java,v 1.2 2001/01/07 23:14:35 peter Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: BankException.java,v $
  - *   Revision 1.1  2000/06/21 15:52:38  oberg
  - *   Initial revision
  + *   Revision 1.2  2001/01/07 23:14:35  peter
  + *   Trying to get JAAS to work within test suite.
    *
  + *   Revision 1.1.1.1  2000/06/21 15:52:38  oberg
  + *   Initial import of jBoss test. This module contains CTS tests, some simple 
examples, and small bean suites.
    *
  + *
    *  
  - */
  \ No newline at end of file
  + */
  
  
  
  1.2       +9 -6      jbosstest/src/main/org/jboss/test/bank/interfaces/BankHome.java
  
  Index: BankHome.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/bank/interfaces/BankHome.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BankHome.java     2000/06/21 15:52:38     1.1
  +++ BankHome.java     2001/01/07 23:14:35     1.2
  @@ -10,8 +10,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: peter $
  + *   @version $Revision: 1.2 $
    */
   public interface BankHome
      extends EJBHome
  @@ -33,13 +33,16 @@
   }
   
   /*
  - *   $Id: BankHome.java,v 1.1 2000/06/21 15:52:38 oberg Exp $
  + *   $Id: BankHome.java,v 1.2 2001/01/07 23:14:35 peter Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: BankHome.java,v $
  - *   Revision 1.1  2000/06/21 15:52:38  oberg
  - *   Initial revision
  + *   Revision 1.2  2001/01/07 23:14:35  peter
  + *   Trying to get JAAS to work within test suite.
    *
  + *   Revision 1.1.1.1  2000/06/21 15:52:38  oberg
  + *   Initial import of jBoss test. This module contains CTS tests, some simple 
examples, and small bean suites.
    *
  + *
    *  
  - */
  \ No newline at end of file
  + */
  
  
  
  1.3       +7 -4      jbosstest/src/main/org/jboss/test/bank/interfaces/Customer.java
  
  Index: Customer.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/bank/interfaces/Customer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Customer.java     2000/09/30 01:00:57     1.2
  +++ Customer.java     2001/01/07 23:14:36     1.3
  @@ -11,8 +11,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: fleury $
  - *   @version $Revision: 1.2 $
  + *   @author $Author: peter $
  + *   @version $Revision: 1.3 $
    */
   public interface Customer
      extends EJBObject
  @@ -43,10 +43,13 @@
   }
   
   /*
  - *   $Id: Customer.java,v 1.2 2000/09/30 01:00:57 fleury Exp $
  + *   $Id: Customer.java,v 1.3 2001/01/07 23:14:36 peter Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: Customer.java,v $
  + *   Revision 1.3  2001/01/07 23:14:36  peter
  + *   Trying to get JAAS to work within test suite.
  + *
    *   Revision 1.2  2000/09/30 01:00:57  fleury
    *   Updated bank tests to work with new jBoss version
    *
  @@ -55,4 +58,4 @@
    *
    *
    *  
  - */
  \ No newline at end of file
  + */
  
  
  
  1.2       +9 -6      
jbosstest/src/main/org/jboss/test/bank/interfaces/CustomerHome.java
  
  Index: CustomerHome.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/bank/interfaces/CustomerHome.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CustomerHome.java 2000/06/21 15:52:38     1.1
  +++ CustomerHome.java 2001/01/07 23:14:36     1.2
  @@ -11,8 +11,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: peter $
  + *   @version $Revision: 1.2 $
    */
   public interface CustomerHome
      extends EJBHome
  @@ -39,13 +39,16 @@
   }
   
   /*
  - *   $Id: CustomerHome.java,v 1.1 2000/06/21 15:52:38 oberg Exp $
  + *   $Id: CustomerHome.java,v 1.2 2001/01/07 23:14:36 peter Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: CustomerHome.java,v $
  - *   Revision 1.1  2000/06/21 15:52:38  oberg
  - *   Initial revision
  + *   Revision 1.2  2001/01/07 23:14:36  peter
  + *   Trying to get JAAS to work within test suite.
    *
  + *   Revision 1.1.1.1  2000/06/21 15:52:38  oberg
  + *   Initial import of jBoss test. This module contains CTS tests, some simple 
examples, and small bean suites.
    *
  + *
    *  
  - */
  \ No newline at end of file
  + */
  
  
  
  1.2       +9 -6      jbosstest/src/main/org/jboss/test/bank/interfaces/Teller.java
  
  Index: Teller.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/bank/interfaces/Teller.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Teller.java       2000/06/21 15:52:38     1.1
  +++ Teller.java       2001/01/07 23:14:36     1.2
  @@ -11,8 +11,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: peter $
  + *   @version $Revision: 1.2 $
    */
   public interface Teller
      extends EJBObject
  @@ -43,13 +43,16 @@
   }
   
   /*
  - *   $Id: Teller.java,v 1.1 2000/06/21 15:52:38 oberg Exp $
  + *   $Id: Teller.java,v 1.2 2001/01/07 23:14:36 peter Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: Teller.java,v $
  - *   Revision 1.1  2000/06/21 15:52:38  oberg
  - *   Initial revision
  + *   Revision 1.2  2001/01/07 23:14:36  peter
  + *   Trying to get JAAS to work within test suite.
    *
  + *   Revision 1.1.1.1  2000/06/21 15:52:38  oberg
  + *   Initial import of jBoss test. This module contains CTS tests, some simple 
examples, and small bean suites.
    *
  + *
    *  
  - */
  \ No newline at end of file
  + */
  
  
  
  1.2       +9 -6      
jbosstest/src/main/org/jboss/test/bank/interfaces/TellerHome.java
  
  Index: TellerHome.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/bank/interfaces/TellerHome.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TellerHome.java   2000/06/21 15:52:38     1.1
  +++ TellerHome.java   2001/01/07 23:14:36     1.2
  @@ -10,8 +10,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: peter $
  + *   @version $Revision: 1.2 $
    */
   public interface TellerHome
      extends EJBHome
  @@ -33,13 +33,16 @@
   }
   
   /*
  - *   $Id: TellerHome.java,v 1.1 2000/06/21 15:52:38 oberg Exp $
  + *   $Id: TellerHome.java,v 1.2 2001/01/07 23:14:36 peter Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: TellerHome.java,v $
  - *   Revision 1.1  2000/06/21 15:52:38  oberg
  - *   Initial revision
  + *   Revision 1.2  2001/01/07 23:14:36  peter
  + *   Trying to get JAAS to work within test suite.
    *
  + *   Revision 1.1.1.1  2000/06/21 15:52:38  oberg
  + *   Initial import of jBoss test. This module contains CTS tests, some simple 
examples, and small bean suites.
    *
  + *
    *  
  - */
  \ No newline at end of file
  + */
  
  
  

Reply via email to