[ 
https://issues.apache.org/jira/browse/OWB-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235095#comment-13235095
 ] 

Mark Struberg commented on OWB-655:
-----------------------------------

After a long discussion with Roman and Eric on IRC we found the origin of the 
problem.
OpenEJB creates a subclass CdiEjbBean which extends our abstract BaseEjbBean.
This CdiEjbBean doesn't yet distinguish between NIV (no interface view) and old 
style session beans. It should detect NIV and overwrite 
BaseEjbBean#needsBeanLocalViewAddedToTypes() accordingly. Romain already 
created OPENEJB-1800 and will fix this issue soon.
                
> CDI doesn´t inject stateless EJB by abstract class.
> ---------------------------------------------------
>
>                 Key: OWB-655
>                 URL: https://issues.apache.org/jira/browse/OWB-655
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Enterprise Web Beans
>    Affects Versions: 1.1.3
>            Reporter: Rogerio Baldini
>            Assignee: Gurkan Erdogdu
>
> I have these classes:
> public abstract class PlcBaseDAO {}
> public abstract class PlcBaseJpaDAO extends PlcBaseDAO  {}
> @Stateless
> public class AppJpaDAO extends PlcBaseJpaDAO {}
> And this injection doesn´t work.
> @Named
> public class AppCDI {
>       @Inject
>       private PlcBaseDAO baseDao;
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to