Bug 1073118 - [GSS] (6.2.x) HHH-3482: UnsupportedOperationException with StatelessSession
Summary: [GSS] (6.2.x) HHH-3482: UnsupportedOperationException with StatelessSession
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Hibernate
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: CR2
: EAP 6.2.3
Assignee: Brett Meyer
QA Contact: Zbyněk Roubalík
Lucas Costi
URL:
Whiteboard:
Depends On: 1073076
Blocks: eap62-cp03-blockers 1073018 1073094
TreeView+ depends on / blocked
 
Reported: 2014-03-05 19:47 UTC by Brett Meyer
Modified: 2018-12-05 17:33 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Instances of an `UnsupportedOperationError` error message being thrown when using StatelessSession and saving a ManyToOne have been addressed in this release of JBoss EAP 6. The error was caused by a call to `getTimestamp()` method which was not implemented for StatelessSession. This method has since been implemented and as a result, the `UnsupportedOperationError` error message no longer occurs.
Clone Of: 1073076
Environment:
Last Closed: 2014-06-09 12:48:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brett Meyer 2014-03-05 19:47:43 UTC
+++ This bug was initially created as a clone of Bug #1073076 +++

+++ This bug was initially created as a clone of Bug #1073018 +++

How reproducible:
Consistently

Steps to Reproduce:
1. Enable 2nd level caching
2. Run the original HHH-3482 testcode against Hibernate 4.2.7.SP1

Actual results:
java.lang.UnsupportedOperationException

Comment 2 Martin Simka 2014-05-12 13:07:12 UTC
Although introduced performance regression which is tracked under BZ#1094756, verified on EAP 6.2.3.CP.CR2.


Note You need to log in before you can comment on or make changes to this bug.