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