Re: CDI Injecting parameterized types

2013-10-29 Thread Mark Struberg
...@gmx.net To: users@tomee.apache.org Cc: Sent: Monday, 28 October 2013, 23:06 Subject: Re: CDI Injecting parameterized types Interesting that this topic has come up. I just tried to roll out a change to my project where I have following situation: Currently, I have an AbstractController

Re: CDI Injecting parameterized types

2013-10-29 Thread Kay Wrobel
in the log indicates that OWB cannot find a Bean for the InjectionPoint. LieGrue, strub - Original Message - From: Kay Wrobel kay.wro...@gmx.net To: users@tomee.apache.org Cc: Sent: Monday, 28 October 2013, 23:06 Subject: Re: CDI Injecting parameterized types Interesting that this topic

Re: CDI Injecting parameterized types

2013-10-29 Thread Romain Manni-Bucau
this message in context: http://openejb.979440.n4.nabble.com/CDI-Injecting-parameterized-types-tp4665761p4665766.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: CDI Injecting parameterized types

2013-10-29 Thread Kay Wrobel
2013, 23:06 Subject: Re: CDI Injecting parameterized types Interesting that this topic has come up. I just tried to roll out a change to my project where I have following situation: Currently, I have an AbstractController and then a Controller for each entity class. On the EJB side of things, I have

Re: CDI Injecting parameterized types

2013-10-29 Thread Kay Wrobel
project. The message in the log indicates that OWB cannot find a Bean for the InjectionPoint. LieGrue, strub - Original Message - From: Kay Wrobel kay.wro...@gmx.net To: users@tomee.apache.org Cc: Sent: Monday, 28 October 2013, 23:06 Subject: Re: CDI Injecting parameterized types

CDI Injecting parameterized types

2013-10-28 Thread Chris Owens
this message in context: http://openejb.979440.n4.nabble.com/CDI-Injecting-parameterized-types-tp4665761.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: CDI Injecting parameterized types

2013-10-28 Thread John D. Ament
misunderstand how JSR-299 uses generics? -- View this message in context: http://openejb.979440.n4.nabble.com/CDI-Injecting-parameterized-types-tp4665761.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: CDI Injecting parameterized types

2013-10-28 Thread Romain Manni-Bucau
to be bound to a bean that implements Class2, but that isn't happening. Do I misunderstand how JSR-299 uses generics? -- View this message in context: http://openejb.979440.n4.nabble.com/CDI-Injecting-parameterized-types-tp4665761.html Sent from the OpenEJB User mailing list archive

Re: CDI Injecting parameterized types

2013-10-28 Thread Chris Owens
More or less scares me can you point me to a working example of using CDI to inject a parameterized generic class? When I try to do it I'm encountering this: -- View this message in context: http://openejb.979440.n4.nabble.com/CDI-Injecting-parameterized-types-tp4665761p4665763.html

Re: CDI Injecting parameterized types

2013-10-28 Thread Romain Manni-Bucau
in context: http://openejb.979440.n4.nabble.com/CDI-Injecting-parameterized-types-tp4665761p4665763.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: CDI Injecting parameterized types

2013-10-28 Thread Romain Manni-Bucau
this message in context: http://openejb.979440.n4.nabble.com/CDI-Injecting-parameterized-types-tp4665761p4665766.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: CDI Injecting parameterized types

2013-10-28 Thread Kay Wrobel
: Thank you, that code is very helpful. I was hoping to be able to do it without the use of an additional qualifier. -- View this message in context: http://openejb.979440.n4.nabble.com/CDI-Injecting-parameterized-types-tp4665761p4665766.html Sent from the OpenEJB User mailing list archive

Re: CDI Injecting parameterized types

2013-10-28 Thread Kay Wrobel
.nabble.com/CDI-Injecting-parameterized-types-tp4665761p4665766.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: CDI Injecting parameterized types

2013-10-28 Thread Howard W. Smith, Jr.
this message in context: http://openejb.979440.n4.**nabble.com/CDI-Injecting-** parameterized-types-**tp4665761p4665766.htmlhttp://openejb.979440.n4.nabble.com/CDI-Injecting-parameterized-types-tp4665761p4665766.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: CDI Injecting parameterized types

2013-10-28 Thread Kay Wrobel
oct. 2013 22:21, Chris Owens ctag+open...@chris-owens.com a écrit : Thank you, that code is very helpful. I was hoping to be able to do it without the use of an additional qualifier. -- View this message in context: http://openejb.979440.n4.**nabble.com/CDI-Injecting-** parameterized-types