Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11416

JSF 2.1 dependencies are ignored by JSFProjectConfigurator

XMLWordPrintable

    • Workaround Exists
    • Hide

      Install the JSF Facet manually (project properties > project facets > JSF facet)

      Show
      Install the JSF Facet manually (project properties > project facets > JSF facet)

      If a project has a dependency to JSF 2.1, like :

      <dependency>
          <groupId>javax.faces</groupId>
          <artifactId>jsf-api</artifactId>
          <version>2.1</version>
          <scope>provided</scope>
      </dependency>
      

      no JSF Facet is installed. The JSF Facet 2.1 is only available in Juno, so it cannot be installed, but JBT should at least fall back on the highest facet version available (2.0)

              fbricon@redhat.com Fred Bricon
              fbricon@redhat.com Fred Bricon
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: