Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0048749Openbravo ERPA. Platformpublic2022-03-09 09:282022-03-10 11:04
alostale 
alostale 
normalminorhave not tried
closedfixed 
5
 
 
Core
No
0048749: org.openbravo.legacy.axis split package with jaxrpc
jaxrpc.jar library, included as dependency for the (unsupported) org.openbravo.legacy.axis module, causes split package errors in eclipse.
Using JDK11:
- install org.openbravo.legacy.axis and create a webservice
- compile with eclipse
  ERRORS:
    The package javax.xml.namespace is accessible from more than one module: <unnamed>, java.xml
No tags attached.
blocks design defect 0044733 closed platform Tracking issue: Find and fix all jar libaries with split packages between classpath and system image (Forbidden since Java9) 
Issue History
2022-03-09 09:28alostaleNew Issue
2022-03-09 09:28alostaleAssigned To => Triage Platform Base
2022-03-09 09:28alostaleModules => Core
2022-03-09 09:28alostaleTriggers an Emergency Pack => No
2022-03-10 08:35alostaleRelationship addedblocks 0044733
2022-03-10 08:35alostaleAssigned ToTriage Platform Base => alostale
2022-03-10 08:42hgbotNote Added: 0135609
2022-03-10 11:04hgbotResolutionopen => fixed
2022-03-10 11:04hgbotStatusnew => closed
2022-03-10 11:04hgbotNote Added: 0135613
2022-03-10 11:04hgbotNote Added: 0135615

Notes
(0135609)
hgbot   
2022-03-10 08:42   
Merge Request created: https://gitlab.com/openbravo/product/unsupported/modules/org.openbravo.legacy.axis/-/merge_requests/2 [^]
(0135613)
hgbot   
2022-03-10 11:04   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/unsupported/modules/org.openbravo.legacy.axis [^]
Changeset: 6ff13990393bf17e5b57bc05f931c46fe4f775e4
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 10-03-2022 10:24:17
URL: https://gitlab.com/openbravo/product/unsupported/modules/org.openbravo.legacy.axis/-/commit/6ff13990393bf17e5b57bc05f931c46fe4f775e4 [^]

fixes ISSUE-48749: split package with jaxrpc

Removes javax.xml.namespace.QName class from jaxrpc.jar. This class is
already present in JDK's java.xml module.

---
A lib/runtime/jaxrpc-patched.jar
M legal/Licensing.txt
---
(0135615)
hgbot   
2022-03-10 11:04   
Merge request merged: https://gitlab.com/openbravo/product/unsupported/modules/org.openbravo.legacy.axis/-/merge_requests/2 [^]