Openbravo Issue Tracking System - Localization Pack: Spain
View Issue Details
0041316Localization Pack: SpainElectronic Invoicepublic2019-07-08 17:012020-12-30 09:24
shuehner 
vmromanos 
normalminorhave not tried
closedfixed 
5
 
 
0041316: duplicate jaxb-(api,impl) jar which are already contained in core/pi (in different version)
The jaxb-api & -impl was container in the main jdk jars until java10.

However java11 removed both from the jdk so if someone needs them they need to be added.

ERP core added both jars in version: 2.2 when supporting java11.
Later ERP core updated both jars to version 2.3 together with the 2nd small hibernate update.

To avoid any version conflict no module should ship those also especially in a lower version.

The facturae module ship both as jaxb-api.jar & jax-impl.jar
-
Remove both jars from the module and re-test module functionality with the ones used indirectly from core.

Ideally test both 2.2 & 2.3 versions.
No tags attached.
Issue History
2019-07-08 17:01shuehnerNew Issue
2019-07-08 17:01shuehnerAssigned To => Opentix-Test
2019-07-08 17:28shuehnerNote Added: 0113225
2020-12-30 09:24vmromanosStatusnew => scheduled
2020-12-30 09:24vmromanosAssigned ToOpentix-Test => vmromanos
2020-12-30 09:24vmromanosNote Added: 0125164
2020-12-30 09:24vmromanosStatusscheduled => resolved
2020-12-30 09:24vmromanosResolutionopen => fixed
2020-12-30 09:24vmromanosStatusresolved => closed

Notes
(0113225)
shuehner   
2019-07-08 17:28   
Note: That module dependency to core should be raised to the version guaranteed to contain the 2 jars in core.
(0125164)
vmromanos   
2020-12-30 09:24   
https://gitlab.com/openbravo/product/mods/org.openbravo.module.facturae/-/commit/e6d268c680dff5d88a880465d91d6bffc65ed8a6 [^]