You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2009/10/22 23:41:34 UTC

svn commit: r828864 - /geronimo/server/trunk/framework/configs/j2ee-system/src/main/plan/plan.xml

Author: gawor
Date: Thu Oct 22 21:41:34 2009
New Revision: 828864

URL: http://svn.apache.org/viewvc?rev=828864&view=rev
Log:
set geronimo home.dir and server.dir - got lost in translation to gbean annotations

Modified:
    geronimo/server/trunk/framework/configs/j2ee-system/src/main/plan/plan.xml

Modified: geronimo/server/trunk/framework/configs/j2ee-system/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/j2ee-system/src/main/plan/plan.xml?rev=828864&r1=828863&r2=828864&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/j2ee-system/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/framework/configs/j2ee-system/src/main/plan/plan.xml Thu Oct 22 21:41:34 2009
@@ -31,7 +31,9 @@
     <!--<gbean name="EmbeddedDaemon" class="org.apache.geronimo.system.main.EmbeddedDaemon"/>-->
 
     <!-- ServerInfo service -->
-    <gbean name="ServerInfo" class="org.apache.geronimo.system.serverinfo.BasicServerInfo"/>
+    <gbean name="ServerInfo" class="org.apache.geronimo.system.serverinfo.BasicServerInfo">
+        <attribute name="useSystemProperties">true</attribute>
+    </gbean>
 
     <!--Repository-->
     <gbean name="Repository" class="org.apache.geronimo.system.repository.Maven2Repository">