[
https://jira.jboss.org/jira/browse/JBSEAM-3509?page=com.atlassian.jira.pl...
]
John Gilbert commented on JBSEAM-3509:
--------------------------------------
There is also a change to setResources() such that multiple components.xml files can add
resources without overriding the previous assignments.
public void setResources(String[] resources)
{
Set<String> set = new HashSet<String>();
set.addAll(Arrays.asList(this.resources));
set.addAll(Arrays.asList(resources));
this.resources = set.toArray(this.resources);
}
Medium-Grained Pluggable Pages.xml Files
----------------------------------------
Key: JBSEAM-3509
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3509
Project: Seam
Issue Type: Feature Request
Affects Versions: 2.0.2.SP1
Reporter: John Gilbert
Attachments: Pages.java
This is an enhancement to Pages.java such that it will search the classpath for
META-INF/pages.xml files similar to the way Initialization.java searches for
META-INF/components.xml files.
The motivation for this is the ability to compose a seam application from decoupled
subsystems.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira