Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0034638Openbravo ERPY. DBSourceManagerpublic2016-11-26 13:562016-12-16 18:39
AugustoMauch 
AugustoMauch 
immediatemajorhave not tried
closedfixed 
5
 
3.0PR17Q1 
alostale
Core
Automated tests
2016-11-25
pi
https://code.openbravo.com/erp/devel/pi/rev/f169cafac730141372142a78fbc68e040c12b7c1 [^]
No
0034638: Changing the visibility of DatabaseDataIO.writeDataForTableToXML has broken a job
Changing the visibility of DatabaseDataIO.writeDataForTableToXML from public to private has broken this job: http://ci.openbravo.com/job/mod-simple/7573/ [^]
...
compileSqlc:
    [javac] Compiling 1815 source files to /srv/ci/workspace/mod-simple-ci23.142/build/classes
    [javac] /srv/ci/workspace/mod-simple-ci23.142/modules/org.openbravo.ezattributes/src/org/openbravo/ezattributes/processes/GenerateProcess.java:1265: error: cannot find symbol
    [javac] final boolean b = dbdio.writeDataForTableToXML(platform, db, table, out, getEncoding(),
    [javac] ^
    [javac] symbol: method writeDataForTableToXML(Platform,Database,OBDatasetTable,OutputStream,String,String)
    [javac] location: variable dbdio of type DatabaseDataIO
    [javac] 1 error
See http://ci.openbravo.com/job/mod-simple/7573/ [^]
Make the DatabaseDataIO.writeDataForTableToXML method public again
No tags attached.
caused by feature request 0033875 closed AugustoMauch Importing/Exporting sample data using PostgreSQL's COPY instead of current XML 
Issue History
2016-11-26 13:56AugustoMauchNew Issue
2016-11-26 13:56AugustoMauchAssigned To => AugustoMauch
2016-11-26 13:56AugustoMauchModules => Core
2016-11-26 13:56AugustoMauchTriggers an Emergency Pack => No
2016-11-26 13:57AugustoMauchDescription Updatedbug_revision_view_page.php?rev_id=13897#r13897
2016-11-26 13:57AugustoMauchRelationship addedcaused by 0033875
2016-11-26 13:58AugustoMauchRegression level => Automated tests
2016-11-26 13:58AugustoMauchRegression date => 2016-11-25
2016-11-26 13:58AugustoMauchRegression introduced in release => pi
2016-11-26 13:58AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/f169cafac730141372142a78fbc68e040c12b7c1 [^]
2016-11-26 14:03hgbotCheckin
2016-11-26 14:03hgbotNote Added: 0091865
2016-11-26 14:03hgbotStatusnew => resolved
2016-11-26 14:03hgbotResolutionopen => fixed
2016-11-26 14:03hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/dbsm-main/rev/9ee6ed582c36f9a342f3afd2324dfc890ef34239 [^]
2016-11-26 14:04AugustoMauchReview Assigned To => alostale
2016-11-26 14:04hgbotCheckin
2016-11-26 14:04hgbotNote Added: 0091867
2016-11-26 14:04hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/dbsm-main/rev/9ee6ed582c36f9a342f3afd2324dfc890ef34239 [^] => http://code.openbravo.com/erp/devel/pi/rev/127865df93ddcdb773414120a0bbcae1bb7736c8 [^]
2016-11-28 09:08alostaleNote Added: 0091876
2016-11-28 09:08alostaleStatusresolved => closed
2016-11-28 09:08alostaleFixed in Version => 3.0PR17Q1
2016-12-16 18:39hudsonbotCheckin
2016-12-16 18:39hudsonbotNote Added: 0092664

Notes
(0091865)
hgbot   
2016-11-26 14:03   
Repository: erp/devel/dbsm-main
Changeset: 9ee6ed582c36f9a342f3afd2324dfc890ef34239
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Sat Nov 26 14:02:36 2016 +0100
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/9ee6ed582c36f9a342f3afd2324dfc890ef34239 [^]

Fixes issue 34638, related with issue 33875: Reverts method visibility change

The DatabaseDataIO.writeDataForTableToXML method was made private because it was not being used by any class other than DatabaseDataIO inside dbsm, but I failed to notice that it was being used in an external module (Easy Extensible Attributes).

---
M src/org/apache/ddlutils/io/DatabaseDataIO.java
---
(0091867)
hgbot   
2016-11-26 14:04   
Repository: erp/devel/pi
Changeset: 127865df93ddcdb773414120a0bbcae1bb7736c8
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Sat Nov 26 14:03:59 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/127865df93ddcdb773414120a0bbcae1bb7736c8 [^]

Fixes issue 34638, related with issue 33875: Reverts method visibility change

The DatabaseDataIO.writeDataForTableToXML method was made private because it was not being used by any class other than DatabaseDataIO inside dbsm, but I failed to notice that it was being used in an external module (Easy Extensible Attributes).

---
M src-db/database/lib/dbsourcemanager.jar
---
(0091876)
alostale   
2016-11-28 09:08   
code reviewed
(0092664)
hudsonbot   
2016-12-16 18:39   
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/dc8bf00badd0 [^]
Maturity status: Test