Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0027269Openbravo ERP09. Financial managementpublic2014-08-04 10:112014-08-12 20:57
umartirena 
dmiguelez 
highmajoralways
closedfixed 
5
 
3.0PR14Q4 
Sandrahuguet
Core
No
0027269: Compilation of modulescripts fails in APRM module
Compilation of modulescripts fails in APRM module because of UpdateReconciliationStatementProcessedValueData.java
Execute the following sentence in command line in Openbravo: ant compile.modulescript -Dmodule=org.openbravo.advpaymentmngt
See that the compilation fails
Delete UpdateReconciliationStatementProcessedValueData.java and compile again
No tags attached.
Issue History
2014-08-04 10:11umartirenaNew Issue
2014-08-04 10:11umartirenaAssigned To => dmiguelez
2014-08-04 10:11umartirenaModules => Core
2014-08-04 10:11umartirenaTriggers an Emergency Pack => No
2014-08-04 12:31umartirenaNote Added: 0069065
2014-08-11 14:29hgbotCheckin
2014-08-11 14:29hgbotNote Added: 0069296
2014-08-11 14:29hgbotStatusnew => resolved
2014-08-11 14:29hgbotResolutionopen => fixed
2014-08-11 14:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/1d904ddc173bc8bee83747b084ee119fef8010b4 [^]
2014-08-12 10:25SandrahuguetReview Assigned To => Sandrahuguet
2014-08-12 10:25SandrahuguetNote Added: 0069305
2014-08-12 10:25SandrahuguetStatusresolved => closed
2014-08-12 10:25SandrahuguetFixed in Version => 3.0PR14Q4
2014-08-12 20:57hudsonbotCheckin
2014-08-12 20:57hudsonbotNote Added: 0069326

Notes
(0069065)
umartirena   
2014-08-04 12:31   
This is the error message that throws the compilation:

[javac] Compiling 15 source files to /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/build/classes
    [javac] /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java:13: package org.openbravo.service.db does not exist
    [javac] import org.openbravo.service.db.QueryTimeOutUtil;
    [javac] ^
    [javac] /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java:62: cannot find symbol
    [javac] symbol : variable QueryTimeOutUtil
    [javac] location: class org.openbravo.advpaymentmngt.modulescript.UpdateReconciliationStatementProcessedValueData
    [javac] QueryTimeOutUtil.getInstance().setQueryTimeOut(st, profile);
    [javac] ^
    [javac] /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java:119: cannot find symbol
    [javac] symbol : variable QueryTimeOutUtil
    [javac] location: class org.openbravo.advpaymentmngt.modulescript.UpdateReconciliationStatementProcessedValueData
    [javac] QueryTimeOutUtil.getInstance().setQueryTimeOut(st, profile);
    [javac] ^
    [javac] /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java:156: cannot find symbol
    [javac] symbol : variable QueryTimeOutUtil
    [javac] location: class org.openbravo.advpaymentmngt.modulescript.UpdateReconciliationStatementProcessedValueData
    [javac] QueryTimeOutUtil.getInstance().setQueryTimeOut(st, profile);
    [javac] ^
    [javac] /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java:193: cannot find symbol
    [javac] symbol : variable QueryTimeOutUtil
    [javac] location: class org.openbravo.advpaymentmngt.modulescript.UpdateReconciliationStatementProcessedValueData
    [javac] QueryTimeOutUtil.getInstance().setQueryTimeOut(st, profile);
    [javac] ^
    [javac] 5 errors
(0069296)
hgbot   
2014-08-11 14:29   
Repository: erp/devel/pi
Changeset: 1d904ddc173bc8bee83747b084ee119fef8010b4
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Mon Aug 04 10:17:18 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1d904ddc173bc8bee83747b084ee119fef8010b4 [^]

Fixes bug 27269: Compilation of modulescripts fails in APRM module

---
M modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java
---
(0069305)
Sandrahuguet   
2014-08-12 10:25   
Code review + testing OK
(0069326)
hudsonbot   
2014-08-12 20:57   
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/f93c6f350902 [^]
Maturity status: Test