[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1410) Make Microcontainer to use Tomcat-defined datasources

Alex Savitsky (JIRA) jira-events at lists.jboss.org
Wed Jun 6 16:57:08 EDT 2007


Make Microcontainer to use Tomcat-defined datasources
-----------------------------------------------------

                 Key: JBSEAM-1410
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1410
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
            Reporter: Alex Savitsky


Currently, when deploying on Tomcat+Microcontainer stack, the only way to define a DataSource is to define it in jboss-beans.xml file, which is located INSIDE the deployed WAR.

A common (and de-facto standard) requirement for production deployments is to let server admin to define the data source, so as not to expose production DB credentials to developers. This requires for the data source definition to be outside of the deployed WAR, either in Tomcat's server.xml file, or in META-INF/context.xml. It would be nice if there would be a way to use that external datasource, instead of defining it in jboss-beans.xml

-- 
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