Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0013749
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] A. Platformminoralways2010-06-23 15:022010-08-12 00:00
ReporterifercaView Statuspublic 
Assigned Tomtaal 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision7d166747db4d
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0013749: CallProcess is not able to handle parameters typed other than String

DescriptionThe 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.
TagsNo tags attached.
Attached Files? file icon CallProcess.java [^] (4,354 bytes) 2010-06-23 15:02

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0028831)
hgbot (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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 (reporter)
2010-07-15 10:56

Reverted changes in rev 7a5cf7dc9844
(0029358)
hudsonbot (developer)
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 (developer)
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 (developer)
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 (reporter)
2010-08-11 10:42

Tested on pi @ rev a45ffdf7b265

- 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker