Marek Novotny created JBIDE-12154:
-------------------------------------
Summary: Seam 2 war project creation generate old context parameter in
web.xml
Key: JBIDE-12154
URL:
https://issues.jboss.org/browse/JBIDE-12154
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam 2
Affects Versions: 3.3.0.CR1
Environment: JBDS 5.0.0.CR1
Reporter: Marek Novotny
Assignee: Alexey Kazakov
New Seam Web project - type WAR is generated with web.xml, where is still old Richfaces
context init parameter
<param-name>org.richfaces.SKIN</param-name>
instead of
<param-name>org.richfaces.skin</param-name>
Seam 2.3 runtime template has got this correctly, so JBTools takes different source of
that for web.xml generation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira