[jbosstools-issues] [JBoss JIRA] Closed: (JBDS-1369) False reporting of "error:Attribute location references.." for web.xml when using JSF Capabilities

Jiri Peterka (JIRA) jira-events at lists.jboss.org
Wed Dec 8 09:48:31 EST 2010


     [ https://jira.jboss.org/browse/JBDS-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiri Peterka closed JBDS-1369.
------------------------------



Verified in JBDS 4.0.0.beta2 h33, linux64

> False reporting of "error:Attribute location references.." for web.xml when using JSF Capabilities
> --------------------------------------------------------------------------------------------------
>
>                 Key: JBDS-1369
>                 URL: https://jira.jboss.org/browse/JBDS-1369
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>    Affects Versions: 3.0.1.GA
>            Reporter: Mike Clark
>            Assignee: Viacheslav Kabanovich
>             Fix For: 4.0.0.Beta2
>
>
> Port JBIDE-7340 to JBDS:
> With the JSF Facet included, a web.xml containing a location
> <error-page>
>   <exception-type>java.lang.Throwable</exception-type>
>   <location>/error</location>
> </error-page>
> is indicated as an error with the message "Attribute location references to /error that does note exist in web content." even though the web.xml does contain the mapping:
>   <servlet-mapping>
>     <servlet-name>Error Servlet</servlet-name>
>     <url-pattern>/error</url-pattern>
>   </servlet-mapping>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list