[seam-issues] [JBoss JIRA] Created: (SOLDER-108) Add <distributable/> to Seam Solder web-fragment.xml

Marek Schmidt (JIRA) jira-events at lists.jboss.org
Tue Jun 7 09:19:59 EDT 2011


Add <distributable/> to Seam Solder web-fragment.xml
----------------------------------------------------

                 Key: SOLDER-108
                 URL: https://issues.jboss.org/browse/SOLDER-108
             Project: Seam Solder
          Issue Type: Feature Request
    Affects Versions: 3.0.0.Final
            Reporter: Marek Schmidt


The semantics of the <distributable/> element in web.xml is such that all web fragments have to have one if the web application is supposed to be on the whole distributable.

>From the JSR-315:

{quote}
The web.xml resulting from the merge is considered <distributable>
only if all its web fragments are marked as <distributable> as well.
{quote}

Therefore, Seam Solder web-fragment should contain the tag, indicating it can be used in a distributable web application. Otherwise, users are forced to edit the web-fragment.xml inside the jar, which is annoying, especially in a maven build environment.

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

        


More information about the seam-issues mailing list