Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017627Openbravo ERPA. Platformpublic2011-06-06 12:052011-06-23 16:24
jonalegriaesarte 
alostale 
highminoralways
closedfixed 
5
2.50MP30 
2.50MP322.50MP31 
Core
No
0017627: When creating a large number of processes in the application a compilation error appears
When creating a large number of processes in the application a compilation error appears:


compileSqlc:
[javac] Compiling 97 source files to /opt/OpenbravoERP/build/classes
[javac] Compiling 3 source files to /opt/OpenbravoERP/build/classes
[javac]
/opt/OpenbravoERP/srcAD/org/openbravo/erpCommon/ad_actionButton/ActionButton_Responser.java:26:
code too large
[javac] public void doPost (HttpServletRequest request, HttpServletResponse
response) throws IOException,ServletException {
[javac] ^
[javac] 1 error

The number of processes is 250. We could provide a VM where the error is reproduced.
- Create a large number of processes.
- Compile de application
No tags attached.
blocks defect 00175022.50MP32 closed alostale When creating a large number of processes in the application a compilation error appears 
Issue History
2011-06-13 17:48alostaleTypedefect => backport
2011-06-13 17:48alostalefix_in_branch => 2.50
2011-06-13 17:59hgbotCheckin
2011-06-13 17:59hgbotNote Added: 0038316
2011-06-13 17:59hgbotStatusscheduled => resolved
2011-06-13 17:59hgbotResolutionopen => fixed
2011-06-13 17:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/7930c1e3dda970b54a4d3c815acbc69b6486cfa0 [^]
2011-06-23 16:24jonalegriaesarteNote Added: 0038517
2011-06-23 16:24jonalegriaesarteStatusresolved => closed
2011-06-23 16:24jonalegriaesarteFixed in Version => 2.50MP31

Notes
(0038316)
hgbot   
2011-06-13 17:59   
Repository: erp/stable/2.50
Changeset: 7930c1e3dda970b54a4d3c815acbc69b6486cfa0
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Jun 13 17:58:52 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/7930c1e3dda970b54a4d3c815acbc69b6486cfa0 [^]

fixed bug 17627: Compilation error having large number of processes

---
M src-wad/src/org/openbravo/wad/ActionButtonJava_Responser.javaxml
M src-wad/src/org/openbravo/wad/ActionButtonJava_Responser.xml
M src-wad/src/org/openbravo/wad/ActionButton_Responser.javaxml
M src-wad/src/org/openbravo/wad/ActionButton_Responser.xml
M src-wad/src/org/openbravo/wad/Wad.java
M src-wad/src/org/openbravo/wad/WadActionButton.java
---
(0038517)
jonalegriaesarte   
2011-06-23 16:24   
Verified