You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ld...@apache.org on 2011/02/25 13:14:08 UTC

svn commit: r1074494 - in /karaf/trunk: admin/management/src/main/resources/OSGI-INF/blueprint/ diagnostic/management/src/main/resources/OSGI-INF/blueprint/ features/management/src/main/resources/OSGI-INF/blueprint/

Author: ldywicki
Date: Fri Feb 25 12:14:08 2011
New Revision: 1074494

URL: http://svn.apache.org/viewvc?rev=1074494&view=rev
Log:
[KARAF-485] Fix mbean registration problems

Modified:
    karaf/trunk/admin/management/src/main/resources/OSGI-INF/blueprint/admin-management.xml
    karaf/trunk/diagnostic/management/src/main/resources/OSGI-INF/blueprint/diagnostic-management.xml
    karaf/trunk/features/management/src/main/resources/OSGI-INF/blueprint/features-management.xml

Modified: karaf/trunk/admin/management/src/main/resources/OSGI-INF/blueprint/admin-management.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/admin/management/src/main/resources/OSGI-INF/blueprint/admin-management.xml?rev=1074494&r1=1074493&r2=1074494&view=diff
==============================================================================
--- karaf/trunk/admin/management/src/main/resources/OSGI-INF/blueprint/admin-management.xml (original)
+++ karaf/trunk/admin/management/src/main/resources/OSGI-INF/blueprint/admin-management.xml Fri Feb 25 12:14:08 2011
@@ -17,7 +17,7 @@
     limitations under the License.
 
 -->
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" default-activation="lazy">
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" default-activation="eager">
 
     <reference id="adminService" interface="org.apache.karaf.admin.AdminService" />
 

Modified: karaf/trunk/diagnostic/management/src/main/resources/OSGI-INF/blueprint/diagnostic-management.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/diagnostic/management/src/main/resources/OSGI-INF/blueprint/diagnostic-management.xml?rev=1074494&r1=1074493&r2=1074494&view=diff
==============================================================================
--- karaf/trunk/diagnostic/management/src/main/resources/OSGI-INF/blueprint/diagnostic-management.xml (original)
+++ karaf/trunk/diagnostic/management/src/main/resources/OSGI-INF/blueprint/diagnostic-management.xml Fri Feb 25 12:14:08 2011
@@ -17,7 +17,7 @@
     limitations under the License.
 
 -->
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" default-activation="lazy">
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" default-activation="eager">
 
     <reference-list id="providers" availability="optional"
         interface="org.apache.karaf.diagnostic.core.DumpProvider" />

Modified: karaf/trunk/features/management/src/main/resources/OSGI-INF/blueprint/features-management.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/features/management/src/main/resources/OSGI-INF/blueprint/features-management.xml?rev=1074494&r1=1074493&r2=1074494&view=diff
==============================================================================
--- karaf/trunk/features/management/src/main/resources/OSGI-INF/blueprint/features-management.xml (original)
+++ karaf/trunk/features/management/src/main/resources/OSGI-INF/blueprint/features-management.xml Fri Feb 25 12:14:08 2011
@@ -17,8 +17,7 @@
     limitations under the License.
 
 -->
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
-           default-activation="lazy">
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" default-activation="eager">
 
     <reference id="featuresService" interface="org.apache.karaf.features.FeaturesService" />