jcscoobyrs    2005/09/16 19:51:52

  Modified:    modules/itests/src/bin openejb-tests.bat
  Log:

  Updated to fix problem in Windows where classpath is wrong for 
openejb-tests.bat.
  
  Revision  Changes    Path
  1.2       +5 -5      openejb1/modules/itests/src/bin/openejb-tests.bat
  
  Index: openejb-tests.bat
  ===================================================================
  RCS file: /scm/openejb/openejb1/modules/itests/src/bin/openejb-tests.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- openejb-tests.bat 26 Mar 2004 21:43:10 -0000      1.1
  +++ openejb-tests.bat 16 Sep 2005 23:51:52 -0000      1.2
  @@ -48,7 +48,7 @@
      set SERVER="-Dopenejb.test.server=org.openejb.test.IvmTestServer"
      set 
DATABASE="-Dopenejb.test.database=org.openejb.test.InstantDbTestDatabase"
      
  -   java %SERVER% %DATABASE% %OPTIONS% -cp 
%OPENEJB_HOME%/lib/openejb-core-DEV.jar org.openejb.util.Launcher 
org.openejb.test.TestRunner org.openejb.test.ClientTestSuite
  +   java %SERVER% %DATABASE% %OPTIONS% -cp %OPENEJB_HOME%/lib/[EMAIL 
PROTECTED]@.jar org.openejb.util.Launcher org.openejb.test.TestRunner 
org.openejb.test.ClientTestSuite
            
   goto EOF
   REM================================================
  @@ -62,7 +62,7 @@
      set SERVER="-Dopenejb.test.server=org.openejb.test.RemoteTestServer"
      set 
DATABASE="-Dopenejb.test.database=org.openejb.test.InstantDbTestDatabase"
      
  -   java %SERVER% %DATABASE% %OPTIONS% -cp 
%OPENEJB_HOME%/lib/openejb-core-DEV.jar org.openejb.util.Launcher 
org.openejb.test.TestRunner org.openejb.test.ClientTestSuite
  +   java %SERVER% %DATABASE% %OPTIONS% -cp %OPENEJB_HOME%/lib/[EMAIL 
PROTECTED]@.jar org.openejb.util.Launcher org.openejb.test.TestRunner 
org.openejb.test.ClientTestSuite
   
   goto EOF
   REM================================================
  @@ -83,7 +83,7 @@
      set NAMING_OPTIONS=%NAMING_OPTIONS% 
-Djavax.rmi.CORBA.PortableRemoteObjectClass=org.openorb.rmi.system.PortableRemoteObjectDelegateImpl
   
      REM  >logs\corba.jndi.log 2>&1 doesn't work with 'start'
  -   start "OpenORB JNDI Server" java %OPTIONS% -cp 
%OPENEJB_HOME%/lib/openejb-core-DEV.jar org.openejb.util.Launcher 
%NAMING_OPTIONS% org.openorb.util.MapNamingContext -ORBPort=2001 -default
  +   start "OpenORB JNDI Server" java %OPTIONS% -cp %OPENEJB_HOME%/lib/[EMAIL 
PROTECTED]@.jar org.openejb.util.Launcher %NAMING_OPTIONS% 
org.openorb.util.MapNamingContext -ORBPort=2001 -default
   
      sleep 20
      echo 2. OpenEJB RMI/IIOP Server...
  @@ -100,7 +100,7 @@
      set SERVER_OPTIONS=-Dlog4j.configuration=file:conf/default.logging.conf
      set SERVER_OPTIONS=%SERVER_OPTIONS% 
-Dorg/openejb/core/ThreadContext/IMPL_CLASS=org.openejb.tyrex.TyrexThreadContext
      REM  > logs\corba.server.log 2>&1 doesn't work with 'start'
  -   start "OpenEJB RMI/IIOP Server" java %OPTIONS% -cp 
%OPENEJB_HOME%/lib/openejb-core-DEV.jar org.openejb.util.Launcher 
%SERVER_OPTIONS% %OPENORB_OPTIONS% org.openejb.corba.Server -ORBProfile=ejb 
-domain conf\tyrex_resources.xml
  +   start "OpenEJB RMI/IIOP Server" java %OPTIONS% -cp 
%OPENEJB_HOME%/lib/[EMAIL PROTECTED]@.jar org.openejb.util.Launcher 
%SERVER_OPTIONS% %OPENORB_OPTIONS% org.openejb.corba.Server -ORBProfile=ejb 
-domain conf\tyrex_resources.xml
   
      echo 3. Starting test client...
   
  
  
  

Reply via email to