Updated Branches: refs/heads/master 80c5f433b -> df8e5cc8c
fixing Waiting for required OSGi services: org.apache.stratos.throttling.agent.ThrottlingAgent in SC Signed-off-by: Manula Thantriwatte <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/df8e5cc8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/df8e5cc8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/df8e5cc8 Branch: refs/heads/master Commit: df8e5cc8ca776ac1327d471d34878a5d9a568471 Parents: 80c5f43 Author: ajanthan <[email protected]> Authored: Sun Jan 5 20:36:51 2014 +0530 Committer: Manula Thantriwatte <[email protected]> Committed: Mon Jan 6 15:34:01 2014 +0530 ---------------------------------------------------------------------- .../stratos/common/internal/CloudCommonServiceComponent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/df8e5cc8/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/internal/CloudCommonServiceComponent.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/internal/CloudCommonServiceComponent.java b/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/internal/CloudCommonServiceComponent.java index e895106..2400631 100644 --- a/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/internal/CloudCommonServiceComponent.java +++ b/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/internal/CloudCommonServiceComponent.java @@ -71,8 +71,8 @@ public class CloudCommonServiceComponent { //Register manager configuration OSGI service try { - //StratosConfiguration stratosConfiguration = CommonUtil.loadStratosConfiguration(); - //bundleContext.registerService(StratosConfiguration.class.getName(), stratosConfiguration, null); + StratosConfiguration stratosConfiguration = CommonUtil.loadStratosConfiguration(); + bundleContext.registerService(StratosConfiguration.class.getName(), stratosConfiguration, null); if (log.isDebugEnabled()) { log.debug("******* Cloud Common Service bundle is activated ******* "); }
