[jboss-user] [JBoss Seam] - Re: Inject EBJ

2007-03-20 Thread petemuir
That should be @In(create=true) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029684#4029684 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029684 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Inject EBJ

2007-03-19 Thread petemuir
Try @Stateless | @Name(action2) | public class Action2Bean implements Action2Local { | @In private Action1Local action1; | } View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029245#4029245 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Inject EBJ

2007-03-19 Thread kayart
Hello, petemuir wrote : Try @Stateless | | @Name(action2) | | public class Action2Bean implements Action2Local { | | @In private Action1Local action1; | | } acton1 is typo. I have another example. --- @Stateless @Name(action2) public class Action2Bean implements Action2Local