Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013749 | Openbravo ERP | A. Platform | public | 2010-06-23 15:02 | 2010-08-12 00:00 |
|
Reporter | iferca | |
Assigned To | mtaal | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
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 | 0013749: CallProcess is not able to handle parameters typed other than String |
Description | The class CallProcess which is a very nice class saving a lot of coding, nevertheless I found that class was only capable to handle String type parameters. I'd like to send you the modifications I made to that class hoping it may be useful to improve the CallProcess class in the core.
My version attached. I made just the modification I need, but the rest of the parameters type may be handled the same way.
|
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | CallProcess.java (4,354) 2010-06-23 15:02 https://issues.openbravo.com/file_download.php?file_id=2706&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2010-06-23 15:02 | iferca | New Issue | |
2010-06-23 15:02 | iferca | Assigned To | => alostale |
2010-06-23 15:02 | iferca | File Added: CallProcess.java | |
2010-06-23 15:11 | mtaal | Assigned To | alostale => mtaal |
2010-06-28 22:53 | hgbot | Checkin | |
2010-06-28 22:53 | hgbot | Note Added: 0028831 | |
2010-06-28 22:53 | hgbot | Status | new => resolved |
2010-06-28 22:53 | hgbot | Resolution | open => fixed |
2010-06-28 22:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1f700f954f8ca4f3baa164b07e7cc851ae8ee4f5 [^] |
2010-06-30 12:17 | hudsonbot | Checkin | |
2010-06-30 12:17 | hudsonbot | Note Added: 0028916 | |
2010-07-13 17:46 | hgbot | Checkin | |
2010-07-13 17:46 | hgbot | Note Added: 0029268 | |
2010-07-14 04:44 | hudsonbot | Checkin | |
2010-07-14 04:44 | hudsonbot | Note Added: 0029298 | |
2010-07-15 10:55 | hgbot | Checkin | |
2010-07-15 10:55 | hgbot | Note Added: 0029333 | |
2010-07-15 10:56 | iperdomo | Note Added: 0029334 | |
2010-07-15 10:56 | iperdomo | Status | resolved => new |
2010-07-15 10:56 | iperdomo | Resolution | fixed => open |
2010-07-15 21:53 | hudsonbot | Checkin | |
2010-07-15 21:53 | hudsonbot | Note Added: 0029358 | |
2010-07-23 14:30 | hgbot | Checkin | |
2010-07-23 14:30 | hgbot | Note Added: 0029536 | |
2010-07-23 14:30 | hgbot | Status | new => resolved |
2010-07-23 14:30 | hgbot | Resolution | open => fixed |
2010-07-23 14:30 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/1f700f954f8ca4f3baa164b07e7cc851ae8ee4f5 [^] => http://code.openbravo.com/erp/devel/pi/rev/7d166747db4dcf2d5a7e6176e67fcd965ef8793e [^] |
2010-07-27 15:41 | hudsonbot | Checkin | |
2010-07-27 15:41 | hudsonbot | Note Added: 0029607 | |
2010-08-11 10:42 | iperdomo | Note Added: 0029881 | |
2010-08-11 10:42 | iperdomo | Status | resolved => closed |
2010-08-12 00:00 | anonymous | sf_bug_id | 0 => 3043341 |
Notes |
|
(0028831)
|
hgbot
|
2010-06-28 22:53
|
|
|
|
|
|
|
(0029268)
|
hgbot
|
2010-07-13 17:46
|
|
|
|
|
|
|
(0029333)
|
hgbot
|
2010-07-15 10:55
|
|
|
|
|
Reverted changes in rev 7a5cf7dc9844 |
|
|
|
|
|
(0029536)
|
hgbot
|
2010-07-23 14:30
|
|
Repository: erp/devel/pi
Changeset: 7d166747db4dcf2d5a7e6176e67fcd965ef8793e
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Jul 23 14:30:31 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7d166747db4dcf2d5a7e6176e67fcd965ef8793e [^]
Fixes issue 13749: CallProcess is not able to handle parameters typed other than String
---
M src-test/org/openbravo/test/dal/IssuesTest.java
M src/org/openbravo/service/db/CallProcess.java
---
|
|
|
|
|
|
|
Tested on pi @ rev a45ffdf7b265 |
|