Re: ADL in iPOJO

2016-02-24 Thread Clement Escoffier
Hi, An ADL is an architecture description language. In iPOJO is has two format: * an API (DSL) * A XML-based description Based on the DSL, it can support any other format. Clement > On 24 févr. 2016, at 18:22, tho huynh ngoc wrote: > > Hi, > > I read in the iPOJO website. > > "iPOJO also p

Re: Backtrace for intentionally circular dependency

2016-02-24 Thread Victor Antonovich
It seems it works under certain circumstances (probably when there are more than one instance of service with MULTIPLE cardinality). 24 февр. 2016 г. 23:03 пользователь "Benson Margulies" написал: > The curious thing is that my case works, noisily, unlike yours. > > On Wed, Feb 24, 2016 at 3:00 P

Re: Backtrace for intentionally circular dependency

2016-02-24 Thread Benson Margulies
The curious thing is that my case works, noisily, unlike yours. On Wed, Feb 24, 2016 at 3:00 PM, Victor Antonovich wrote: > BTW, we have similar rather long-standing issue: > https://issues.apache.org/jira/browse/FELIX-4417 >

Re: Backtrace for intentionally circular dependency

2016-02-24 Thread Victor Antonovich
BTW, we have similar rather long-standing issue: https://issues.apache.org/jira/browse/FELIX-4417

Re: Backtrace for intentionally circular dependency

2016-02-24 Thread Benson Margulies
thanks, I filed https://issues.apache.org/jira/browse/FELIX-5197 and I'll make the change unless someone else objects. On Wed, Feb 24, 2016 at 2:29 PM, David Bosschaert < david.bosscha...@gmail.com> wrote: > Hi Benson, > > I looked at this as well in the past. I think it might be better to log >

Re: Backtrace for intentionally circular dependency

2016-02-24 Thread David Bosschaert
Hi Benson, I looked at this as well in the past. I think it might be better to log this situation on the INFO level rather than error since the system recovers from it anyway being optional/dynamic... My 2c, David On 24 February 2016 at 15:40, Benson Margulies wrote: > I have two components t

ADL in iPOJO

2016-02-24 Thread tho huynh ngoc
Hi, I read in the iPOJO website. "iPOJO also provides an architecture description language to design applications in a flexible and hierarchic manner" What is the ADL in iPOJO ? we consider metadata.xml as an ADL ? Regards,

Backtrace for intentionally circular dependency

2016-02-24 Thread Benson Margulies
I have two components that have a pseudo-circular dependency. Component 'WorkerInterface' has a reference like: @Reference(cardinality = ReferenceCardinality.MULTIPLE, policy = ReferencePolicy.DYNAMIC, policyOption = ReferencePolicyOption.GREEDY) public void setWorkerComponentService(WorkerComp