Bug 1323072

Summary: Cannot deploy Business Central on Java 1.6
Product: [Retired] JBoss BPMS Platform 6 Reporter: Tomas Livora <tlivora>
Component: Business CentralAssignee: Ant Stephenson <anstephe>
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.3.0CC: anstephe, kverlaen, rrajasek, rzhang
Target Milestone: ER3Keywords: Regression
Target Release: 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:48:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
EAP server log none

Description Tomas Livora 2016-04-01 07:53:40 UTC
Created attachment 1142473 [details]
EAP server log

Description of problem:
It is not possible to deploy Business Central on EAP when using Java version 1.6.

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

Steps to Reproduce:
1. Run EAP with Java 1.6
2. Try to deploy Business Central

Actual results:
java.lang.UnsupportedClassVersionError: org/reflections/Configuration : Unsupported major.minor version 51.0

Expected results:
No exceptions

Additional info:
See exceptions in the attached server log.

Comment 2 Kris Verlaenen 2016-04-04 13:46:08 UTC
It seems there was a change in version for the product build from 0.9.10 to 0.9.10.redhat-1.  This indicates productization is now including a jar they built themselves (instead of the community jar).  The problem seems to be that this jar was compiled with a more recent jdk and was not specified to be backwards compatible with 1.6.  I guess this requires a rebuild so that it is compatible with 1.6.

Comment 5 Ant Stephenson 2016-04-13 18:05:46 UTC
For ER3, we have reverted back to the community jar. There are on-going discussions on how to resolve issues such as this in the long term. However, for now this issue can be verified.

Comment 6 Tomas Livora 2016-04-19 11:16:37 UTC
Verified on BPM Suite 6.3.0 ER3