You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (Resolved) (JIRA)" <ji...@apache.org> on 2012/03/30 09:44:48 UTC

[jira] [Resolved] (OWB-655) CDI doesn´t inject stateless EJB by abstract class.

     [ https://issues.apache.org/jira/browse/OWB-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-655.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.4
         Assignee: Mark Struberg  (was: Gurkan Erdogdu)

fixed in conjunction with the new OpenEJB version. See OPENEJB-1800.
                
> 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: Mark Struberg
>             Fix For: 1.1.4
>
>
> 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