For now, you can just build sca-java-2.x/modules. It contains all of the modules for Tuscany runtime.
I'll find some time to add a skeleton project for you such as tuscany-jmx. This way, we can have a base for patching. Tuscany runtime comes with an extensibility and pluggability layer based on the simple JDK service provider pattern. You can find more information at: http://tuscany.apache.org/sca-java-extension-development-guide.html The JMX module can register a ModuleActivator which gives it access to the runtime ExtensionPointRegistry. It can also provide an implementation of org.apache.tuscany.sca.node.extensibility.NodeActivator to gain access Tuscany nodes which in turn provides the SCA composite information. Thanks, Raymond ________________________________________________________________ Raymond Feng rf...@apache.org Apache Tuscany PMC member and committer: tuscany.apache.org Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com Personal Web Site: www.enjoyjava.com ________________________________________________________________ On Apr 29, 2011, at 8:38 AM, Amindri Udugala wrote: > Hi > > Thanks Florian, will checkout the code from 2.x branch. > >