It doesn't seem to be possible to start a Node that belongs to a Domain anymore.

Node.start() throws the following Exception:
org.apache.tuscany.sca.node.NodeException: Node is part of domain http://localhost:9998 so must be starterd from there
        at 
org.apache.tuscany.sca.node.impl.SCANodeImpl.start(SCANodeImpl.java:421)
        at launch.LaunchCloud.main(LaunchCloud.java:59)

The workaround seems to be to start the domain instead, leading to a very weird code sequence, see the FIXME comments in [1].

I'm probably missing something, what's the correct way of creating nodes and starting them now?

[1] https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/tutorial/cloud/launch/LaunchCloud.java

--
Jean-Sebastien

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to