Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020455Openbravo ERPA. Platformpublic2012-05-09 12:292012-09-24 17:40
jecharri 
marvintm 
highmajoralways
scheduledopen 
5
 
 
Google Chrome
Core
No
0020455: When you have one combotabledata with a big quantity of data inside a callout the callout breaks
When you have one combotabledata with a big quantity of data inside a callout the callout breaks.

Supose that you have one BP with a big quantity of data (1000 records) in tabs "location" and "contact".
Go to window "sales order" and create a header.
Select the previous BP
You will see that is not matched the correct price list and payment method,

If you go to the log, you will see next error:
Encountered code generation error while compiling script: generated bytecode for method exceeds 64K limit. (<cmd>#1)
Modifie de FIC (add next line in line 1376)
cx.setOptimizationLevel(-1);

or change the SE_ORDER_BPARTNER callout
No tags attached.
related to defect 0044871 closed platform Callout SE_Invoice_BPartner doesn't work when there is too much data 
Issue History
2012-05-09 12:29jecharriNew Issue
2012-05-09 12:29jecharriAssigned To => alostale
2012-05-09 12:29jecharriWeb browser => Google Chrome
2012-05-09 12:29jecharriModules => Core
2012-05-09 12:29jecharriResolution time => 1337119200
2012-05-09 12:29jecharriWeb browserGoogle Chrome => Google Chrome
2012-05-09 12:29jecharriProposed Solution updated
2012-05-09 13:38alostaleAssigned Toalostale => marvintm
2012-05-29 10:01hgbotCheckin
2012-05-29 10:01hgbotNote Added: 0049406
2012-05-29 10:01hgbotStatusnew => resolved
2012-05-29 10:01hgbotResolutionopen => fixed
2012-05-29 10:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/6f6aeb05d3bdbf7afc1bffd7e7b4bc7b9b3897de [^]
2012-05-29 10:02hgbotCheckin
2012-05-29 10:02hgbotNote Added: 0049408
2012-05-29 15:53AugustoMauchNote Added: 0049432
2012-05-29 15:53AugustoMauchStatusresolved => closed
2012-05-29 15:53AugustoMauchFixed in Version => 3.0MP12
2012-05-30 18:13hudsonbotCheckin
2012-05-30 18:13hudsonbotNote Added: 0049503
2012-05-30 18:13hudsonbotCheckin
2012-05-30 18:13hudsonbotNote Added: 0049504
2012-06-12 13:50marvintmNote Added: 0049763
2012-06-12 13:50marvintmStatusclosed => new
2012-06-12 13:50marvintmResolutionfixed => open
2012-06-12 13:50marvintmFixed in Version3.0MP12 =>
2012-06-12 13:50marvintmWeb browserGoogle Chrome => Google Chrome
2012-06-12 13:50marvintmTypedefect => design defect
2012-06-12 14:03marvintmWeb browserGoogle Chrome => Google Chrome
2012-06-12 14:03marvintmPriorityimmediate => high
2012-06-12 15:49marvintmWeb browserGoogle Chrome => Google Chrome
2012-06-12 15:49marvintmTarget Version3.0MP12 =>
2012-09-24 17:40AugustoMauchWeb browserGoogle Chrome => Google Chrome
2012-09-24 17:40AugustoMauchNote Added: 0052358
2012-09-24 17:40AugustoMauchStatusnew => scheduled
2020-08-24 09:42joniturralde93Relationship addedrelated to 0044871

Notes
(0049406)
hgbot   
2012-05-29 10:01   
Repository: erp/devel/pi
Changeset: 6f6aeb05d3bdbf7afc1bffd7e7b4bc7b9b3897de
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue May 29 09:59:25 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6f6aeb05d3bdbf7afc1bffd7e7b4bc7b9b3897de [^]

Fixed issue 20455. Changed optimization level to avoid error.
This change will effectively disable optimization in the js engine. However, it doesn't really matter in our usage because the javascript which the engine needs to process is very simple, and this part represents a tiny amount of the total execution time of the callout processes, and at the same time, it's the only way to avoid the reported issue.

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
(0049408)
hgbot   
2012-05-29 10:02   
Repository: erp/devel/pi
Changeset: c29cfa7c9b71c28290102ca61bdad070db28187b
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue May 29 10:02:20 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c29cfa7c9b71c28290102ca61bdad070db28187b [^]

Related to issue 20455. Removed wrong debug line

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
(0049432)
AugustoMauch   
2012-05-29 15:53   
Code reviewed and verified in pi@faec5225c28a.
(0049503)
hudsonbot   
2012-05-30 18:13   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/3752a665362c [^]

Maturity status: Test
(0049504)
hudsonbot   
2012-05-30 18:13   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/3752a665362c [^]

Maturity status: Test
(0049763)
marvintm   
2012-06-12 13:50   
This change has been reverted, as it caused a problem (the results produced without optimization were different).
(0052358)
AugustoMauch   
2012-09-24 17:40   
Impact: mid
Plan: short