Re: Blueprint fails instantiating bean with generic constructor

2017-04-03 Thread Guillaume Nodet
rics, so a global flag to > defeat Blueprint checking would be greatly appreciated :) > > > > JP > > > > *De :* Guillaume Nodet [mailto:gno...@apache.org] > *Envoyé :* lundi 3 avril 2017 14:31 > *À :* user > *Objet :* Re: Blueprint fails instantiating bean with g

RE: Blueprint fails instantiating bean with generic constructor

2017-04-03 Thread CLEMENT Jean-Philippe
defeat flag? Regards, JP De : Guillaume Nodet [mailto:gno...@apache.org] Envoyé : lundi 3 avril 2017 16:30 À : user Objet : Re: Blueprint fails instantiating bean with generic constructor I still am not comfortable allowing casting List to List as we perfectly know what will happen. Blueprint

Re: Blueprint fails instantiating bean with generic constructor

2017-04-03 Thread Guillaume Nodet
eter. > > While it successfully instantiates the following bean: > > public EventSourcingRepository(AggregateFactory aggregateFactory, > EventStore eventStore) { } > > I'm using Apache Karaf 4.0.8. > > Any insight would be greatly appreciated. > > Than

RE: Blueprint fails instantiating bean with generic constructor

2017-04-03 Thread CLEMENT Jean-Philippe
user@karaf.apache.org> Objet : Blueprint fails instantiating bean with generic constructor Hi all, Aries Blueprint fails to instantiate bean with the following constructors: public AggregateAnnotationCommandHandler(Class aggregateType, Repository repository) { } It seems to have problems

Re: Blueprint fails instantiating bean with generic constructor

2017-04-03 Thread Guillaume Nodet
t; update on the Jira since then; maybe you may vote for it :) > > Regards, > JP > > -Message d'origine- > De : Setya [mailto:jse...@gmail.com] > Envoyé : vendredi 31 mars 2017 19:09 > À : user@karaf.apache.org > Objet : Blueprint fails instantiating bean with gen

RE: Blueprint fails instantiating bean with generic constructor

2017-04-03 Thread Setya
Hi JP, Thanks. I've voted it. Regards, Setya -- View this message in context: http://karaf.922171.n3.nabble.com/Blueprint-fails-instantiating-bean-with-generic-constructor-tp4049986p4050004.html Sent from the Karaf - User mailing list archive at Nabble.com.

RE: Blueprint fails instantiating bean with generic constructor

2017-04-03 Thread CLEMENT Jean-Philippe
[mailto:jse...@gmail.com] Envoyé : vendredi 31 mars 2017 19:09 À : user@karaf.apache.org Objet : Blueprint fails instantiating bean with generic constructor Hi all, Aries Blueprint fails to instantiate bean with the following constructors: public AggregateAnnotationCommandHandler(Class