It seems that the deserialization is too aggressive. I made some changes
under [1] to defer the unmarshalling from XML. Can you check if it helps?
[1] http://svn.apache.org/viewvc?rev=881883&view=rev
Thanks,
Raymond
--------------------------------------------------
From: "ant elder" <[email protected]>
Sent: Wednesday, November 18, 2009 2:48 AM
To: <[email protected]>
Subject: Re: svn commit: r881164 - in /tuscany/java/sca/modules:
assembly-xml/src/main/java/org/apache/tuscany/sca/assembly/xml/
assembly-xml/src/main/resources/META-INF/services/
assembly/src/main/java/org/apache/tuscany/sca/assembly/builder/
core-spi/src/ma
On Tue, Nov 17, 2009 at 6:07 AM, <[email protected]> wrote:
Author: rfeng
Date: Tue Nov 17 06:07:34 2009
New Revision: 881164
URL: http://svn.apache.org/viewvc?rev=881164&view=rev
Log:
Tidy up the endpoint/endpoint reference serialization/deseralization
I can't get the distributed domain working after this change as
endpoint deserialization fails with an NPE in the
CompositeContext.getCurrentCompositeContext() call on line 544 of
RuntimeEndpointImpl because there is no current component. I'm not
sure i see how this is expected to work now, any hints?
...ant