Hello Jboss-users,<br><br>We&#39;re deploying a decent-sized number of EJB3 beans (about 400 beans, 900 injections) using JBoss 3.1.0 GA on Linux. Apart from the fact that it takes several minutes to redeploy and leaks memory, there&#39;s one thing that got us baffled:<br>
<br>Whenever we find a cyclic dependency in our @EJB injections, we&#39;ve found that adding @IgnoreDependency solves the problems. Everything seems to work fine with it. Which has led us to wonder: Why don&#39;t we just add @IgnoreDependency to all our beans and never worry about cyclic dependencies? What would go wrong if we did? If nothing were to go wrong, would it be faster or slower at redeploying? Is there a way to disable the whole cyclic dependency check altogether?<br>
<br>We&#39;re a little confused about what exactly happens to injections where @IgnoreDependency are used.<br><br>Thanks in advance,<br>-Lars<br>