@Name("helloworld")
| public class Helloworld {
|
| @In("dumbUser")
| private DumbUser dumbUser1;
|
| @In("dumbUser")
| private DumbUser dumbUser2;
| }
I believe the second one should be @In("dumbUser2").
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011952#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...