Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026010Openbravo ERPA. Platformpublic2014-03-14 19:222014-03-16 06:20
AugustoMauch 
AugustoMauch 
immediatecriticalhave not tried
closedfixed 
5
 
3.0PR14Q2 
shankarb
Core
Automated tests
2014-03-05
https://code.openbravo.com/erp/devel/pi/rev/1ea574e6513ced497aaa66952a0eb3ff48525669 [^]
No
0026010: The int-full-oracle-compile-all and full-pgsql-compile-all are failing
The int-full-oracle-compile-all and full-pgsql-compile-all are failing.

See http://ci.openbravo.com/view/All/job/int-full-oracle-compile-all/86/consoleText. [^] This error is shown:

compileSqlc:
    [javac] Compiling 1529 source files to /srv/ci/workspace/int-full-oracle-compile-all/build/classes
    [javac] Compiling 569 source files to /srv/ci/workspace/int-full-oracle-compile-all/build/classes
    [javac] Compiling 1139 source files to /srv/ci/workspace/int-full-oracle-compile-all/build/classes
    [javac] /srv/ci/workspace/int-full-oracle-compile-all/srcAD/org/openbravo/erpWindows/Reference/TreeField.java:924: cannot find symbol
    [javac] symbol : variable adOrgId
    [javac] location: class org.openbravo.erpWindows.Reference.TreeFieldData
    [javac] if (Utility.isElementInList(Utility.getContext(this, vars, "#User_Client", windowId, accesslevel),data.adClientId) && Utility.isElementInList(Utility.getContext(this, vars, "#User_Org", windowId, accesslevel),data.adOrgId)){
    [javac] ^
    [javac] /srv/ci/workspace/int-full-oracle-compile-all/srcAD/org/openbravo/erpWindows/Reference/TreeReference.java:944: cannot find symbol
    [javac] symbol : variable adOrgId
    [javac] location: class org.openbravo.erpWindows.Reference.TreeReferenceData
    [javac] if (Utility.isElementInList(Utility.getContext(this, vars, "#User_Client", windowId, accesslevel),data.adClientId) && Utility.isElementInList(Utility.getContext(this, vars, "#User_Org", windowId, accesslevel),data.adOrgId)){
    [javac] ^
    [javac] /srv/ci/workspace/int-full-oracle-compile-all/srcAD/org/openbravo/erpWindows/TablesandColumns/TableTreeCategory.java:940: cannot find symbol
    [javac] symbol : variable adOrgId
    [javac] location: class org.openbravo.erpWindows.TablesandColumns.TableTreeCategoryData
    [javac] if (Utility.isElementInList(Utility.getContext(this, vars, "#User_Client", windowId, accesslevel),data.adClientId) && Utility.isElementInList(Utility.getContext(this, vars, "#User_Org", windowId, accesslevel),data.adOrgId)){
    [javac] ^
    [javac] 3 errors
- Execute ant compile.complete -Dwad.generateAllClassic250Windows=true
No tags attached.
Issue History
2014-03-14 19:22AugustoMauchNew Issue
2014-03-14 19:22AugustoMauchAssigned To => AugustoMauch
2014-03-14 19:22AugustoMauchModules => Core
2014-03-14 19:22AugustoMauchTriggers an Emergency Pack => No
2014-03-14 19:24AugustoMauchRegression level => Automated tests
2014-03-14 19:24AugustoMauchRegression date => 2014-03-05
2014-03-14 19:24AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/1ea574e6513ced497aaa66952a0eb3ff48525669 [^]
2014-03-14 19:30AugustoMauchIssue Monitored: shankarb
2014-03-14 19:30AugustoMauchReview Assigned To => shankarb
2014-03-14 19:34hgbotCheckin
2014-03-14 19:34hgbotNote Added: 0065169
2014-03-14 19:34hgbotStatusnew => resolved
2014-03-14 19:34hgbotResolutionopen => fixed
2014-03-14 19:34hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d7843bd87a36b8c04f1af210c43bdac5290a5d73 [^]
2014-03-15 03:05hudsonbotCheckin
2014-03-15 03:05hudsonbotNote Added: 0065189
2014-03-16 06:20shankarbNote Added: 0065199
2014-03-16 06:20shankarbStatusresolved => closed
2014-03-16 06:20shankarbFixed in Version => PR14Q2

Notes
(0065169)
hgbot   
2014-03-14 19:34   
Repository: erp/devel/pi
Changeset: d7843bd87a36b8c04f1af210c43bdac5290a5d73
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Mar 14 19:34:23 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d7843bd87a36b8c04f1af210c43bdac5290a5d73 [^]

Fixes issue 26010: Fixes int-full-oracle/pgsql-compile-all tests

The problem was that three tabs had been added that did not have an organization field.

---
M src-db/database/sourcedata/AD_FIELD.xml
---
(0065189)
hudsonbot   
2014-03-15 03:05   
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/8396ec753aec [^]
Maturity status: Test
(0065199)
shankarb   
2014-03-16 06:20   
Code reviewed and verified in pi changeset 09baf685138e.