Re: Problem installing one deployable that uses another deployable's component as an implementation

2011-08-04 Thread Simon Laws
On Tue, Aug 2, 2011 at 3:23 PM, Greg Dritschler wrote: > I opened JIRA TUSCANY-3907 and attached test case. So when we reference a composite as an component implementation we clone the referenced (and already resolved) composite model at the start of the build phase. However we don't clone the t

Re: Problem installing one deployable that uses another deployable's component as an implementation

2011-08-02 Thread Greg Dritschler
I opened JIRA TUSCANY-3907 and attached test case.

Re: Problem installing one deployable that uses another deployable's component as an implementation

2011-07-30 Thread Simon Nash
Greg Dritschler wrote: I have a test case with 2 contributions. Contribution A contains deployable composite C1, and exports the namespace of C1. Contribution B contains deployable composite C2, and imports the namespace of C1. C2 contains a component which uses C1 as its implementation. Firs

Problem installing one deployable that uses another deployable's component as an implementation

2011-07-29 Thread Greg Dritschler
I have a test case with 2 contributions. Contribution A contains deployable composite C1, and exports the namespace of C1. Contribution B contains deployable composite C2, and imports the namespace of C1. C2 contains a component which uses C1 as its implementation. First I'll admit this is a stran