Skip to:
Migrating from 5.6.4 to 6.2.6 I encountered a problem on HQL insert queries for entities using @Any mapping
Works fine if I load or persist new objects, but if I use HQL insert query, I have the following exception:
The problem occurs on 6.2.8 and 6.3.1-snapshot also. Could not test using 6.3.0 since I encounter the same error reported in
Test case:
Migrating from 5.6.4 to 6.2.6 I encountered a problem on HQL insert queries for entities using @Any mapping
Works fine if I load or persist new objects, but if I use HQL insert query, I have the following exception:
The problem occurs on 6.2.8 and 6.3.1-snapshot also. Could not test using 6.3.0 since I encounter the same error reported in
Test case: