Right now my vote is 0.
I attempted to look at the Tuscany 1.3 eclipse plugin in. It updates and
installs apparently correctly. However, I cannot run any SCA composites
with it from Eclipse. It may be my set up in this wroskspace.
Under the Run As dialog I see two configurations under Tuscany:
1) Apache Tuscany SCA Domain Manager
2) SCA Domain Manager
The first has blank VM arguments. The second has what appears to be a
correct pointer to my Tuscany path:
"-DTUSCANY_PATH=/E:/temp/eclipse/features/org.apache.tuscany.sca.feature_1.3.0/runtime/apache-tuscany-sca-1.3/tuscany-sca-1.3/"
When I run with the first config. I see
java.lang.NoClassDefFoundError:
org/apache/tuscany/sca/node/launcher/DomainManagerLauncher
Caused by: java.lang.ClassNotFoundException:
org.apache.tuscany.sca.node.launcher.DomainManagerLauncher
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)
Exception in thread "main"
When I run with the second config I see an Eclipse error dialog
Problem Occured "Launch configuration SCA Domain Manager references
non-existing project tuscany-sca-domain"
Does anyone else see plugin problems?
Environment
Installed from
http://people.apache.org/~antelder/tuscany/1.3-RC2/tuscany-sca-1.3-updatesite/
Eclipse platform v 3.3.2
IBM Java 1.5
--
Thanks, Dan Becker