Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009204 | Openbravo ERP | A. Platform | public | 2009-05-27 13:20 | 2009-06-09 00:00 |
|
Reporter | gorka_gil | |
Assigned To | gorka_gil | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | pi | Fixed in Version | 2.50MP2 | |
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 | 0009204: Module registration errors are not translate |
Description | Error messages when something fail in the module registration are text plain, it should be in the openbravo message format that are stored in database and allow translation. |
Steps To Reproduce | Currently there is no way of reproduce the problem because the exceptions of registration process are not well formed/parsed.
But is possible to see the message by a webservice debugger like soapUI, is necessary to call to registration service with incorrect data, like and invalid user/pass. |
Proposed Solution | change the error message form:
"User/pass incorrect"
to:
"@CR_REG_INVALID_USER_PASS@"
and add the message in database |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-05-27 13:20 | gorka_gil | New Issue | |
2009-05-27 13:20 | gorka_gil | Assigned To | => alostale |
2009-05-27 13:20 | gorka_gil | OBNetwork customer | => No |
2009-05-29 12:56 | psarobe | Status | new => scheduled |
2009-05-29 12:56 | psarobe | fix_in_branch | => pi |
2009-06-01 09:24 | rafaroda | version | => pi |
2009-06-01 09:24 | rafaroda | fix_in_branch | pi => |
2009-06-01 15:04 | gorka_gil | Note Added: 0016813 | |
2009-06-02 11:17 | gorka_gil | Assigned To | alostale => gorka_gil |
2009-06-02 11:25 | hgbot | Checkin | |
2009-06-02 11:25 | hgbot | Note Added: 0016848 | |
2009-06-02 11:25 | hgbot | Status | scheduled => resolved |
2009-06-02 11:25 | hgbot | Resolution | open => fixed |
2009-06-02 11:25 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/497df2a505ef4c811359fc4be0deea4b698be6e9 [^] |
2009-06-03 15:42 | hgbot | Checkin | |
2009-06-03 15:42 | hgbot | Note Added: 0016921 | |
2009-06-03 15:42 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/497df2a505ef4c811359fc4be0deea4b698be6e9 [^] => http://code.openbravo.com/erp/devel/pi/rev/f733983eabf8ef84e4e1195f8b3aae069a476826 [^] |
2009-06-08 12:50 | psarobe | Status | resolved => closed |
2009-06-08 12:50 | psarobe | Fixed in Version | => 2.50MP2 |
2009-06-09 00:00 | anonymous | sf_bug_id | 0 => 2803193 |
Notes |
|
|
To fix the bug in openbravo side, is needed to add/update this messages in database:
@CR_RegisterNoUUID@ ModuleID is mandatory
@20531@ Not valid DB Prefix. DB Prefix must contain only upper alpha numeric characters and it must start with an alphabetic character.
@CR_DBPrefixInUse@ The given DB prefix is already in use. Try with different DB prefix
@CR_RegisterNoPackage@ The Java Package is mandatory.
@CR_JavaPacakgeInvalid@ A valid package name should be a string upto 255 ASCII characters following Java package name convention.
@CR_RegisterNoName@ Module Name is mandatory
@CR_RegisterInvalidName@ A valid module name should be a string upto 60 characters in natural English
@CR_RegisterNoDesc@ Description of module is mandatory.
@CR_RegisterInvalidDesc@ A valid module description should be a string upto 255 characters in natural English
@CR_RegisterNoType@ Type of module is mandatory.
@CR_RegisterInvalidType@ A valid module type should be one character. 'M' for module 'P' for packages and 'T' for industry templates.
@CR_PackageInUse@ The given Java Package is already in use. Try with different Java Package.
@CR_ModuleIDInUse@ Module Id already Registered.
@CR_RegUnknownError@ Unknown error occured while registering module. Contact forge admin.
@CR_RegInvalidUserPass@ Invalid username/password
@CR_RegInvalidForgeUser@ You are not yet synced with forge. Please login to forge then try registering.
A know issue is that for previous versions of openbravo (2.50 and 2.50mp1) the error messages are not updated or not exists.
For example the error for the invalid user in this versions will be "@CR_RegInvalidUserPass@" |
|
|
(0016848)
|
hgbot
|
2009-06-02 11:25
|
|
|
|
(0016921)
|
hgbot
|
2009-06-03 15:42
|
|
|