Issue Details (XML | Word | Printable)

Key: HHH-3573
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Adam Warski
Reporter: Adam Warski
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Hibernate Core

Incorrect support for columns which aren't insertable

Created: 30/Oct/08 05:36 AM   Updated: 29/Dec/08 02:52 AM
Component/s: envers
Affects Version/s: None
Fix Version/s: 3.5

Time Tracking:
Not Specified

File Attachments: 1. Text File discrimatedtests.patch (9 kB)



 Description  « Hide
Attachment: https://jira.jboss.org/jira/browse/ENVERS-64

http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184336#4184336

Using a modified/updated test case, I've been able to reproduce my continued breakage.

The difference in this test case is the introduction of the ContactMechType entity -as- the discimator column. The original testcase simply used a String column.

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Mark Derricutt added a comment - 22/Dec/08 07:13 PM
Patch to provide some basic discriminator based tests - currently failing when saving a discriminated subclass, that also contains a field mapped to the discriminator column.