"sbublava" wrote : @Name("helloworld")
  |   | public class Helloworld {
  |   | 
  |   |         @In("dumbUser")
  |   |         private DumbUser dumbUser1;
  |   |         
  |   |         @In("dumbUser")
  |   |         private DumbUser dumbUser2;     
  |   | }
  | 
  | I believe the second one should be @In("dumbUser2").
  | 

Tried this, but that doesn`t work.... (thanks for the suggestion)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011968#4011968

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

Reply via email to