Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>From the <a href="http://help.eclipse.org/helios/topic/org.eclipse.jst.j2ee.doc.user/topics/cfacets.html" rel="nofollow">Eclipse help</a>:</p> <blockquote> <p>Facets define characteristics and requirements for Java EE projects and are used as part of the runtime configuration.</p> <p>When you add a facet to a project, that project is configured to perform a certain task, fulfill certain requirements, or have certain characteristics. For example, the EAR facet sets up a project to function as an enterprise application by adding a deployment descriptor and setting up the project's classpath.</p> </blockquote> <p>In the case of the <a href="http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.jst.jsf.doc.user/html/concepts/jsf_facets.html" rel="nofollow">JSF facet</a>:</p> <blockquote> <p>The following features are available when the JSF facet is installed:</p> <ul> <li>JSF Library configuration support</li> <li>Application Configuration Management</li> <li>JSP Source Page semantic validation and content assist for most of the JSF Core and JSF HTML tag library attribute values using Expression Language (EL) or not.</li> <li>"Run on Server" support of a JSF JSP page</li> </ul> </blockquote> <p>In the case of this error:</p> <blockquote> <p>Found multiple versions of the required class javax.faces.FactoryFinder.</p> </blockquote> <p>It looks like the tooling has detected multiple copies of the core JSF API on the project classpath. <em>JSF has some tolerance for this and has historically supported running different versions in different classloader contexts - that is, you can put one in the WAR and one in the container.</em> Using the Open Type dialog (<kbd>CTRL</kbd>+<kbd>SHIFT</kbd>+<kbd>T</kbd>) and searching for <code>javax.faces.FactoryFinder</code> should help you locate the culprit jar.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload