Re: Nested composites and callbacks now working, was: Composites implementing components problem

2007-04-14 Thread Simon Laws
>> > > > return; >> > > > } >> > > > // End of skip >> > > > >> > > > ... >> > > > } >> > > > >> > > > Thanks, >> > > > Raymond >> >

Nested composites and callbacks now working, was: Composites implementing components problem

2007-04-14 Thread Jean-Sebastien Delfino
> > > return; > > > } > > > // End of skip > > > > > > ... > > > } > > > > > > Thanks, > > > Raymond > > > > > > - Original Message - > > > From: "Simon Laws"

Re: Composites implementing components problem

2007-04-13 Thread Simon Laws
return; > > > } > > > // End of skip > > > > > > ... > > > } > > > > > > Thanks, > > > Raymond > > > > > > - Original Message - > > > From: "Simon Laws" < [E

Re: Composites implementing components problem

2007-04-13 Thread Simon Laws
ingException { > > // Skip the composite > > if(definition.getImplementation() instanceof Composite) { > > return; > > } > > // End of skip > > > > ... > > } > > > > Thanks, > > Raymond > > > > ----- Origin

Re: Composites implementing components problem

2007-04-13 Thread Simon Laws
> } > // End of skip > > ... > } > > Thanks, > Raymond > > - Original Message - > From: "Simon Laws" < [EMAIL PROTECTED]> > To: < [EMAIL PROTECTED]> > Sent: Thursday, April 12, 2007 12:19 PM > Subject: Re: Composites implementing com

Re: Composites implementing components problem

2007-04-12 Thread Simon Laws
AIL PROTECTED]> Sent: Thursday, April 12, 2007 12:19 PM Subject: Re: Composites implementing components problem > On 4/12/07, Simon Laws <[EMAIL PROTECTED]> wrote: >> >> >> >> On 4/12/07, Simon Laws <[EMAIL PROTECTED]> wrote: >> > >> > &g

Re: Composites implementing components problem

2007-04-12 Thread Raymond Feng
PM Subject: Re: Composites implementing components problem On 4/12/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 4/12/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 4/12/07, Jean-Sebastien Delfino < [EMAIL PROTECTED]> wrote: > > > > Simon Laws wrot

Re: Composites implementing components problem

2007-04-12 Thread Simon Laws
On 4/12/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 4/12/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 4/12/07, Jean-Sebastien Delfino < [EMAIL PROTECTED]> wrote: > > > > Simon Laws wrote: > > > On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > >> > > >> Simon Laws wrot

Re: Composites implementing components problem

2007-04-12 Thread Simon Laws
On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> >> Simon Laws wrote: >> > On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> >> >> >> Simon Laws wrote: >> >> > I'm trying to bring the

Re: Composites implementing components problem

2007-04-12 Thread Jean-Sebastien Delfino
Simon Laws wrote: On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> >> Simon Laws wrote: >> > I'm trying to bring the composite-impl sample up. The sample uses >> nested >> > composite files and if

Re: Composites implementing components problem

2007-04-12 Thread Simon Laws
On 4/12/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Simon Laws wrote: > > On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > >> > >> Simon Laws wrote: > >> > I'm trying to bring the composite-impl sample up. The sampl

Re: Composites implementing components problem

2007-04-12 Thread Simon Laws
On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> >> Simon Laws wrote: >> > I'm trying to bring the composite-impl sample up. The sample uses >> nested >> > composite files and if fails trying to wir

Re: Composites implementing components problem

2007-04-12 Thread Jean-Sebastien Delfino
Simon Laws wrote: On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > I'm trying to bring the composite-impl sample up. The sample uses nested > composite files and if fails trying to wire up the references from a top > level component (which is implemented in a

Re: Composites implementing components problem

2007-04-12 Thread Simon Laws
On 4/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > I'm trying to bring the composite-impl sample up. The sample uses nested > composite files and if fails trying to wire up the references from a top > level component (which is implemented in a separate composite -

Re: Composites implementing components problem

2007-04-12 Thread Jean-Sebastien Delfino
Simon Laws wrote: I'm trying to bring the composite-impl sample up. The sample uses nested composite files and if fails trying to wire up the references from a top level component (which is implemented in a separate composite - see [1]) to another component. The failure happens during the conn

Composites implementing components problem

2007-04-12 Thread Simon Laws
I'm trying to bring the composite-impl sample up. The sample uses nested composite files and if fails trying to wire up the references from a top level component (which is implemented in a separate composite - see [1]) to another component. The failure happens during the connect phase of Deploye