Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0038869 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Openbravo ERP] A. Platform | minor | have not tried | 2018-07-02 09:20 | 2018-08-08 13:06 | |||
Reporter | caristu | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0PR18Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | f4e9ff9ed7bb | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0038869: JDK 11: jaxbl-impl library should be included in the classpath | |||||||
Description | In Java 11, some modules are removed from the standard distribution. See[1]. Some of these modules were required in Openbravo, so in order to support Java 11 they were included to be deployed on the classpath. See[2]. For the case of the jaxb-api library, it has been detected that some modules require to include also its implementation (jaxbl-impl). See[3]. The following error appears if the implementation is required and not present: javax.xml.bind.JAXBException: Provider com.sun.xml.internal.bind.v2.ContextFactory not found - with linked exception: [java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory] at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:148) at javax.xml.bind.ContextFinder.find(ContextFinder.java:371) at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:446) Besides, this is also happening with the Hibernate upgrade: with Hibernate 5.3 the jaxbl-impl is required. [1] http://openjdk.java.net/jeps/320 [^] [2] https://code.openbravo.com/erp/devel/pi/rev/c3a604592d8f59346c6a17cc7c511566602dc23c [^] [3] https://ci.openbravo.com/job/try-ret-modules-oracle-suite1/11547/artifact/SANDBOX/tomcat-logs/catalina.2018-06-04.log/*view*/ [^] | |||||||
Steps To Reproduce | Use case 1: 1) Build openbravo with Hibernate 5.3 (https://code.openbravo.com/erp/devel/pi-hb53 [^]), using JDK8 2) Login as System Administrator 3) Install a module using the Module Management Console: the error will be thrown during the update.database task Use case 2: 1) Build openbravo with Hibernate 5.3 (https://code.openbravo.com/erp/devel/pi-hb53 [^]), using JDK11 2) In this case, the build can not be completed, it will fail when executing the update.database task | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||||||||||||||||
|
Notes | |
(0105614) hgbot (developer) 2018-07-05 09:52 |
Repository: erp/devel/pi Changeset: f4e9ff9ed7bb84ca049c0556f530c9c656a69f5b Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Thu Jul 05 09:47:14 2018 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/f4e9ff9ed7bb84ca049c0556f530c9c656a69f5b [^] fixes issue 38869: jaxbl-impl library should be included in the classpath Added the JAXB Runtime module. It is mainly required by Hibernate 5.3 in order to: - Rebuild the system from the Module Management Console without errors - Rebuild the system from the command line using JDK11 --- M legal/Licensing.txt A lib/runtime/jaxb-impl-2.2.6.jar --- |
(0105618) caristu (developer) 2018-07-05 10:11 |
Updated wiki page: http://wiki.openbravo.com/wiki/Openbravo_Libraries#Java_libraries [^] |
(0105640) alostale (manager) 2018-07-05 14:33 edited on: 2018-07-05 14:33 |
reviewed tested with openjdk version "11-ea" 2018-09-25: * MMC -> scan for updates, install and compile modules * send email |
(0106204) hudsonbot (developer) 2018-08-08 13:06 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/bfd7a414183a [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2018-07-02 09:20 | caristu | New Issue | |
2018-07-02 09:20 | caristu | Assigned To | => platform |
2018-07-02 09:20 | caristu | Modules | => Core |
2018-07-02 09:20 | caristu | Triggers an Emergency Pack | => No |
2018-07-02 09:20 | caristu | Relationship added | related to 0038130 |
2018-07-02 09:21 | caristu | Relationship added | blocks 0037064 |
2018-07-02 12:50 | caristu | Assigned To | platform => caristu |
2018-07-04 18:38 | caristu | Issue cloned | 0038892 |
2018-07-04 18:38 | caristu | Relationship added | related to 0038892 |
2018-07-05 09:52 | hgbot | Checkin | |
2018-07-05 09:52 | hgbot | Note Added: 0105614 | |
2018-07-05 09:52 | hgbot | Status | new => resolved |
2018-07-05 09:52 | hgbot | Resolution | open => fixed |
2018-07-05 09:52 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f4e9ff9ed7bb84ca049c0556f530c9c656a69f5b [^] |
2018-07-05 09:59 | caristu | Review Assigned To | => alostale |
2018-07-05 10:00 | caristu | Issue cloned | 0038900 |
2018-07-05 10:00 | caristu | Relationship added | depends on 0038900 |
2018-07-05 10:01 | caristu | Issue cloned | 0038901 |
2018-07-05 10:01 | caristu | Relationship added | depends on 0038901 |
2018-07-05 10:11 | caristu | Note Added: 0105618 | |
2018-07-05 14:33 | alostale | Note Added: 0105640 | |
2018-07-05 14:33 | alostale | Status | resolved => closed |
2018-07-05 14:33 | alostale | Fixed in Version | => 3.0PR18Q4 |
2018-07-05 14:33 | alostale | Note Edited: 0105640 | View Revisions |
2018-08-08 13:06 | hudsonbot | Checkin | |
2018-08-08 13:06 | hudsonbot | Note Added: 0106204 |
Copyright © 2000 - 2009 MantisBT Group |