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

There is invalid check in RestPlugin install method

    Details

      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

          Hide
          lincolnthree Lincoln Baxter III added a comment -

          Fixed! Thanks for reporting.

          Show
          lincolnthree Lincoln Baxter III added a comment - Fixed! Thanks for reporting.

            People

            • Assignee:
              lincolnthree Lincoln Baxter III
              Reporter:
              doychin Doychin Bondzhev
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Development