Oracle throws an exception when an Entity has a @ElementCollection of
Embeddables which has a @Lob
--------------------------------------------------------------------------------------------------
Key: OPENJPA-1785
URL: https://issues.apache.org/jira/browse/OPENJPA-1785
Project: OpenJPA
Issue Type: Bug
Components: jdbc
Affects Versions: 2.0.2, 2.1.0
Environment: This problem only shows up when using the oracle
DBDictionary. ("openjpa.jdbc.DBDictionary" => "oracle")
Reporter: Rick Curtis
I have an Entity which has a @ElementCollection of Embeddables which has a @Lob
and it fails when resolving MetaData. This only fails when using the Oracle
DBDictionary and works on all other platforms I've tested (DB2, MySql, Derby).
This isn't dependent on the version of Oracle because it fails before we ever
connect to the DB. I haven't had time to look at this one, but I'll post a
patch with a test case shortly here.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.