Back to bug 1024864

Who When What Removed Added
Gary Hu 2013-10-30 14:17:16 UTC Priority unspecified high
Target Release --- EAP 6.1.1
Type Bug Support Patch
Brett Meyer 2013-10-30 14:20:15 UTC Status NEW ASSIGNED
Target Release EAP 6.1.1 One-off release
Depends On 1023994
Brett Meyer 2013-10-30 17:00:25 UTC Status ASSIGNED POST
Doc Text PATCH NAME:
BZ-1024864
PRODUCT NAME:
JBoss Enterprise Application Platform
VERSION:
6.1.1
SHORT DESCRIPTION:
HHH-8643
https://hibernate.atlassian.net/browse/HHH-8643
java.util.Calendar conversion to java.util.Date fails
LONG DESCRIPTION:
HHH-8643
https://hibernate.atlassian.net/browse/HHH-8643
java.util.Calendar conversion to java.util.Date fails

java.util.Calendar and java.util.Date should both be accepted as parameters on Queries, regardless of the TemporalType used.

MANUAL INSTALL INSTRUCTIONS:

Backup and remove the following files:
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-4.2.0.SP1-redhat-1.jar
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/module.xml

Extract the patched files by either:

Using unzip:
unzip -d $JBOSS_HOME/ bz-1024864.zip

Or by extracting the files from the zip to the following locations:
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-4.2.0.SP1-redhat-1-bz-1024864.jar
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/module.xml

Instructions to uninstall:

Restore the following files that were backed up before the patch was installed:
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-4.2.0.SP1-redhat-1.jar
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/module.xml


COMPATIBILITY:

DEPENDENCIES:
JBoss Enterprise Application Platform 6.1.1
SUPERSEDES:

SUPERSEDED BY:

CREATOR:
Brett Meyer
DATE:
30 October 2013
Brett Meyer 2013-10-30 17:00:47 UTC Status POST MODIFIED
Jimmy Wilson 2013-11-04 07:22:04 UTC Status MODIFIED ON_QA
CC jawilson
Rostislav Svoboda 2013-11-18 09:40:06 UTC CC rsvoboda
QA Contact zroubali msimka
Martin Simka 2013-11-21 13:29:25 UTC Status ON_QA VERIFIED
Jimmy Wilson 2013-11-25 06:58:47 UTC Status VERIFIED RELEASE_PENDING
Christopher O'Brien 2013-12-02 17:52:05 UTC Status RELEASE_PENDING CLOSED
CC cobrien
Resolution --- CURRENTRELEASE
Last Closed 2013-12-02 12:52:05 UTC
Jimmy Wilson 2014-12-10 22:33:13 UTC Summary one-off patch for bug 1023994: java.util.Calendar conversion to java.util.Date fails - HHH-8643 [GSS] (6.1.1 patch) HHH-8643 - java.util.Calendar conversion to java.util.Date fails
John Skeoch 2015-09-01 04:00:34 UTC CC theute

Back to bug 1024864