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
Priority: Trivial
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.