Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013048 | Openbravo ERP | Z. Others | public | 2010-04-20 10:23 | 2010-04-21 10:43 |
|
Reporter | shuehner | |
Assigned To | gorkaion | |
Priority | immediate | Severity | critical | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013048: api check build 361 fails |
Description | http://builds.openbravo.com/job/erp_devel_pi-module-integrity-test/361/console [^]
Errors:
org.openbravo.erpCommon.ad_process:
Bad
method org.openbravo.erpCommon.ad_process.PaymentMonitor.updateInvoice(org.openbravo.model.common.invoice.Invoice): doesn't throw org.openbravo.erpCommon.utility.PropertyException in api-checks/java/reference/250, but throws org.openbravo.erpCommon.utility.PropertyException in /var/www/localhost/htdocs/japi/361
org.openbravo.erpCommon.utility:
Bad
method org.openbravo.erpCommon.utility.Utility.getPropertyValue(java.lang.String, java.lang.String, java.lang.String): doesn't throw org.openbravo.erpCommon.utility.PropertyException in api-checks/java/reference/250, but throws org.openbravo.erpCommon.utility.PropertyException in /var/www/localhost/htdocs/japi/361
|
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0013042 | | closed | gorkaion | Utility.getPropertyValue raises expected exception as IllegalStateException (sublcass of RuntimeException) |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-04-20 10:23 | shuehner | New Issue | |
2010-04-20 10:23 | shuehner | Assigned To | => gorkaion |
2010-04-20 10:23 | shuehner | OBNetwork customer | => No |
2010-04-20 10:23 | shuehner | Relationship added | related to 0013042 |
2010-04-20 10:24 | shuehner | Note Added: 0026505 | |
2010-04-20 10:28 | jpabloae | Issue Monitored: jpabloae | |
2010-04-20 10:30 | hgbot | Checkin | |
2010-04-20 10:30 | hgbot | Note Added: 0026506 | |
2010-04-20 11:55 | hgbot | Checkin | |
2010-04-20 11:55 | hgbot | Note Added: 0026511 | |
2010-04-20 11:55 | hgbot | Status | new => resolved |
2010-04-20 11:55 | hgbot | Resolution | open => fixed |
2010-04-20 11:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/34d646b416fb0cc603dbc1d78685c32c46c6aff5 [^] |
2010-04-20 16:05 | gorkaion | Status | resolved => closed |
2010-04-21 00:00 | anonymous | sf_bug_id | 0 => 2990141 |
2010-04-21 10:43 | hudsonbot | Checkin | |
2010-04-21 10:43 | hudsonbot | Note Added: 0026529 | |
Notes |
|
|
The first problem will be resolved by changing the code in pi to avoid changing the api.
The second one is a false positive, as the method involved is new and was never published in any MP. |
|
|
(0026506)
|
hgbot
|
2010-04-20 10:30
|
|
Repository: erp/devel/pi
Changeset: b5f915fde1b458d55d8ce0a923700490ebecbbe2
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Tue Apr 20 10:44:30 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b5f915fde1b458d55d8ce0a923700490ebecbbe2 [^]
Related to issue 13048. Changed done to avoid api break on updateInvoice method.
---
M src/org/openbravo/erpCommon/ad_actionButton/InvoicePaymentMonitor.java
M src/org/openbravo/erpCommon/ad_process/PaymentMonitor.java
M src/org/openbravo/erpCommon/ad_process/PaymentMonitorProcess.java
---
|
|
|
(0026511)
|
hgbot
|
2010-04-20 11:55
|
|
|
|
|
|