iPOJO doc is quite good on composition: http://felix.apache.org/site/ipojo-composition-tutorial.html#iPOJOCompositionTutorial-Importingaserviceinsideacomposite
--G 2011/9/22 Thiago Souza <[email protected]> > Hi, > > Since I'm quite new to iPojo and still learning it, it's not so obvious > to me. Could you please show me, in the xml, how this <service import> > should me written? > > Thanks > > On Thu, Sep 22, 2011 at 05:49, Guillaume Sauthier (Objectweb) < > [email protected]> wrote: > > > Obviously, you internal composite is missing a <service import> on > > specification ComponentC so that instance a and b can be started. > > That said, I don't think this is the cause of the SOE that you're seeing. > > > > --G > > > > 2011/9/21 Thiago Souza <[email protected]> > > > > > Hi, > > > > > > I'm quite new to iPOJO and I'm facing an issue with composites. > > > I've attached a metadata.xml which, I believe, is self-explanatory. > When > > I > > > try to instantiate the declared "composite-external" (using Factory > api), > > I > > > get a StackOverflowError, which is attached too. > > > > > > The junit test is also attached. > > > > > > This is probably my fault... any clue anyone? > > > > > > Thanks in advance, > > > Thiago Souza > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > >

