Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015828Openbravo ERPZ. Otherspublic2011-02-01 11:492011-02-03 00:00
ioritzCia 
ioritzCia 
immediatecriticalalways
closedfixed 
5
 
3.0RC4 
Core
No
0015828: Issue 15795: try-api fails.
Due to this issue,

- https://issues.openbravo.com/view.php?id=15795 [^]

y have to make an api change. This is the change:

- https://code.openbravo.com/erp/devel/try/rev/8f997ee44bd5 [^]

I have pushed the change to try, this is the failure:

- http://builds.openbravo.com/view/try/job/try-api/274/console [^]


- The change is the following:
The column AD_CREATEFACT_TEMPLATE.CLASSNAME increases its length from 60 to 1000
characters.

- The change is needed due to the following reason:
60 characters is not enough for a classname. The standard for this type of info is 1000 characters as it can be seen for example in AD_MODEL_OBJECT.CLASSNAME.

- The risk of this api change is very low because of the following reason:
It would only fail in case some module is reading info from that column and placing it in a 60 characters length container (eg. pl/sql variable or another database column with that length) and it is not very likely.

No tags attached.
related to defect 0015795 closed adrianromero "Java Class Name" on "Financial Management || Accounting || Setup || Accounting templates || Templates " is too short 
depends on backport 0015835 closed ioritzCia Issue 15795: try-api fails. 
Issue History
2011-02-01 11:49ioritzCiaNew Issue
2011-02-01 11:49ioritzCiaAssigned To => iciordia
2011-02-01 11:49ioritzCiaModules => Core
2011-02-01 12:39shuehnerRelationship addedrelated to 0015795
2011-02-01 12:39shuehnerIssue Monitored: shuehner
2011-02-01 14:01ioritzCiaDescription Updatedbug_revision_view_page.php?rev_id=1470#r1470
2011-02-01 17:39iciordiaNote Added: 0033989
2011-02-01 17:39iciordiaAssigned Toiciordia => ioritzCia
2011-02-01 18:25ioritzCiaStatusnew => scheduled
2011-02-01 18:25ioritzCiafix_in_branch => pi
2011-02-02 09:54hgbotCheckin
2011-02-02 09:54hgbotNote Added: 0033998
2011-02-02 09:54hgbotStatusscheduled => resolved
2011-02-02 09:54hgbotResolutionopen => fixed
2011-02-02 09:54hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/597dba84454b8c43fa1d7ebe16b455207bac0bd3 [^]
2011-02-02 16:29ioritzCiaStatusresolved => closed
2011-02-02 16:29ioritzCiaFixed in Version => 3.0RC4
2011-02-03 00:00anonymoussf_bug_id0 => 3170996

Notes
(0033989)
iciordia   
2011-02-01 17:39   
Approved

Ismael
(0033998)
hgbot   
2011-02-02 09:54   
Repository: erp/devel/api-checks
Changeset: 597dba84454b8c43fa1d7ebe16b455207bac0bd3
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Tue Feb 01 18:30:34 2011 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/597dba84454b8c43fa1d7ebe16b455207bac0bd3 [^]

Fixes issue 15828: Issue 15795: try-api fails.

---
M model/src-db/database/model/tables/AD_CREATEFACT_TEMPLATE.xml
M model/src-db/database/sourcedata/AD_COLUMN.xml
---