[jboss-user] [JBoss Seam] - Can I use @In EntityManager entityManager; in an entity bean
gaboo
do-not-reply at jboss.com
Sun Jun 24 13:40:45 EDT 2007
Can I use @In EntityManager entityManager; in an entity bean ?
I have this in my entity bean :
@Transient
@In(required=true)
EntityManager entityManager;
But the entityManager is always null.
I works in other classes thought, si I wonder if it's possible ?
Is this related to this : http://www.jboss.com/index.html?module=bb&op=viewtopic&t=107353
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057193#4057193
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057193
More information about the jboss-user
mailing list