Hi,
This is interesting. One thing I'm not sure is if
SCAClientFactory.newInstance() should trigger the "start" of the node. What
I understand from the spec discussion is that the SCAClientFactory provides
an entry point to a running SCA domain. We may have to get clarifications
from the spec side.
Thanks,
Raymond
--------------------------------------------------
From: "ant elder" <[email protected]>
Sent: Tuesday, April 07, 2009 6:27 AM
To: <[email protected]>
Subject: SCAClient API spec proposal
I think the SCACLient API proposal going on in the spec group looks
interesting so i've started adding support for that code to the
Tuscany 2.x trunk, see r762759/762760 and an itest at:
https://svn.apache.org/repos/asf/tuscany/java/sca/itest/scaclient-api/src/test/java/SCAClientTestCase.java
There's a thread in the spec mailing list about it:
http://lists.oasis-open.org/archives/sca-j/200903/msg00121.html
...ant