Community
Participate
Working Groups
Build Identifier: WTP 3.2.4 This is more an enhancement than a defect. As part of bug 333617, an enablement expression was added to ModuleFactory extension point to prevent early loading of factories that are in use. This bug is to use that enablement expression in the ModuleFactory extension in Java EE tools code. Reproducible: Always
Created attachment 190580 [details] Provide enablement to org.eclipse.wst.server.core.moduleFactories
Quick question.... didn't we have a separate module factory for EE5? Can this class handle all EE5/5 model api's etc?
Created attachment 190606 [details] Updated patch Updated patch: the EE5 and EE6 module factory should accept EAR 5 and 6 facets only.
(In reply to comment #2) > Quick question.... didn't we have a separate module factory for EE5? > > Can this class handle all EE5/5 model api's etc? The patch includes changes for the legacy module factory (in org.eclipse.jst.j2ee) and for the EE5 and EE6 module factory (in org.eclipse.jst.jee)
approved
Committed to R3_2_maintenance and HEAD for WTP 3.2.4 and WTP 3.3 M7