Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.0.0.Beta3
-
Fix Version/s: 1.0.0.Beta4
-
Component/s: Builtin Plugins
-
Labels:None
Description
/*
- Make sure we have all the features we need for this to work.
*/
if (!project.hasAllFacets(Arrays.asList(CDIFacet.class, PersistenceFacet.class))) { request.fire(new InstallFacets(true, EJBFacet.class, PersistenceFacet.class)); }
In the code above you see that there is difference between checked facets and installed facets.
Gliffy Diagrams
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
Fixed! Thanks for reporting.