Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-375

There is invalid check in RestPlugin install method

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Beta4
    • 1.0.0.Beta3
    • Builtin Plugins
    • None

      /*

      • 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.

              lincolnthree Lincoln Baxter III (Inactive)
              doychin Doychin Bondzhev (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: