| Summary: | EAP 6.1.0: patch for bug 1028628 / HHH-8689 Cannot determine java-type from given member [null] with "properties" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Gary Hu <ghu> | ||||
| Component: | Hibernate | Assignee: | Brett Meyer <brmeyer> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Zbyněk Roubalík <zroubali> | ||||
| Severity: | high | Docs Contact: | Russell Dickenson <rdickens> | ||||
| Priority: | high | ||||||
| Version: | 6.1.0 | CC: | bmaxwell, cobrien, jawilson, theute | ||||
| Target Milestone: | --- | ||||||
| Target Release: | One-off release | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
PATCH NAME:
BZ-1032692
PRODUCT NAME:
JBoss Enterprise Application Platform
VERSION:
6.1.0
SHORT DESCRIPTION:
HHH-8689 Cannot determine java-type from given member [null] with "properties"
LONG DESCRIPTION:
HHH-8689
https://hibernate.atlassian.net/browse/HHH-8689
Cannot determine java-type from given member [null] with "properties"
MANUAL INSTALL INSTRUCTIONS:
Backup and remove the following files:
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/hibernate-core-4.2.0.Final-redhat-1.jar
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-4.2.0.Final-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-1032692.zip
Or by extracting the files from the zip to the following locations:
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/hibernate-core-4.2.0.Final-redhat-1-BZ-1032692.jar
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-4.2.0.Final-redhat-1-BZ-1032692.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-core-4.2.0.Final-redhat-1.jar
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-4.2.0.Final-redhat-1.jar
$JBOSS_HOME/modules/system/layers/base/org/hibernate/main/module.xml
COMPATIBILITY:
DEPENDENCIES:
JBoss Enterprise Application Platform 6.1.0
SUPERSEDES:
SUPERSEDED BY:
JBoss Enterprise Application Platform 6.2.0
CREATOR:
Brett Meyer
DATE:
20 November 2013
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-13 02:24:43 UTC | Type: | Support Patch | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Gary Hu
2013-11-20 15:23:47 UTC
Will technically include both HHH-8689 (regression test) and HHH-7714. HHH-7714 is an unrelated commit, but implicitly corrected the issue. Correction: http://git.app.eng.bos.redhat.com/hibernate/hibernate-core.git/log/?h=BZ-1032692_4.2.0.Final Created attachment 826764 [details]
patched hibernate module
No regressions were found and the issue was verified. QA Passed. MD5 sum for tested files: 26c2ea78b4db1508fbe32943c40df0e5 BZ1032692.zip 0c15f703818d7d68d1ac0f8e7d3dd6a2 BZ-1032692.zip 8a1f09e01f99c0b1d34b4945b58e003c hibernate-core-4.2.0.Final-redhat-1-BZ-1032692.jar 78ae4f43bd2ad4c7fee6164e9c7ea947 hibernate-entitymanager-4.2.0.Final-redhat-1-BZ-1032692.jar 13957b1b85b04c15040b0ba311ce91b5 module.xml |