[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-663) After creating any JSF enabled project eclipse always asks to download web-facesconfig_1_2.xsd

Denis Golovin (JIRA) jira-events at lists.jboss.org
Fri Aug 3 20:53:49 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-663?page=all ]

Denis Golovin resolved JBIDE-663.
---------------------------------

    Resolution: Done

add http://java.sun.com/xml/ns/javaee namespace to xml catalog

> After creating any JSF enabled project eclipse always asks to download web-facesconfig_1_2.xsd
> ----------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-663
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-663
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 2.0.0.20070803
>            Reporter: Denis Golovin
>         Assigned To: Denis Golovin
>             Fix For: 2.0.0.Beta3
>
>
> It is WTP problem because they have URI extension in with http://java.sun.com/xml/ns/j2ee/ namespace
>     <extension point="org.eclipse.wst.xml.core.catalogContributions">
> 		<catalogContribution id="default">
>             <uri name="http://java.sun.com/xml/ns/j2ee/web-facesconfig_1_2.xsd" uri="catalog/web-facesconfig_1_2.xsd" />
> 		</catalogContribution>
>     </extension>
> but it should be http://java.sun.com/xml/ns/javaee

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list