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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0026010
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformcriticalhave not tried2014-03-14 19:222014-03-16 06:20
ReporterAugustoMauchView Statuspublic 
Assigned ToAugustoMauch 
PriorityimmediateResolutionfixedFixed in Version3.0PR14Q2
StatusclosedFix in branchFixed in SCM revisiond7843bd87a36
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toshankarb
Web browser
ModulesCore
Regression levelAutomated tests
Regression date2014-03-05
Regression introduced in release
Regression introduced by commithttps://code.openbravo.com/erp/devel/pi/rev/1ea574e6513ced497aaa66952a0eb3ff48525669 [^]
Triggers an Emergency PackNo
Summary

0026010: The int-full-oracle-compile-all and full-pgsql-compile-all are failing

DescriptionThe 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
Steps To Reproduce- Execute ant compile.complete -Dwad.generateAllClassic250Windows=true
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0065169)
hgbot (developer)
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 (developer)
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 (reporter)
2014-03-16 06:20

Code reviewed and verified in pi changeset 09baf685138e.

- Issue History
Date Modified Username Field Change
2014-03-14 19:22 AugustoMauch New Issue
2014-03-14 19:22 AugustoMauch Assigned To => AugustoMauch
2014-03-14 19:22 AugustoMauch Modules => Core
2014-03-14 19:22 AugustoMauch Triggers an Emergency Pack => No
2014-03-14 19:24 AugustoMauch Regression level => Automated tests
2014-03-14 19:24 AugustoMauch Regression date => 2014-03-05
2014-03-14 19:24 AugustoMauch Regression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/1ea574e6513ced497aaa66952a0eb3ff48525669 [^]
2014-03-14 19:30 AugustoMauch Issue Monitored: shankarb
2014-03-14 19:30 AugustoMauch Review Assigned To => shankarb
2014-03-14 19:34 hgbot Checkin
2014-03-14 19:34 hgbot Note Added: 0065169
2014-03-14 19:34 hgbot Status new => resolved
2014-03-14 19:34 hgbot Resolution open => fixed
2014-03-14 19:34 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d7843bd87a36b8c04f1af210c43bdac5290a5d73 [^]
2014-03-15 03:05 hudsonbot Checkin
2014-03-15 03:05 hudsonbot Note Added: 0065189
2014-03-16 06:20 shankarb Note Added: 0065199
2014-03-16 06:20 shankarb Status resolved => closed
2014-03-16 06:20 shankarb Fixed in Version => PR14Q2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker