[102974] crit fix for ear deployable, fix of infinite loop....peer reviewed. Committing for DFH
diff --git a/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deployables/EnterpriseApplicationDeployable.java b/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deployables/EnterpriseApplicationDeployable.java index b7e3f99..bca5f07 100644 --- a/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deployables/EnterpriseApplicationDeployable.java +++ b/plugins/org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/deployables/EnterpriseApplicationDeployable.java
@@ -77,7 +77,7 @@ * @return org.eclipse.wst.server.core.model.IModule[] */ public IModule[] getChildModules() { - return getChildModules(); + return getModules(); } public String getURI(IJ2EEModule module) {