You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by me...@apache.org on 2007/01/01 15:55:17 UTC

svn commit: r491581 - /incubator/tuscany/java/sca/runtime/standalone/launcher/src/main/resources/META-INF/tuscany/system.scdl

Author: meerajk
Date: Mon Jan  1 06:55:17 2007
New Revision: 491581

URL: http://svn.apache.org/viewvc?view=rev&rev=491581
Log:
Intermediary checin for registration in composite component 
extension. Need to move the JMX implementation out of core. 
Runtime and RuntimeInfo implementations need to be from the 
boot and system classloaders respectively.

Modified:
    incubator/tuscany/java/sca/runtime/standalone/launcher/src/main/resources/META-INF/tuscany/system.scdl

Modified: incubator/tuscany/java/sca/runtime/standalone/launcher/src/main/resources/META-INF/tuscany/system.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/standalone/launcher/src/main/resources/META-INF/tuscany/system.scdl?view=diff&rev=491581&r1=491580&r2=491581
==============================================================================
--- incubator/tuscany/java/sca/runtime/standalone/launcher/src/main/resources/META-INF/tuscany/system.scdl (original)
+++ incubator/tuscany/java/sca/runtime/standalone/launcher/src/main/resources/META-INF/tuscany/system.scdl Mon Jan  1 06:55:17 2007
@@ -31,6 +31,11 @@
         <system:implementation.system class="org.apache.tuscany.core.deployer.DeployerImpl"/>
     </component>
 
+    <!-- Management service -->
+    <component name="managementService">
+        <system:implementation.system class="org.apache.tuscany.core.services.management.jmx.JmxManagementService"/>
+    </component>
+
     <!-- Work management -->
     <component name="workContext">
         <system:implementation.system class="org.apache.tuscany.core.component.WorkContextImpl"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org