[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-849) Extending loading way for configuration files

Fernando Monta￱ño (JIRA) jira-events at lists.jboss.org
Wed Feb 14 17:02:32 EST 2007


Extending loading way for configuration files
---------------------------------------------

                 Key: JBSEAM-849
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-849
             Project: JBoss Seam
          Issue Type: Feature Request
            Reporter: Fernando Monta￱ño


There sould be an altervative way to load the Seam XML configuration files.

I think you should include some way (alternative to fine grained configuration) which we can use to configure the configuration files we want to load (pages.xml, components.xml...etc).

Maybe adding something like (web.xml):



<context-param>
        <!-- Seam pages Context Configuration -->
        <param-name>seam.pages.CONFIG_FILES</param-name>
        <param-value>/WEB-INF/pages-module1.xml</param-value>
</context-param>
	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the seam-issues mailing list