[
https://issues.apache.org/jira/browse/OPENJPA-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Catalina Wei resolved OPENJPA-1568.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
> Make createConnectionFactory() in JDBCConfigurationImpl public
> --------------------------------------------------------------
>
> Key: OPENJPA-1568
> URL: https://issues.apache.org/jira/browse/OPENJPA-1568
> Project: OpenJPA
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Catalina Wei
> Assignee: Catalina Wei
> Priority: Trivial
> Fix For: 2.0.0
>
>
> In process of configuring plugins in JDBCConfiguration, a
> javax.sql.DataSource is examined for the custom properties defined on the
> data source.
> public DataSource getDataSource() has undesired side effects that
> instantiates DBDictionary.
> DecoratingDataSource createConnectionFactory() does not have the side
> effects.
> This private method is changed to public to be visible to the extended
> JDBCConfigurationImpl.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.