[Jboss-cvs] JBossAS SVN: r55041 - trunk/system/src/tests/org/jboss/test/server/profileservice

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 2 15:05:11 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-02 15:05:09 -0400 (Wed, 02 Aug 2006)
New Revision: 55041

Modified:
   trunk/system/src/tests/org/jboss/test/server/profileservice/MainWithSimpleHotDeployTestCase.java
Log:
Use an empty -Djboss.server.deployerBeansPrefix= to use the default deployer-beans.xml resource prefix name.

Modified: trunk/system/src/tests/org/jboss/test/server/profileservice/MainWithSimpleHotDeployTestCase.java
===================================================================
--- trunk/system/src/tests/org/jboss/test/server/profileservice/MainWithSimpleHotDeployTestCase.java	2006-08-02 18:46:11 UTC (rev 55040)
+++ trunk/system/src/tests/org/jboss/test/server/profileservice/MainWithSimpleHotDeployTestCase.java	2006-08-02 19:05:09 UTC (rev 55041)
@@ -62,7 +62,7 @@
 
    /**
     * Test the startup of the org.jboss.Main entry point using the "default"
-    * profile.
+    * profile and bootstrap deployer-beans.xml search logic.
     * @throws Exception
     */
    public void testDefaultStartup() throws Exception
@@ -85,7 +85,7 @@
       }
       assertNotNull("jbosstest.support.dir != null", supportDirProp);
 
-      String[] args = {"-c", "defaulthotdeploy"};
+      String[] args = {"-c", "defaulthotdeploy", "-Djboss.server.deployerBeansPrefix="};
       Main main = new Main();
       main.boot(args);
       Server server = main.getServer();




More information about the jboss-cvs-commits mailing list