Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013749Openbravo ERPA. Platformpublic2010-06-23 15:022010-08-12 00:00
iferca 
mtaal 
normalminoralways
closedfixed 
5
 
 
Core
No
0013749: CallProcess is not able to handle parameters typed other than String
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.
No tags attached.
? CallProcess.java (4,354) 2010-06-23 15:02
https://issues.openbravo.com/file_download.php?file_id=2706&type=bug
Issue History
2010-06-23 15:02ifercaNew Issue
2010-06-23 15:02ifercaAssigned To => alostale
2010-06-23 15:02ifercaFile Added: CallProcess.java
2010-06-23 15:11mtaalAssigned Toalostale => mtaal
2010-06-28 22:53hgbotCheckin
2010-06-28 22:53hgbotNote Added: 0028831
2010-06-28 22:53hgbotStatusnew => resolved
2010-06-28 22:53hgbotResolutionopen => fixed
2010-06-28 22:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/1f700f954f8ca4f3baa164b07e7cc851ae8ee4f5 [^]
2010-06-30 12:17hudsonbotCheckin
2010-06-30 12:17hudsonbotNote Added: 0028916
2010-07-13 17:46hgbotCheckin
2010-07-13 17:46hgbotNote Added: 0029268
2010-07-14 04:44hudsonbotCheckin
2010-07-14 04:44hudsonbotNote Added: 0029298
2010-07-15 10:55hgbotCheckin
2010-07-15 10:55hgbotNote Added: 0029333
2010-07-15 10:56iperdomoNote Added: 0029334
2010-07-15 10:56iperdomoStatusresolved => new
2010-07-15 10:56iperdomoResolutionfixed => open
2010-07-15 21:53hudsonbotCheckin
2010-07-15 21:53hudsonbotNote Added: 0029358
2010-07-23 14:30hgbotCheckin
2010-07-23 14:30hgbotNote Added: 0029536
2010-07-23 14:30hgbotStatusnew => resolved
2010-07-23 14:30hgbotResolutionopen => fixed
2010-07-23 14:30hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/1f700f954f8ca4f3baa164b07e7cc851ae8ee4f5 [^] => http://code.openbravo.com/erp/devel/pi/rev/7d166747db4dcf2d5a7e6176e67fcd965ef8793e [^]
2010-07-27 15:41hudsonbotCheckin
2010-07-27 15:41hudsonbotNote Added: 0029607
2010-08-11 10:42iperdomoNote Added: 0029881
2010-08-11 10:42iperdomoStatusresolved => closed
2010-08-12 00:00anonymoussf_bug_id0 => 3043341

Notes
(0028831)
hgbot   
2010-06-28 22:53   
Repository: erp/devel/pi
Changeset: 1f700f954f8ca4f3baa164b07e7cc851ae8ee4f5
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Jun 28 22:44:32 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1f700f954f8ca4f3baa164b07e7cc851ae8ee4f5 [^]

fixes issue 13749 CallProcess is not able to handle parameters typed other than String

---
M src/org/openbravo/service/db/CallProcess.java
---
(0028916)
hudsonbot   
2010-06-30 12:17   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/1f700f954f8c [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/0670375d782d [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17726.obx [^]
(0029268)
hgbot   
2010-07-13 17:46   
Repository: erp/devel/pi
Changeset: e12428e2fe3c2ba530917523a47310c51ea084cc
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Jul 13 17:43:42 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e12428e2fe3c2ba530917523a47310c51ea084cc [^]

Added testcase for issue 13749

---
M src-test/org/openbravo/test/dal/IssuesTest.java
---
(0029298)
hudsonbot   
2010-07-14 04:44   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/e12428e2fe3c [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/2a91111beef4 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17878.obx [^]
(0029333)
hgbot   
2010-07-15 10:55   
Repository: erp/devel/pi
Changeset: 7a5cf7dc98441f6b7144166c48a0639d38bee384
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Thu Jul 15 10:47:36 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7a5cf7dc98441f6b7144166c48a0639d38bee384 [^]

Issue 13749: Reverted changes

---
M src-test/org/openbravo/test/dal/IssuesTest.java
M src/org/openbravo/service/db/CallProcess.java
---
(0029334)
iperdomo   
2010-07-15 10:56   
Reverted changes in rev 7a5cf7dc9844
(0029358)
hudsonbot   
2010-07-15 21:53   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/7a5cf7dc9844 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/4653d919b826 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17886.obx [^]
(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
---
(0029607)
hudsonbot   
2010-07-27 15:41   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/7d166747db4d [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/634cc0909ed2 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17922.obx [^]
(0029881)
iperdomo   
2010-08-11 10:42   
Tested on pi @ rev a45ffdf7b265