[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9455) Errors due to unsatisfied JSF constraints should be handled more gracefully

Fred Bricon (JIRA) jira-events at lists.jboss.org
Thu Aug 4 07:32:21 EDT 2011


Errors due to unsatisfied JSF constraints should be handled more gracefully
---------------------------------------------------------------------------

                 Key: JBIDE-9455
                 URL: https://issues.jboss.org/browse/JBIDE-9455
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: maven
    Affects Versions: 3.3.0.M2
            Reporter: Fred Bricon
            Assignee: Fred Bricon
             Fix For: 3.3.0.M3


While testing appfuse-light-jsf-archetype:2.1.0, Error popups show up during project creation.
The problem is the archetype depends on JSF 2.0 but uses web.xml version 2.4.
JavaEE6 spec requires servlet version >= 2.5 to use JSF 2.0, and WTP is very strict about that.

Instead of displaying an error popup, it'd be more appropriate to add error markers : 
 * "JavaServer Faces 2.0 can not be installed : One or more constraints have not been satisfied." 
 * "JavaServer Faces 2.0 requires Dynamic Web Module 2.5 or newer."


--
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