RE: Tuscany Native (C++) : Implementing references across Composites

2007-09-04 Thread Sameer Atre
Brady, I forgot to mention this : My composites are implemented in C++ and I am using Tuscany native M3 build (March '07). I am unable to find the SupplyChain sample distribution. Since my composites belong to the same SCA domain shouldn't Tuscany create wires implicitly between composites.

RE: Tuscany Native (C++) : Implementing references across Composites]

2007-09-04 Thread Sameer Atre
onentType file. I tried to do this but I got a "Wire Target Not Found error". /Regards, sameer Original Message Subject: RE: Tuscany Native (C++) : Implementing references across Composites Date: Tue, 04 Sep 2007 12:16:08 +0530 From: Sameer Atre <[EMAIL

Tuscany Native (C++) : Implementing references across Composites

2007-08-29 Thread Sameer Atre
Hi, I have a component "A" in a composite "B". I also have a component "C" in another composite "D". A service in B.A needs to access methods in service D.C. Can I define reference in A to C in A's composite and ComponentType file.? I tried to do this but I got a "Wire Target Not Found" er