[
https://issues.jboss.org/browse/JBIDE-12788?page=com.atlassian.jira.plugi...
]
Marek Schmidt updated JBIDE-12788:
----------------------------------
Workaround Description:
1. Copy the web-facesconfig_2_1.xsd from the JSF 2.1 spec to
org.jboss.tools.jst.web_3.4.0.Alpha2-v20120922-0117-B32.jar/catalog/web-facesconfig_2_1.xsd
2. Add the following stanza to
org.jboss.tools.jst.web_3.4.0.Alpha2-v20120922-0117-B32.jar/plugin.xml inside the
<catalogContribution id="default"> element
{code}
<uri
name="http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd"
uri="platform:/plugin/org.jboss.tools.jst.web/catalog/web-facesconfig_2_1.xsd"
/>
{code}
was:
1. Copy the web-facesconfig_2_1.xsd from the JSF 2.1 spec to
org.jboss.tools.jst.web_3.4.0.Alpha2-v20120922-0117-B32.jar/catalog/web-facesconfig_2_1.xsd
2. Add the following stanza to
org.jboss.tools.jst.web_3.4.0.Alpha2-v20120922-0117-B32.jar/plugin.xml:
{code}
<uri
name="http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd"
uri="platform:/plugin/org.jboss.tools.jst.web/catalog/web-facesconfig_2_1.xsd"
/>
{code}
Missing
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd in
the catalog
--------------------------------------------------------------------------------
Key: JBIDE-12788
URL:
https://issues.jboss.org/browse/JBIDE-12788
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 4.0.0.Alpha2
Environment: JBDS 6.0.0.Alpha2c, Seam2.3.0.Final
Reporter: Marek Schmidt
Assignee: Alexey Kazakov
The
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd from JSF 2.1 does not
appear to be in the catalog, which causes a JSF 2.1 faces-config.xml to generate XML
validation problems, as
java.sun.com doesn't serve this file either:
{noformat}
Referenced file contains errors
(
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd).
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira