Is it possible a injection the EJB Stateless in EJB Entity? (Jboss 4.2.1)
I have this code:
|
| @Entity
| @Table(name = "TCYT_MATRIX")
| public class MatrixDomain implements Serializable {
|
| @Transient
| @EJB
| private AreaGroupRepository areaGroupRepository;
| ...
| }
|
The variable areaGroupRepository is null always... JBoss supports this Injection?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109014#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...