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

Adam Brod (JIRA) jira-events at lists.jboss.org
Thu Mar 1 14:05:08 EST 2007


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

                 Key: JBSEAM-968
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-968
             Project: JBoss Seam
          Issue Type: Feature Request
            Reporter: Adam Brod


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