"jaikiran" wrote : 
  | That's correct. 
  | 
i'm glad ; )

"jaikiran" wrote : 
  | Wouldn't this work:
  | 
  |   | public class StatlessTwoBean implements StatlessTwo {
  |   |   @EJB(beanName = "StatlessOne") // lookup "always"
  |   |   @IgnoreDependency
  |   |   private StatlessOne statlessOne;
  | 
yes, your are right, that should work. yesterday i thought about the problem 
only from the StatelessOneBeans point of view... but the other way around it 
should just work : ) my fault O: )
i will give it a try and let you know what happened.

thank you very much for your help, jaikiran.
regards
robert

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

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

Reply via email to