5.1.2.9. Avoiding static modifier on component dependency

A local variable that stores a component dependency must not be static. In other words, when you create a component A that depends on component B, we don't store B in a static variable of A otherwise we cannot have several different instances of A in the same JVM which is not compatible with a multi-portal instance.

Copyright ©2012. All rights reserved. eXo Platform SAS