[jboss-user] [EJB 3.0] - Re: circular references

robert.geisler do-not-reply at jboss.com
Tue Jun 30 02:14:31 EDT 2009


"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



More information about the jboss-user mailing list