Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0.3, 1.2.2, 2.0.0
-
None
-
None
-
None
Description
When setting the following property:
<property name="openjpa.Sequence"
value="org.apache.openjpa.jdbc.kernel.ClassTableJDBCSeq()"/>
the following exception is caused:
java.lang.ClassCastException:
org.apache.openjpa.conf.OpenJPAConfigurationImpl cannot be cast to
org.apache.openjpa.jdbc.conf.JDBCConfiguration
The same exception is caused when using other sequence generators, for example 'org.apache.openjpa.jdbc.kernel.TableJDBCSeq'.
Attachments
Issue Links
- is related to
-
OPENJPA-1343 Incorrect example of openjpa.Sequence property
- Closed