[JBoss JIRA] Created: (SEAMFACES-173) Add <distributable/> to web-fragment.xml
by Jozef Hartinger (JIRA)
Add <distributable/> to web-fragment.xml
----------------------------------------
Key: SEAMFACES-173
URL: https://issues.jboss.org/browse/SEAMFACES-173
Project: Seam Faces
Issue Type: Feature Request
Affects Versions: 3.0.1
Reporter: Jozef Hartinger
Priority: Critical
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, provided Seam Faces can be used in a distributable application, its web-fragment should contain the tag.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (SEAMVALIDATE-20) Follow Seam 3 example naming scheme
by Jozef Hartinger (JIRA)
Follow Seam 3 example naming scheme
-----------------------------------
Key: SEAMVALIDATE-20
URL: https://issues.jboss.org/browse/SEAMVALIDATE-20
Project: Seam Validation
Issue Type: Task
Affects Versions: 3.0.0.Final
Reporter: Jozef Hartinger
Assignee: Gunnar Morling
Priority: Minor
Please, follow these naming constraints for the sample application to be consistent with other Seam 3 demos.
{noformat}
folder name: {example}
artifact id: seam-{module}-example-{example}
context path: {module}-{example}
package: org.jboss.seam.{module}.examples.{example}
{noformat}
* use dashes as delimiters
* if the example name uses dashes ( - ), these are removed in the package name
Please, fix the package name.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (SOLDER-108) Add <distributable/> to Seam Solder web-fragment.xml
by Marek Schmidt (JIRA)
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
13 years, 7 months