Bug 963519 - library version mismatch between brms-p-5.3.1.GA-deployable-ee6 and EAP6
Summary: library version mismatch between brms-p-5.3.1.GA-deployable-ee6 and EAP6
Keywords:
Status: CLOSED DUPLICATE of bug 963518
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Build and Assembly
Version: 5.x.x
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ER1
: ---
Assignee: Julian Coleman
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-16 03:17 UTC by Toshiya Kobayashi
Modified: 2018-12-01 14:57 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 963516
Environment:
Last Closed: 2013-06-14 07:01:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Toshiya Kobayashi 2013-05-16 03:17:00 UTC
I have cloned this BZ from BRMS 5.3.1 for the same concern about packaging BRMS 6

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

For instance, brms-p-5.3.1.GA-deployable-ee6 includes hibernate-core-3.3.2.GA.jar but JBoss EAP 6.0.0 includes hibernate-core-4.1.3.Final-redhat-1.jar and JBoss EAP 6.0.1 includes hibernate-core-4.1.6.Final-redhat-3.jar.

I'm under impression that brms-p-5.3.1.GA-deployable-ee6 should provide the same version jars as EAP 6 so that users can test with those jars and then deploy the application on EAP 6.

Actually, if I run jBPM5+JPA2 with jars under brms-p-5.3.1.GA-deployable-ee6/jboss-jbpm-engine/lib, I get the following Exception:

====
org.xml.sax.SAXParseException: cvc-complex-type.3.1: Value '2.0' of attribute 'version' of element 'entity-mappings' is not valid with respect to the corresponding attribute use. Attribute 'version' has a fixed value of '1.0'.
====

which was fixed in hibernate 3.5.6.

https://hibernate.atlassian.net/browse/HHH-5310 

If I switched hibernate libraries to ones in EAP 6.0.1 (hibernate 4.1.6) and it seems to work fine. (Attached an example project)

I confirmed with Lukas that jBPM5+JPA2 is supported/tested with EAP 6. So brms-p-5.3.1.GA-deployable-ee6 should be fixed.

--- Additional comment from Toshiya Kobayashi on 2013-05-15 23:10:07 EDT ---

Created attachment 748567 [details]
jBPMEx81_getTasksAssignedAsPotentialOwner_GroupId_JPA2.zip

Comment 2 Ryan Zhang 2013-06-14 07:01:10 UTC

*** This bug has been marked as a duplicate of bug 963518 ***


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