Hide Forgot
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.
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.
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.
Verified on BPM Suite 6.3.0 ER3