Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0047422Openbravo ERPA. Platformpublic2021-07-19 16:152021-07-21 16:27
egoitz 
alostale 
normalminorhave not tried
closedfixed 
5
 
PR21Q1.4PR21Q1.4 
Core
Production - Confirmed Stable
2019-11-27
3.0PR20Q1
https://gitlab.com/openbravo/product/openbravo/-/commit/c9e990bdfd4fcc90b2cf0443da403ae9954c73e2 [^]
No
0047422: ant package.module -Dmodule not working in Oracle
The ant task package.module is not working in the last release with Oracle
tack:
java version openjdk version "11.0.10"
Apache Tomcat/8.5.61
Apache Ant(TM) version 1.10.9
Oracle 19c SE (Oracle 11.2.0 also raises the error error...)


dowload sources ( 3.0.204901 ) from git

ant setup
ant install.source

install spanish localication pack: org.openbravo.proflocalization.spain30.cashvat release 1.18.0

Then
ant package.module -Dmodule=org.openbravo.module.eucountries
Thep process fails

attached the error
No tags attached.
blocks defect 0047414 closed alostale ant package.module -Dmodule not working in Oracle 
Issue History
2021-07-21 11:25alostaleTypedefect => backport
2021-07-21 11:25alostaleTarget Version => PR21Q1.4
2021-07-21 12:51hgbotNote Added: 0130657
2021-07-21 16:27hgbotNote Added: 0130672
2021-07-21 16:27hgbotResolutionopen => fixed
2021-07-21 16:27hgbotStatusscheduled => closed
2021-07-21 16:27hgbotFixed in Version => PR21Q1.4
2021-07-21 16:27hgbotNote Added: 0130674

Notes
(0130657)
hgbot   
2021-07-21 12:51   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/416 [^]
(0130672)
hgbot   
2021-07-21 16:27   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/416 [^]
(0130674)
hgbot   
2021-07-21 16:27   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: abeb37c0aa31c1f825839304bbd21a8bd40f4963
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 2021-07-21T12:48:22+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/abeb37c0aa31c1f825839304bbd21a8bd40f4963 [^]

fixes BUG-47422, backports BUG-45855: can't package module in ORA

Packaging modules in Oracle failed during the model validation step,
this step was removed by BUG-45855. This commit backports that change.

---
M src/org/openbravo/service/system/SystemValidationTask.java
---