[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3510) Pluggable Resource Bundles

John Gilbert (JIRA) jira-events at lists.jboss.org
Sun Oct 5 17:34:20 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBSEAM-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12432537#action_12432537 ] 

John Gilbert commented on JBSEAM-3510:
--------------------------------------

Plugins would leverage this feature by adding the following to their meta-inf/components.xml file:

	<core:resource-loader>
		<core:bundle-names>
			<value>subsys.messages</value>
		</core:bundle-names>
	</core:resource-loader>

NOTE: the master/default message bundle will be preserved


> Pluggable Resource Bundles
> --------------------------
>
>                 Key: JBSEAM-3510
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3510
>             Project: Seam
>          Issue Type: Feature Request
>    Affects Versions: 2.0.2.SP1
>            Reporter: John Gilbert
>         Attachments: ResourceLoader.java
>
>
> This is an enhancement to ResourceLoader.java such that multiple components.xml files can add bundleNames without overriding the previous assignments. 
> 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

        



More information about the seam-issues mailing list