DB2 fails when data is inserted or deleted from a temp table. This breaks joined and union subclasses, and possibly subclasses with a joined table when using DB2.
There is no error Logged message logged when creating the temp table : DB2 SQL Error: SQLCODE=-286, SQLSTATE=42727, SQLERRMC=4096;DBALLO03, DRIVER=4 . 14.137
This is reproduced by: * org.hibernate.test.annotations.filter.subclass.joined.JoinedSubClassTest
|