Issues
- A failed version check will render the session unuseaHHH-9377Resolved issue: HHH-9377Former user
- JPQL TYPE() operator not working on attributesHHH-8766
- Regresion after upgrade to 4.2.0: hibernate merge detached Object twiceHHH-8746Resolved issue: HHH-8746Former user
- Improvement HHH-7605 Provide details "An entity copy was already assigned to a different entity." Bug HHH-4635 Oracle ORA-24816 inserting and updating data for entities containg LOB attributesHHH-8634Resolved issue: HHH-8634
- random map key column generated when using @AttributeOverrides and @ElementCollectionHHH-8630Resolved issue: HHH-8630Steve Ebersole
- Oracle: subquery inside IN() faults when compound PK is usedHHH-8583Resolved issue: HHH-8583
- NPE while deleting items from collectionHHH-8580Resolved issue: HHH-8580Brett Meyer
- SQLServer2005LimitHandler throws "string out of range -1" errorHHH-8507Resolved issue: HHH-8507Chris Cranford
- Misleading log info during batch executionHHH-8494Resolved issue: HHH-8494Brett Meyer
- OneToMany, orphanRemoval=false, target entity is not removed in certain caseHHH-8481Resolved issue: HHH-8481
- Hibernate is trying to add values to an Immutable ListHHH-8441Resolved issue: HHH-8441Brett Meyer
- Envers should use ClassLoaderService if availableHHH-8438Resolved issue: HHH-8438Brett Meyer
- Small correction in JndiServiceImplHHH-8436Resolved issue: HHH-8436
- @Lob + @Nationalized results in NCLOB on SQLServer2005+ rather than NVARCHAR(MAX)HHH-8435Resolved issue: HHH-8435
- Add support for sequence generation in same transaction.HHH-8429Resolved issue: HHH-8429Jeremy Whiting
- Typo in documentation - Basic MappingHHH-8427Resolved issue: HHH-8427Brett Meyer
- Architecture diagram is not provided in the Documentation of Chapter 2.HHH-8425Resolved issue: HHH-8425
- Missing data-approaches images in Multi-tenancy(Chapter16)HHH-8418Resolved issue: HHH-8418
- instrument ant task should only instrument lazy load propertyHHH-8417
- copy blobHHH-8412Resolved issue: HHH-8412
- Declare cascade effect without need for property.HHH-8403
- File path arguments to Runtime.exec are not quotedHHH-8391Resolved issue: HHH-8391
- NullPointerException in QueryImpl#extractParameterInfoHHH-8373Resolved issue: HHH-8373Brett Meyer
- The method org.hibernate.internal.util.StringHelper.lastIndexOfLetter does not consider the character '_'HHH-8371Resolved issue: HHH-8371Brett Meyer
- org.hibernate.tool.instrument.javassist.InstrumentTask BreaksHHH-8367Resolved issue: HHH-8367Brett Meyer
- change the "exclude-unlisted-classes" behavior in Java SE environmentsHHH-8364Resolved issue: HHH-8364Brett Meyer
- Date value is two days behind after readingHHH-8352Resolved issue: HHH-8352
27 of 27
A failed version check will render the session unusea
Rejected
Description
Created September 5, 2014 at 10:12 PM
Updated April 22, 2015 at 9:14 PM
Resolved September 5, 2014 at 11:52 PM
Activity
Show:
Brett Meyer April 22, 2015 at 9:14 PM
Closing rejected issues.
Former user September 5, 2014 at 11:52 PM
This is expected behavior.
felixtreede September 5, 2014 at 10:16 PM
Sorry, it seems that I screwed up the last description sentence. It should say: "Simplest solution would probbly be clearing the BeforeTransactionCompletionProcess and AfterTransactionCompletionProcess queues in the ActionQueue.clear() method."
If the optimistic locking version check fails, the version checking BeforeTransactionCompletionProcess is not removed from the action queue, so if I try to commit another transaction in the same session, the version check will fail again, and therefor the whole session can't be used for writing any more.
Simplest solution would probbly be clearing the BeforeTransactionCompletionProcess and AfterTransactionCompletionProcess (I'm quite sure they'll queues in the ActionQueue.clear() method.