add ConfigurableDataSource
--------------------------

                 Key: EXTCDI-236
                 URL: https://issues.apache.org/jira/browse/EXTCDI-236
             Project: MyFaces CODI
          Issue Type: New Feature
          Components: JEE-JPA1-Module
    Affects Versions: 1.0.1
            Reporter: Mark Struberg
            Assignee: Mark Struberg


configuring the database connection in JPA persistence.xml is always ever a 
pain. Either you add you maintain multiple persistence.xml or you use JNDI for 
getting the underlying database connection for different Servers and 
ProjectStages.

The solution is to introduce an own DataSource which can be configured in 
persistence.xml. This 'ConfigurableDataSource' knows itself where to get the 
settings from. In our case this will get configured via standard CDI 
mechanisms, e.g. @ProjectStageActivated and @ExpressionActivated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to