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 2006/12/27 00:45:07 UTC

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

Author: meerajk
Date: Tue Dec 26 15:45:05 2006
New Revision: 490402

URL: http://svn.apache.org/viewvc?view=rev&rev=490402
Log:
Changed ModuleScopeObjectFactory to CompositeScopeObjectFactory.

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=490402&r1=490401&r2=490402
==============================================================================
--- 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 Tue Dec 26 15:45:05 2006
@@ -82,7 +82,7 @@
     
     <!-- Default scopes -->
     <component name="scope.module">
-        <system:implementation.system class="org.apache.tuscany.core.component.scope.ModuleScopeObjectFactory"/>
+        <system:implementation.system class="org.apache.tuscany.core.component.scope.CompositeScopeObjectFactory"/>
     </component>
 
     <component name="scope.stateless">



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