@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#4011952

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011952
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to