java.lang.ClassCastException: javax.naming.Reference incompatible with
javax.sql.DataSource
-------------------------------------------------------------------------------------------
Key: OPENJPA-1351
URL: https://issues.apache.org/jira/browse/OPENJPA-1351
Project: OpenJPA
Issue Type: Bug
Reporter: Fay Wang
The following exception is thrown when a downlevel jcc driver is used:
java.lang.ClassCastException: javax.naming.Reference incompatible with
javax.sql.DataSource
at
org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory2(Unknown
Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll(Unknown Source)
at org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll(Unknown
Source)
at org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(Unknown Source)
at org.apache.openjpa.kernel.AbstractBrokerFactory.newBroker(Unknown Source)
at org.apache.openjpa.kernel.DelegatingBrokerFactory.newBroker(Unknown Source)
at
org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(Unknown
Source)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.