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

2007-03-22 Thread kayart
Thank for your advice. "petemuir" wrote : That should be @In(create=true) I have another problem. I've had the following exception. javax.naming.NameNotFoundException: No object bound to name java:comp/env/SeamFaceletsTemplate/Action2Bean/local Maybe seam can't search the object. I'm using

[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=bb&op=viewtopic&p=4029684#4029684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029684 ___ jboss-user mailing list

[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 Action2L

[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=bb&op=viewtopic&p=4029245#4029245 Reply to the post : http://www.jboss.com/index.html?module=bb