Bug 900795 (JBPAPP6-1220)
| Summary: | HHH-4635 - Oracle ORA-24816 inserting and updating data for entities containg LOB attributes | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Alessandro Lazarotti <alazarot> | ||||
| Component: | Hibernate | Assignee: | Brett Meyer <brmeyer> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | alazarot, brmeyer, dstephan, theute | ||||
| Target Milestone: | --- | ||||||
| Target Release: | EAP 6.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-1220 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: |
EAP 6 GA
|
|||||
| Last Closed: | 2012-10-11 16:17:43 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Alessandro Lazarotti
2012-08-16 21:20:58 UTC
Alessandro, I'm working on duplicating this and providing a fix. [~alessandrolt] Will you need a one-off for the customer? This won't be backported until after 4.1.8 Resolved in https://hibernate.onjira.com/browse/HHH-4635. Backport on hold until fix confirmed by community. [~alessandrolt], please let the customer know that the issue will be fixed. Create a one-off JBPAPP ticket and assign to me, if needed. It's not backported to any EAP version yet -- I'd like to wait until the community confirms the fix. My gut reaction would be EAP6 only, unless a customer requests it in EAP5. Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Added: Oracle requires Blob/Clob attributes to be the last values in insert and update statements. Hibernate usually orders attributes alphabetically, so this wasn't always the case. For Oracle, correct ordering is now enforced. Will be in EAP 6.1.0 as a part of the Hibernate component upgrade. If it's vital to get it sooner, into 6.0.1, let me know. Release Notes Docs Status: Removed: Documented as Resolved Issue Release Notes Text: Removed: Oracle requires Blob/Clob attributes to be the last values in insert and update statements. Hibernate usually orders attributes alphabetically, so this wasn't always the case. For Oracle, correct ordering is now enforced. Docs QE Status: Removed: NEW Created attachment 825909 [details]
Entities to reproduce
Create and persist a SubEntity should reproduce the problem.
|