User: starksm 
  Date: 01/07/14 09:02:43

  Modified:    src/main/org/jboss/test/security/test
                        StatelessSessionClient.java TestEJBSpec.java
                        TestProjRepository.java TestSecurityProxy.java
  Removed:     src/main/org/jboss/test/security/test
                        AppCallbackHandler.java Deploy.java
  Log:
  Move security and perf AppCallbackHandler.java to util and import it
  from there
  
  Revision  Changes    Path
  1.2       +1 -0      
jbosstest/src/main/org/jboss/test/security/test/StatelessSessionClient.java
  
  Index: StatelessSessionClient.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/security/test/StatelessSessionClient.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StatelessSessionClient.java       2001/03/05 10:11:07     1.1
  +++ StatelessSessionClient.java       2001/07/14 16:02:43     1.2
  @@ -12,11 +12,12 @@
   
   import org.jboss.test.security.interfaces.StatelessSession;
   import org.jboss.test.security.interfaces.StatelessSessionHome;
  +import org.jboss.test.util.AppCallbackHandler;
   
   /** Run with -Djava.security.auth.login.config=url_to_jaas_login_conf
   
   @author [EMAIL PROTECTED]
  -@version $Revision: 1.1 $
  +@version $Revision: 1.2 $
   */
   public class StatelessSessionClient
   {
  
  
  
  1.10      +2 -1      jbosstest/src/main/org/jboss/test/security/test/TestEJBSpec.java
  
  Index: TestEJBSpec.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/security/test/TestEJBSpec.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TestEJBSpec.java  2001/07/10 02:34:05     1.9
  +++ TestEJBSpec.java  2001/07/14 16:02:43     1.10
  @@ -23,13 +23,14 @@
   import junit.framework.TestCase;
   import junit.framework.TestSuite;
   
  +import org.jboss.test.util.AppCallbackHandler;
   import org.jboss.test.util.Deploy;
   
   /** Test of EJB spec conformace using the security-spec.jar
    deployment unit. These test the basic role based access model.
    
    @author [EMAIL PROTECTED]
  - @version $Revision: 1.9 $
  + @version $Revision: 1.10 $
    */
   public class TestEJBSpec
      extends TestCase
  
  
  
  1.4       +3 -3      
jbosstest/src/main/org/jboss/test/security/test/TestProjRepository.java
  
  Index: TestProjRepository.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/security/test/TestProjRepository.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestProjRepository.java   2001/07/10 02:34:05     1.3
  +++ TestProjRepository.java   2001/07/14 16:02:43     1.4
  @@ -18,12 +18,12 @@
   import org.apache.log4j.PatternLayout;
   import org.apache.log4j.Priority;
   
  -import org.jboss.test.util.Deploy;
  -
   import org.jboss.security.SimplePrincipal;
   import org.jboss.test.security.interfaces.ProjRepository;
   import org.jboss.test.security.interfaces.ProjRepositoryHome;
   import org.jboss.test.security.ejb.project.support.DefaultName;
  +import org.jboss.test.util.AppCallbackHandler;
  +import org.jboss.test.util.Deploy;
   
   /**
    * The client driver for testing secure access to the ProjRepository bean.
  @@ -39,7 +39,7 @@
    * is deployed.
    * 
    * @author [EMAIL PROTECTED]
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class TestProjRepository
      extends TestCase
  
  
  
  1.3       +3 -3      
jbosstest/src/main/org/jboss/test/security/test/TestSecurityProxy.java
  
  Index: TestSecurityProxy.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/security/test/TestSecurityProxy.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestSecurityProxy.java    2001/07/10 02:34:05     1.2
  +++ TestSecurityProxy.java    2001/07/14 16:02:43     1.3
  @@ -12,19 +12,19 @@
   import junit.framework.TestCase;
   import junit.framework.TestSuite;
   
  -import org.jboss.test.util.Deploy;
  -
   import org.jboss.test.security.interfaces.Entity;
   import org.jboss.test.security.interfaces.EntityHome;
   import org.jboss.test.security.interfaces.IOSession;
   import org.jboss.test.security.interfaces.IOSessionHome;
  +import org.jboss.test.util.AppCallbackHandler;
  +import org.jboss.test.util.Deploy;
   
   /**
    * Simple tests of security stateless, stateful and entity beans via custom
    * security proxies.
    * 
    * @author [EMAIL PROTECTED]
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class TestSecurityProxy
      extends TestCase
  
  
  

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

Reply via email to