User: starksm 
  Date: 02/03/12 19:23:15

  Modified:    src/main/org/jboss/test/jrmp/test
                        CustomSocketsUnitTestCase.java
  Log:
  Nest the jrmp-comp.sar inside of the jrmp-comp.jar to ensure that
  the JRMPInvoker is started before the ejbs.
  
  Revision  Changes    Path
  1.6       +2 -2      
jbosstest/src/main/org/jboss/test/jrmp/test/CustomSocketsUnitTestCase.java
  
  Index: CustomSocketsUnitTestCase.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/jrmp/test/CustomSocketsUnitTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CustomSocketsUnitTestCase.java    12 Mar 2002 16:59:00 -0000      1.5
  +++ CustomSocketsUnitTestCase.java    13 Mar 2002 03:23:15 -0000      1.6
  @@ -27,7 +27,7 @@
    *
    * @author    [EMAIL PROTECTED]
    * @author    david jencks [EMAIL PROTECTED]
  - * @version   $Revision: 1.5 $
  + * @version   $Revision: 1.6 $
    */
   public class CustomSocketsUnitTestCase extends JBossTestCase
   {
  @@ -85,7 +85,7 @@
   
      public static Test suite() throws Exception
      {
  -      return getDeploySetup(CustomSocketsUnitTestCase.class, "jrmp-comp.sar");
  +      return getDeploySetup(CustomSocketsUnitTestCase.class, "jrmp-comp.jar");
      }
   
   }
  
  
  

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

Reply via email to