Re: CDI extension: error with specialization beans

2017-09-25 Thread Reinhard Sandtner
hey, maybe you can try public class SpecializationOfClassA extends ClassA implements InterfaceA {…} iirc i had the same issue in jboss some time ago because EJB is an interface only view so no bean of type ClassA exists maybe that helps lg reini > Am 25.09.2017 um 10:11 schrieb Mark Struberg

Re: CDI extension: error with specialization beans

2017-09-25 Thread Reinhard Sandtner
hey, maybe you can try public class SpecializationOfClassA extends ClassA implements InterfaceA {…} iirc i had the same issue in jboss some time ago because EJB is an interface only view so no bean of type ClassA exists maybe that helps lg reini > Am 25.09.2017 um 10:11 schrieb Mark Struberg

Re: CDI extension: error with specialization beans

2017-09-25 Thread Mark Struberg
I agree that it is more likely an EJB integration issue. But @Specializes on EJBs is even explicitly defined to work in the EE specs (in both the CDI and umbrella specs afair). LieGrue, strub > Am 24.09.2017 um 23:41 schrieb John D. Ament : > > The error you're getting is more to do with EJB t

Re: CDI extension: error with specialization beans

2017-09-24 Thread John D. Ament
The error you're getting is more to do with EJB than it does with CDI. JBoss AS 7 is very old. I doubt specializing an EJB would have ever worked (I'm not even sure it works today, specializing is more to do with how CDI works). Does it need to be an EJB? On Sun, Sep 24, 2017 at 4:59 PM Antonio