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

ServletFacetImpl overrides isInstalled of BaseJavaEEFacet but doesnt call super.isInstalled

XMLWordPrintable

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

      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.

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

                Created:
                Updated:
                Resolved: