Tuscany 2.x has removed the org.apache.tuscany.sca.host.embedded.SCADomain class. We now use NodeFactory/Node instead. The STP needs to support 2.x before you use it.
Thanks, Raymond From: Nishant Chandra Sent: Saturday, July 18, 2009 3:00 AM To: [email protected] Subject: Re: WELCOME to [email protected] Hi, I started using Tuscany 2.0 M2 release along with eclipse plugin. I see this error while running the "Restaurant" example from eclipse (SCA Tools v2.0.0): Deploying contentmoderation.composite... java.lang.ClassNotFoundException: org.apache.tuscany.sca.host.embedded.SCADomain at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.eclipse.stp.sca.deployment.mains.TuscanyMain1x.main(TuscanyMain1x.java:32) I also tried running the "tuscany.bat" file but that also gives the following error : "goto was unexpected at this time". Is there some user documentation for 2.0 M2 release? how can I run this example with/without eclipse? Please help.
