bloritsch 2003/06/03 07:48:13
Modified: fortress/src/java/org/apache/avalon/fortress/util
ContextManager.java
Log:
Minor patch from Shash Chaterjee.
Revision Changes Path
1.39 +4 -3
avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/util/ContextManager.java
Index: ContextManager.java
===================================================================
RCS file:
/home/cvs/avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/util/ContextManager.java,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ContextManager.java 2 Jun 2003 14:44:46 -0000 1.38
+++ ContextManager.java 3 Jun 2003 14:48:13 -0000 1.39
@@ -122,10 +122,10 @@
* @version CVS $Revision$ $Date$
* @since 4.1
*/
-public final class ContextManager
+public class ContextManager
implements ContextManagerConstants, Initializable, Disposable
{
- private static final Configuration EMPTY_CONFIG;
+ protected static final Configuration EMPTY_CONFIG;
static
{
@@ -719,6 +719,7 @@
manager.makeReadOnly();
m_containerManagerContext.put( SERVICE_MANAGER, manager );
+ m_childContext.put( SERVICE_MANAGER, manager );
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]