Re: LifeCycleParticipant

2015-09-24 Thread Karl Heinz Marbaise
Hi Igor, looks like you hit the bull's eye... thanks. On 9/24/15 10:21 PM, Igor Fedorenko wrote: Not sure if this answers your question, but MNG-5742 explains why you see multiple @Singleton instances in maven 3.1.1 but not in 3.3.1. There was related smaller MNG-5793 which I fixed in 3.3.3. h

Re: LifeCycleParticipant

2015-09-24 Thread Igor Fedorenko
-- Regards, Igor On Thu, Sep 24, 2015, at 01:33 PM, Karl Heinz Marbaise wrote: > > > Hi, > > while i'm experimenting with LifeCycleParticipant i stumbled over a > thing which looks like a bug for me or a regression...or i misunderstand > a thing... > > So the LifeC

LifeCycleParticipant

2015-09-24 Thread Karl Heinz Marbaise
Hi, while i'm experimenting with LifeCycleParticipant i stumbled over a thing which looks like a bug for me or a regression...or i misunderstand a thing... So the LifeCycle Participant is defined like this: .. import javax.inject.Inject; import javax.inject.Named; i