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

ServletFacetImpl overrides isInstalled of BaseJavaEEFacet but doesnt call super.isInstalled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.4.1.Final
    • 1.4.0.Final
    • Java EE
    • None

    Description

      ServletFacetImpl misses to call super.isInstalled(), so no servlet dependencies are installed in pom on setup():

      @Override
      public boolean isInstalled()

      { DirectoryResource webRoot = project.getFacet(WebResourceFacet.class).getWebRootDirectory(); return webRoot.exists(); }

      Same seems to be true for FacesFacetImpl and FacesAPIFacetImpl.

      Attachments

        Activity

          People

            fruehbeck@aon.at Thomas Frühbeck
            fruehbeck@aon.at Thomas Frühbeck
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: