Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0013432 | Openbravo ERP | Z. Others | public | 2010-05-25 14:30 | 2010-06-30 12:16 | |||||||
Reporter | adrianromero | |||||||||||
Assigned To | harikrishnan | |||||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | 2.50MP20 | 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 | 0013432: Identifiers are now UUID and java code cannot suppose are integer values | |||||||||||
Description | In several parts of the code table identifier values are considered integers but this can be problematic with new registers where the identifier is created as an UUID that is no longer an integer value. The problematic files are: ./org/openbravo/erpCommon/ad_process/ImportAccount.java: int newC_ValidCombination_ID = Integer.valueOf(respuestaCS.CValidCombinationId) ./org/openbravo/erpCommon/ws/services/WebServiceImpl.java: locationList[i] = Integer.valueOf(data[i].cLocationId).intValue(); ./org/openbravo/erpCommon/ad_forms/Translation.java: final int AD_Client_ID = Integer.valueOf(strClient); ./org/openbravo/erpCommon/ad_forms/Translation.java: final int AD_Client_ID = Integer.valueOf(strClient); ./org/openbravo/erpCommon/utility/ReferencedTables.java: switch (Integer.valueOf(adReferenceId).intValue()) { ./org/openbravo/erpCommon/businessUtility/TabFilter.java: switch (Integer.valueOf(reference).intValue()) { | |||||||||||
Steps To Reproduce | ||||||||||||
Proposed Solution | The solution is not convert identifier values to integer and manage it as string values | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2010-05-25 14:30 | adrianromero | New Issue | ||||||||||
2010-05-25 14:30 | adrianromero | Assigned To | => adrianromero | |||||||||
2010-05-25 14:30 | adrianromero | OBNetwork customer | => No | |||||||||
2010-05-25 14:30 | adrianromero | Relationship added | related to 0013412 | |||||||||
2010-05-25 14:31 | adrianromero | Status | new => scheduled | |||||||||
2010-05-25 14:31 | adrianromero | fix_in_branch | => pi | |||||||||
2010-06-22 06:13 | harikrishnan | Assigned To | adrianromero => harikrishnan | |||||||||
2010-06-22 06:20 | hgbot | Checkin | ||||||||||
2010-06-22 06:20 | hgbot | Note Added: 0028643 | ||||||||||
2010-06-22 06:20 | hgbot | Status | scheduled => resolved | |||||||||
2010-06-22 06:20 | hgbot | Resolution | open => fixed | |||||||||
2010-06-22 06:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ac4d5bc99a6d183538c774ed2184431606cee603 [^] | |||||||||
2010-06-22 06:22 | harikrishnan | Note Added: 0028644 | ||||||||||
2010-06-22 14:10 | hgbot | Checkin | ||||||||||
2010-06-22 14:10 | hgbot | Note Added: 0028668 | ||||||||||
2010-06-22 14:10 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/ac4d5bc99a6d183538c774ed2184431606cee603 [^] => http://code.openbravo.com/erp/devel/pi/rev/0224f63396b4765abcb3cacf2c51b65a72e28117 [^] | |||||||||
2010-06-24 13:01 | adrianromero | Note Added: 0028737 | ||||||||||
2010-06-24 13:01 | adrianromero | Status | resolved => closed | |||||||||
2010-06-25 00:00 | anonymous | sf_bug_id | 0 => 3021056 | |||||||||
2010-06-30 12:16 | hudsonbot | Checkin | ||||||||||
2010-06-30 12:16 | hudsonbot | Note Added: 0028888 | ||||||||||
2010-06-30 12:16 | hudsonbot | Checkin | ||||||||||
2010-06-30 12:16 | hudsonbot | Note Added: 0028890 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|