Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0020455
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Openbravo ERP] A. Platformmajoralways2012-05-09 12:292012-09-24 17:40
ReporterjecharriView Statuspublic 
Assigned Tomarvintm 
PriorityhighResolutionopenFixed in Version
StatusscheduledFix in branchFixed in SCM revision6f6aeb05d3bd
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browserGoogle Chrome
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0020455: When you have one combotabledata with a big quantity of data inside a callout the callout breaks

DescriptionWhen you have one combotabledata with a big quantity of data inside a callout the callout breaks.

Steps To ReproduceSupose 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)
Proposed SolutionModifie de FIC (add next line in line 1376)
cx.setOptimizationLevel(-1);

or change the SE_ORDER_BPARTNER callout
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0044871 closedplatform Callout SE_Invoice_BPartner doesn't work when there is too much data 

-  Notes
(0049406)
hgbot (developer)
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 (developer)
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 (manager)
2012-05-29 15:53

Code reviewed and verified in pi@faec5225c28a.
(0049503)
hudsonbot (developer)
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 (developer)
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 (developer)
2012-06-12 13:50

This change has been reverted, as it caused a problem (the results produced without optimization were different).
(0052358)
AugustoMauch (manager)
2012-09-24 17:40

Impact: mid
Plan: short

- Issue History
Date Modified Username Field Change
2012-05-09 12:29 jecharri New Issue
2012-05-09 12:29 jecharri Assigned To => alostale
2012-05-09 12:29 jecharri Web browser => Google Chrome
2012-05-09 12:29 jecharri Modules => Core
2012-05-09 12:29 jecharri Resolution time => 1337119200
2012-05-09 12:29 jecharri Web browser Google Chrome => Google Chrome
2012-05-09 12:29 jecharri Proposed Solution updated
2012-05-09 13:38 alostale Assigned To alostale => marvintm
2012-05-29 10:01 hgbot Checkin
2012-05-29 10:01 hgbot Note Added: 0049406
2012-05-29 10:01 hgbot Status new => resolved
2012-05-29 10:01 hgbot Resolution open => fixed
2012-05-29 10:01 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/6f6aeb05d3bdbf7afc1bffd7e7b4bc7b9b3897de [^]
2012-05-29 10:02 hgbot Checkin
2012-05-29 10:02 hgbot Note Added: 0049408
2012-05-29 15:53 AugustoMauch Note Added: 0049432
2012-05-29 15:53 AugustoMauch Status resolved => closed
2012-05-29 15:53 AugustoMauch Fixed in Version => 3.0MP12
2012-05-30 18:13 hudsonbot Checkin
2012-05-30 18:13 hudsonbot Note Added: 0049503
2012-05-30 18:13 hudsonbot Checkin
2012-05-30 18:13 hudsonbot Note Added: 0049504
2012-06-12 13:50 marvintm Note Added: 0049763
2012-06-12 13:50 marvintm Status closed => new
2012-06-12 13:50 marvintm Resolution fixed => open
2012-06-12 13:50 marvintm Fixed in Version 3.0MP12 =>
2012-06-12 13:50 marvintm Web browser Google Chrome => Google Chrome
2012-06-12 13:50 marvintm Type defect => design defect
2012-06-12 14:03 marvintm Web browser Google Chrome => Google Chrome
2012-06-12 14:03 marvintm Priority immediate => high
2012-06-12 15:49 marvintm Web browser Google Chrome => Google Chrome
2012-06-12 15:49 marvintm Target Version 3.0MP12 =>
2012-09-24 17:40 AugustoMauch Web browser Google Chrome => Google Chrome
2012-09-24 17:40 AugustoMauch Note Added: 0052358
2012-09-24 17:40 AugustoMauch Status new => scheduled
2020-08-24 09:42 joniturralde93 Relationship added related to 0044871


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker