Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015988Openbravo ERPZ. Otherspublic2011-02-15 13:322011-02-28 22:56
adrianromero 
adrianromero 
immediatemajorhave not tried
closedfixed 
5
2.50MP26 
 
Core
No
0015988: API Break. try-2.50-api fails
This is the backport of API Break issue 15987

The try build in 2.50 http://builds.openbravo.com/view/try-2.50/job/try-2.50-api/42/ [^] failed because of the following change: https://code.openbravo.com/erp/stable/try-2.50/graph/95d7cbaac5db [^]

The change that causes the risk is the modification of the type of the field OB_CONTEXT of the table AD_PROCESS_REQUEST from VARCHAR(4000) to CLOB.

This change is required becuase the serialization of the context is bigger than 4000 characters when there are too much organizations and the database engine raises an error because this serialized context does not fit in the field OB_CONTEXT

The change has been tested in several areas affected and in both database engines and there is no visible risk.
No tags attached.
depends on defect 0015987 closed adrianromero API Break. try-api fails 
Issue History
2011-02-15 13:32adrianromeroNew Issue
2011-02-15 13:32adrianromeroAssigned To => iciordia
2011-02-15 13:32adrianromeroModules => Core
2011-02-15 13:32adrianromeroRelationship addedrelated to 0015940
2011-02-15 13:32adrianromeroRelationship deletedrelated to 0015940
2011-02-15 13:33adrianromeroRelationship addedrelated to 0015938
2011-02-15 13:33adrianromeroRelationship addeddepends on 0015987
2011-02-15 14:15adrianromeroRelationship deletedrelated to 0015938
2011-02-15 20:39iciordiaNote Added: 0034215
2011-02-15 20:39iciordiaAssigned Toiciordia => adrianromero
2011-02-16 12:15hgbotCheckin
2011-02-16 12:15hgbotNote Added: 0034225
2011-02-16 12:15hgbotStatusnew => resolved
2011-02-16 12:15hgbotResolutionopen => fixed
2011-02-16 12:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/api-checks-2.50/rev/aaf993a54bead6cbcf2b53b19e6888c1902e2615 [^]
2011-02-28 22:56dalsasuaNote Added: 0034452
2011-02-28 22:56dalsasuaStatusresolved => closed

Notes
(0034215)
iciordia   
2011-02-15 20:39   
API breaks should not be backported.

Ismael
(0034225)
hgbot   
2011-02-16 12:15   
Repository: erp/stable/api-checks-2.50
Changeset: aaf993a54bead6cbcf2b53b19e6888c1902e2615
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Feb 16 11:58:30 2011 +0100
URL: http://code.openbravo.com/erp/stable/api-checks-2.50/rev/aaf993a54bead6cbcf2b53b19e6888c1902e2615 [^]

Fixes issue 0015988: API Break. try-2.50-api fails

---
M model/model/tables/AD_PROCESS_REQUEST.xml
---
(0034452)
dalsasua   
2011-02-28 22:56   
API test is not failing any more