Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034638 | Openbravo ERP | Y. DBSourceManager | public | 2016-11-26 13:56 | 2016-12-16 18:39 |
|
Reporter | AugustoMauch | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Automated tests |
Regression date | 2016-11-25 |
Regression introduced in release | pi |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/f169cafac730141372142a78fbc68e040c12b7c1 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0034638: Changing the visibility of DatabaseDataIO.writeDataForTableToXML has broken a job |
Description | 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 |
Steps To Reproduce | See http://ci.openbravo.com/job/mod-simple/7573/ [^] |
Proposed Solution | Make the DatabaseDataIO.writeDataForTableToXML method public again |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0033875 | | closed | AugustoMauch | Importing/Exporting sample data using PostgreSQL's COPY instead of current XML |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-11-26 13:56 | AugustoMauch | New Issue | |
2016-11-26 13:56 | AugustoMauch | Assigned To | => AugustoMauch |
2016-11-26 13:56 | AugustoMauch | OBNetwork customer | => No |
2016-11-26 13:56 | AugustoMauch | Modules | => Core |
2016-11-26 13:56 | AugustoMauch | Triggers an Emergency Pack | => No |
2016-11-26 13:57 | AugustoMauch | Description Updated | bug_revision_view_page.php?rev_id=13897#r13897 |
2016-11-26 13:57 | AugustoMauch | Relationship added | caused by 0033875 |
2016-11-26 13:58 | AugustoMauch | Regression level | => Automated tests |
2016-11-26 13:58 | AugustoMauch | Regression date | => 2016-11-25 |
2016-11-26 13:58 | AugustoMauch | Regression introduced in release | => pi |
2016-11-26 13:58 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/f169cafac730141372142a78fbc68e040c12b7c1 [^] |
2016-11-26 14:03 | hgbot | Checkin | |
2016-11-26 14:03 | hgbot | Note Added: 0091865 | |
2016-11-26 14:03 | hgbot | Status | new => resolved |
2016-11-26 14:03 | hgbot | Resolution | open => fixed |
2016-11-26 14:03 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/dbsm-main/rev/9ee6ed582c36f9a342f3afd2324dfc890ef34239 [^] |
2016-11-26 14:04 | AugustoMauch | Review Assigned To | => alostale |
2016-11-26 14:04 | hgbot | Checkin | |
2016-11-26 14:04 | hgbot | Note Added: 0091867 | |
2016-11-26 14:04 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/dbsm-main/rev/9ee6ed582c36f9a342f3afd2324dfc890ef34239 [^] => http://code.openbravo.com/erp/devel/pi/rev/127865df93ddcdb773414120a0bbcae1bb7736c8 [^] |
2016-11-28 09:08 | alostale | Note Added: 0091876 | |
2016-11-28 09:08 | alostale | Status | resolved => closed |
2016-11-28 09:08 | alostale | Fixed in Version | => 3.0PR17Q1 |
2016-12-16 18:39 | hudsonbot | Checkin | |
2016-12-16 18:39 | hudsonbot | Note 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
---
|
|
|
|
|
|
|
|