From: erik Date: Wed, 14 May 2008 19:14:21 +0000 (+0000) Subject: PersistentAuthorizationTest is now componentized. X-Git-Tag: wamblee-utils-0.2@603~129 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=596f0df7cb2735440ce70109b13438b5ec6144d7;p=utils PersistentAuthorizationTest is now componentized. --- diff --git a/trunk/system/general/src/main/java/org/wamblee/system/core/Container.java b/trunk/system/general/src/main/java/org/wamblee/system/core/Container.java index d117da95..1a3e9911 100644 --- a/trunk/system/general/src/main/java/org/wamblee/system/core/Container.java +++ b/trunk/system/general/src/main/java/org/wamblee/system/core/Container.java @@ -131,6 +131,14 @@ public class Container extends AbstractComponent { super.addRequiredInterface(aRequired); return this; } + + @Override + public void addContext(String aContext) { + super.addContext(aContext); + for (Component component: _components) { + component.addContext(aContext); + } + } /** * Validates the components together to check that there are no required