Bug 806305

Summary: BRMS 5.3 needs to use hibernate product version in EAP 5.1.2
Product: [JBoss] JBoss Enterprise BRMS Platform 5 Reporter: Ryan Zhang <rzhang>
Component: Build ProcessAssignee: Ryan Zhang <rzhang>
Status: CLOSED CURRENTRELEASE QA Contact: Lukáš Petrovický <lpetrovi>
Severity: high Docs Contact:
Priority: unspecified    
Version: BRMS 5.3.0.GACC: atangrin, brms-jira, mrietvel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-20 08:20:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ryan Zhang 2012-03-23 12:05:37 UTC
Description of problem:
We should makethe hibernate versions used in BRMS 5.3 as the same as the ones used in EAP 5.1.2.

I listed all the hibernate componets in brms standalone package(ER5). It looks like:

[rzhang@localhost default]$ find . -name "hibernate*.jar"
./deploy/jboss-brms.war/WEB-INF/lib/hibernate-commons-annotations-3.1.0.GA.jar
./deploy/jboss-brms.war/WEB-INF/lib/hibernate-core-3.3.2.GA.jar
./deploy/jboss-brms.war/WEB-INF/lib/hibernate-validator-3.1.0.GA.jar
./deploy/jbpm-console.war/WEB-INF/lib/hibernate-entitymanager-3.4.0.GA.jar
./deploy/jbpm-console.war/WEB-INF/lib/hibernate-annotations-3.4.0.GA.jar
./deploy/jbpm-console.war/WEB-INF/lib/hibernate-commons-annotations-3.1.0.GA.jar
./deploy/jbpm-console.war/WEB-INF/lib/hibernate-tools-3.2.3.GA.jar
./deploy/jbpm-console.war/WEB-INF/lib/hibernate-core-3.3.2.GA.jar
./deploy/designer.war/WEB-INF/lib/hibernate-entitymanager-3.4.0.GA.jar
./deploy/designer.war/WEB-INF/lib/hibernate-annotations-3.4.0.GA.jar
./deploy/designer.war/WEB-INF/lib/hibernate-commons-annotations-3.1.0.GA.jar
./deploy/designer.war/WEB-INF/lib/hibernate-core-3.3.2.GA.jar

There are only serval minor versions need to upgrade. This should be compatiable and no impact to the function.

hibernate-core-3.3.2.GA.jar should upgrade to 3.3.2.GA_CP04
hibernate-entitymanager-3.4.0.GA.jar should upgrade to 3.4.0.GA_CP04
hibernate-annotations-3.4.0.GA.jar should upgrade to 3.4.0.GA_CP04

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Ryan Zhang 2012-03-29 07:50:26 UTC
NVR: hibernate3-3.3.2-1.8.GA_CP04.ep5.el6 has been taged under soa-brms-5.2 
Need to update the upsteam code in drools parent pom.xml

Comment 3 Marco Rietveld 2012-09-03 14:13:33 UTC
This has been fixed with the new ee6/eap6 specific wars (or at least, this has been fixed for console and human-task, not for guvnor that I know of.. ).

Comment 4 Lukáš Petrovický 2013-02-20 08:20:02 UTC
This has been fixed and we now support both EAP5 and EAP6's respective Hibernate versions.