[jbosstools-issues] [JBoss JIRA] (JBIDE-12154) Seam 2 war project creation generate old context parameter in web.xml

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Jun 11 15:23:04 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700563#comment-12700563 ] 

Alexey Kazakov commented on JBIDE-12154:
----------------------------------------

JBoss Tools cannot use seam gen template for web.xml since web.xml is also configured by other facets (jsf, web, etc.) so we use already existing web.xml and configure it istead of replacing it by web.xml from seam gen sources.
                
> 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

        


More information about the jbosstools-issues mailing list