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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027269
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2014-08-04 10:112014-08-12 20:57
ReporterumartirenaView Statuspublic 
Assigned Todmiguelez 
PriorityhighResolutionfixedFixed in Version3.0PR14Q4
StatusclosedFix in branchFixed in SCM revision1d904ddc173b
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned ToSandrahuguet
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0027269: Compilation of modulescripts fails in APRM module

DescriptionCompilation of modulescripts fails in APRM module because of UpdateReconciliationStatementProcessedValueData.java
Steps To ReproduceExecute the following sentence in command line in Openbravo: ant compile.modulescript -Dmodule=org.openbravo.advpaymentmngt
See that the compilation fails
Proposed SolutionDelete UpdateReconciliationStatementProcessedValueData.java and compile again
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0069065)
umartirena (reporter)
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 (developer)
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 (developer)
2014-08-12 10:25

Code review + testing OK
(0069326)
hudsonbot (developer)
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

- Issue History
Date Modified Username Field Change
2014-08-04 10:11 umartirena New Issue
2014-08-04 10:11 umartirena Assigned To => dmiguelez
2014-08-04 10:11 umartirena Modules => Core
2014-08-04 10:11 umartirena Triggers an Emergency Pack => No
2014-08-04 12:31 umartirena Note Added: 0069065
2014-08-11 14:29 hgbot Checkin
2014-08-11 14:29 hgbot Note Added: 0069296
2014-08-11 14:29 hgbot Status new => resolved
2014-08-11 14:29 hgbot Resolution open => fixed
2014-08-11 14:29 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/1d904ddc173bc8bee83747b084ee119fef8010b4 [^]
2014-08-12 10:25 Sandrahuguet Review Assigned To => Sandrahuguet
2014-08-12 10:25 Sandrahuguet Note Added: 0069305
2014-08-12 10:25 Sandrahuguet Status resolved => closed
2014-08-12 10:25 Sandrahuguet Fixed in Version => 3.0PR14Q4
2014-08-12 20:57 hudsonbot Checkin
2014-08-12 20:57 hudsonbot Note Added: 0069326


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker