You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2006/10/04 03:30:01 UTC

svn commit: r452689 - /geronimo/server/trunk/configs/rmi-naming/src/plan/plan.xml

Author: djencks
Date: Tue Oct  3 18:30:00 2006
New Revision: 452689

URL: http://svn.apache.org/viewvc?view=rev&rev=452689
Log:
GERONIMO-2153 actually start the global writable context

Modified:
    geronimo/server/trunk/configs/rmi-naming/src/plan/plan.xml

Modified: geronimo/server/trunk/configs/rmi-naming/src/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/rmi-naming/src/plan/plan.xml?view=diff&rev=452689&r1=452688&r2=452689
==============================================================================
--- geronimo/server/trunk/configs/rmi-naming/src/plan/plan.xml (original)
+++ geronimo/server/trunk/configs/rmi-naming/src/plan/plan.xml Tue Oct  3 18:30:00 2006
@@ -33,6 +33,10 @@
 
     <gbean name="JavaCompContext" class="org.apache.geronimo.gjndi.JavaCompContextGBean"/>
 
+    <gbean name="JavaContext" class="org.apache.geronimo.gjndi.WritableContextGBean">
+        <attribute name="nameInNamespace">java:</attribute>
+    </gbean>
+
     <gbean name="SystemProperties" class="org.apache.geronimo.system.properties.SystemProperties">
         <attribute name="systemProperties" />
         <attribute name="systemPathProperties" />