After updating the das container in my sandbox with the necessary changes to
move from @Scope("MODULE") to @Scope("COMPOSITE") I have started to get the
following exception. Looking at the code in the trunk, I could not find
ModuleScopeObjectFactory...Caused by: java.lang.ClassNotFoundException: org.apache.tuscany.core.component.scope.ModuleScopeObjectFactory at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:242) at org.apache.tuscany.spi.loader.LoaderUtil.loadClass(LoaderUtil.java :71) I could also not find any references in my sandbox code, but found some references to it in trunk code... sca\commands\launcher\target\classes\META-INF\tuscany\system.scdl(85): <system:implementation.system class=" org.apache.tuscany.core.component.scope.ModuleScopeObjectFactory"/> sca\plugins\plugin.itest\src\main\resources\META-INF\tuscany\embeddedMaven.scdl(80): <system:implementation.system class=" org.apache.tuscany.core.component.scope.ModuleScopeObjectFactory"/> sca\plugins\plugin.itest\target\classes\META-INF\tuscany\embeddedMaven.scdl(80): <system:implementation.system class=" org.apache.tuscany.core.component.scope.ModuleScopeObjectFactory"/> sca\runtime\standalone\launcher\src\main\resources\META-INF\tuscany\system.scdl(85): <system:implementation.system class=" org.apache.tuscany.core.component.scope.ModuleScopeObjectFactory"/> sca\runtime\standalone\launcher\target\classes\META-INF\tuscany\system.scdl(85): <system:implementation.system class=" org.apache.tuscany.core.component.scope.ModuleScopeObjectFactory"/> I'm still investigating, but I'm sending this, just in case someone have any ideas ? -- Luciano Resende http://people.apache.org/~lresende
