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

There is invalid check in RestPlugin install method

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.Beta4
    • 1.0.0.Beta3
    • Builtin Plugins
    • 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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: