int-basic-oracle - Build # 771 - Unstable:

Check console output at https://ci.openbravo.com/job/int-basic-oracle/771/ to 
view the results.


Committers since last success:

Changes for Build #768

    Víctor Martínez Romanos <[email protected]> null
    Fixed bug 28956: Negative Cash VAT info when partially paying Credit Memo

When there was a partial payment in cash vat, the calculated percentage had the 
wrong sign (negative, when it should be possitive).
Thus the tax and taxable amounts had also the opposite sign.

The fix negates the invoice's grand total amount in case of a "reversal" 
document (i.e. Credit Memo), so the percentage, tax and taxable amounts are OK.

Note that the tax and taxable amount sign must honor the correspondent 
c_invoicetax record.
(See testlink test case: "[cashVATe180] Sales Invoice AR Credit Memo (Cash 
VAT). Partial Payment. Transaction account" for more info)


For fixing previous wrong data, a module script will be available in Cash VAT 
module 1.0.8 or higher
        src/org/openbravo/erpCommon/utility/CashVATUtil.java

    Víctor Martínez Romanos <[email protected]> null
    Related to issue 28956: Applied Openbravo's code format
        src/org/openbravo/erpCommon/utility/CashVATUtil.java

    Asier Lostalé <[email protected]> null
    fixed bug 28913: change type of scale from int to Integer

  To accept scale to be null
        src-db/database/lib/dbsourcemanager.jar

Changes for Build #769

    Gorka Ion Damián <[email protected]> null
    [reporting]Remove declaration of deleted js file.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationComponentProvider.java

    Gorka Ion Damián <[email protected]> null
    Fix db consistency int-dbcons-pgsql #1208
        
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_REPORT.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml

    Atul Gaware <[email protected]> null
    Fixes Issue 28914:Should be an option to use the UOM Standard precision for
production or not.

Flag is provided in Unit of Measurement window to decided whether ROUNDING is
to be done using StdPrecision or not, Default value is N. Based on the flag
Rounding is done in MA_PRODUCTIONRUN_STANDARD process.
        src-db/database/model/functions/MA_PRODUCTIONRUN_STANDARD.xml
        src-db/database/model/tables/C_UOM.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml

    Unai Martirena <[email protected]> null
    Fixes Bug 28962: Cost properly calculated for orphan lines in Cost 
Adjustments

The process was failing for orphan lines because it was trying to get the cost 
from a Purchase Price or an Standard Cost, and there is none. Before checking 
those two, the process now tries to find an Average Cost for that product on 
the movement date of the orphan line, and if it founds it assigns to the 
transaction.
        src/org/openbravo/costing/AverageCostAdjustment.java
        src/org/openbravo/costing/CostingAlgorithmAdjustmentImp.java

    Gorka Ion Damián <[email protected]> null
    Merge heads
      
    Gorka Ion Damián <[email protected]> null
    Fixed issue 26763. Merged pi-reporting project.

With this project it is enabled the posibility to execute reports defined as
Process Definitions.

More info in project page:
http://wiki.openbravo.com/wiki/Projects:Process_Definition_Reports
      
    Gorka Ion Damián <[email protected]> null
    [reporting]Add missing help/descriptions
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_ELEMENT.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TAB.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TABLE.xml
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java

    Gorka Ion Damián <[email protected]> null
    [reporting]Use existing private method to get temp folder.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java

    Gorka Ion Damián <[email protected]> null
    [reporting]Add spacer in reporting buttons.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

    Gorka Ion Damián <[email protected]> null
    [reporting] Add check constraint in obuiapp_report table.

Check constraint to force to define at least one template, PDF or XLS.
        
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_REPORT.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml

    Gorka Ion Damián <[email protected]> null
    Several improvements on Reporting after code review

- Implement a Semaphore to allow for a max number of concurrent report
  executions instead of a single thread. The max number is defaulted to 3 but
  can be customized by a System preference.
- Improve report definition UI: Add a display logic on XLS Template field and
  a callout to set the default ActionHandler for reports.
- Improve help, javadoc and logging with better messages.
- Temporal output file is stored in the system temp folder with a random name
  based on uuid to avoid name collisions.
- Remove the dependency to ReportDefinition of ReportingUtils class.
- Add current client and readable organizations to the default parameters sent
  to the Jasper Report.
- Move the Process Definition button status handling logic to a common
  function in ob-parameter-window-view.js
- Only create the Process Definition buttons when are needed.
- Move the process definition Action to ob-parameter-window-view.js file.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportSemaphoreHandling.java
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_REF_LIST.xml
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-form.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-onchange-functions.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-action-def.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/report/ob-reporting-action.js

    Gorka Ion Damián <[email protected]> null
    Merge with pi 1f7a0de3d9ae
      
    Rafa de Miguel <[email protected]> null
    [Reporting] Fix Bug: Error in Module Trigger
        
modules/org.openbravo.client.application/src-db/database/model/triggers/OBUIAPP_REPORT_MOD_TRG.xml

    Rafa de Miguel <[email protected]> null
    [Reporting] Fix Bug: Always taking PDF template
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java

    Gorka Ion Damián <[email protected]> null
    [Reporting]Export to sourcedata OBUIAPP_Report table.
        
modules/org.openbravo.client.application/src-db/database/model/triggers/OBUIAPP_REPORT_MOD_TRG.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_DATASET_TABLE.xml

    Gorka Ion Damián <[email protected]> null
    [reporting] Several fixes

* Fix issue enabling export buttons when mandatory fields are set.
* Remove duplicated obcontext parameter
* Change visibility of method to be able to override it
* Add missing messages
* Fix export warning of missing identifier
* Report tab opens on Form mode by default.
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TAB.xml
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-form.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js

    Gorka Ion Damián <[email protected]> null
    [reporting] Implemented XLS Export using JExcelApiExporter.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java

    Gorka Ion Damián <[email protected]> null
    [reporting]Fix issues in BaseReportActionHandler

- Properly set the error message
- Use the XLS JR Template when exporting to excel
- Allow to retry execution when there is an error
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java

    Gorka Ion Damián <[email protected]> null
    [Reporting]Fix potential NPE error in log.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java

    Gorka Ion Damián <[email protected]> null
    [Reporting]Add log to ReportingUtils.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java

    Gorka Ion Damián <[email protected]> null
    [reporting] Base implementation of reporting ui pattern in Process 
Definition

- Added new UI Pattern "Report" and a new tab for its definitions
- Added a BaseReportActionHandler to generate the reports
        
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_REPORT.xml
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/report/ob-reporting-action.js
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_ELEMENT.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_REF_LIST.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TAB.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TABLE.xml
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationComponentProvider.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-pick-and-execute-view-window.js.ftl
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/ParameterWindowComponent.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

Changes for Build #770

    Unai Martirena <[email protected]> null
    Related to bug 28111,related to bug 28951: Fix on oncreatedefault

oncreatedefault statement of dateacct has been changed in order to work both in 
oracle and postgres with different date formats.
Also to_date has been removed from background process in order to allways the 
filter work.
        src-db/database/model/tables/M_TRANSACTION_COST.xml
        src/org/openbravo/costing/InitializeCostingMTransCostDateacct_data.xsql

    Atul Gaware <[email protected]> null
    Fixes Issue 28967:Business Partner dimension is not taken into account in
G/L Journal lines

Wrongly written C_BPARTNERr_ID instead of C_BPARTNER_ID
        src/org/openbravo/erpCommon/ad_forms/DocLineGLJournal_data.xsql

    Asier Lostalé <[email protected]> null
    fixed issue 28930 fixed issue 28936

  * Included Logs Clean Up Utility module in distribution
  * Implemented Datasets For Default Data

    More details:
      
http://wiki.openbravo.com/wiki/Projects:Include_Logs_Clean_Up_Utility_In_Distribution
      http://wiki.openbravo.com/wiki/Projects:Datasets_For_Default_Data
      
    Asier Lostalé <[email protected]> null
    [logs] ad_process_request remove every 15 days
        
modules/org.openbravo.utility.cleanup.log/referencedata/standard/Log_Clean_Up_Default_Configuration.xml

    Asier Lostalé <[email protected]> null
    [logs] merge
      
    Asier Lostalé <[email protected]> null
    [defaults-ds] add default tags to xml only when it is true

  preventing in this manner changes in rest xml
        src/org/openbravo/dal/xml/EntityXMLConverter.java

    Asier Lostalé <[email protected]> null
    [defaults-ds] fixed run.test to properly copy xml files
        src-test/build.xml

    Asier Lostalé <[email protected]> null
    [defaults-ds] added is default values dataset column
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_DATASET.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_DATASET.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_DATASET.xml

    Asier Lostalé <[email protected]> null
    [logs] log config menu entry is under process scheduling
        src-db/database/sourcedata/AD_TREENODE.xml

    Asier Lostalé <[email protected]> null
    [logs] added tab help+desc
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_TAB.xml

    Asier Lostalé <[email protected]> null
    [logs] log config menu entry is under process scheduling
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_TREENODE.xml

    Asier Lostalé <[email protected]> null
    [logs] added new module to .classpath.template for eclipse
        .classpath.template

    Asier Lostalé <[email protected]> null
    [logs] javadoc + comments
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/CleanEntity.java
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [logs] fixed module dependency
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml

    Asier Lostalé <[email protected]> null
    [logs] removed update info
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml

    Asier Lostalé <[email protected]> null
    [logs] define reference data in module
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml

    Asier Lostalé <[email protected]> null
    [logs] default config: delete only completed processes
        
modules/org.openbravo.utility.cleanup.log/referencedata/standard/Log_Clean_Up_Default_Configuration.xml

    Asier Lostalé <[email protected]> null
    [logs] improved total deletion message
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [logs] truncate tables Oracle compatibility

  Oracle can handle only one trable truncation at a time
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [logs] don't execute truncate if there is no tables to truncate
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [logs] log error message if couldn't execute a single query
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/CleanEntity.java

    Asier Lostalé <[email protected]> null
    [logs] updated default configuration
        
modules/org.openbravo.utility.cleanup.log/referencedata/standard/Log_Clean_Up_Default_Configuration.xml

    Asier Lostalé <[email protected]> null
    [logs] prevent concurrent executions of cleanup process
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_PROCESS.xml

    Asier Lostalé <[email protected]> null
    [logs] optionally, trucate tables
        
modules/org.openbravo.utility.cleanup.log/src-db/database/model/tables/OBULOG_CONFIG.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_ELEMENT.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [logs] removed unneeded code
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [logs] execute vacuum full analyze in PG for tables with deletions
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [logs] commit per table deletion
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [logs] pi merge
      
    Asier Lostalé <[email protected]> null
    [logs] calculate total deletions
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/CleanEntity.java
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [logs] clean up module depends on current core
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml

    Asier Lostalé <[email protected]> null
    [logs] added log clean up module to distribution
        
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml

    Asier Lostalé <[email protected]> null
    [defaults-ds] added new test case to suites
        src-test/src/org/openbravo/test/AllAntTaskTests.java
        src-test/src/org/openbravo/test/AllQuickAntTaskTests.java
        src-test/src/org/openbravo/test/AllTests.java
        src-test/src/org/openbravo/test/AntTaskTests.java

    Asier Lostalé <[email protected]> null
    [logs] added default configuration data set
        
modules/org.openbravo.utility.cleanup.log/referencedata/standard/Log_Clean_Up_Default_Configuration.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_DATASET.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_DATASET_TABLE.xml

    Asier Lostalé <[email protected]> null
    [defaults-ds][logs] added test cases for default datesets
        src-test/src/org/openbravo/test/xml/DefaultsDataset.java
        src-test/src/org/openbravo/test/xml/testdata/dds01.xml
        src-test/src/org/openbravo/test/xml/testdata/dds02.xml

    Asier Lostalé <[email protected]> null
    [logs] adding new core fields to logs module
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MENU.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_PROCESS.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_TAB.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_TABLE.xml

    Asier Lostalé <[email protected]> null
    [logs] using proper package
        
modules/org.openbravo.utility.cleanup.log/src-db/database/model/tables/OBULOG_CONFIG.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_ELEMENT.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MENU.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_PACKAGE.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_PROCESS.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_TAB.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_TABLE.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_TREENODE.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_WINDOW.xml
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/CleanEntity.java
        
modules/org.openbravo.utility.cleanup.log/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/model/tables/OBULOG_CONFIG.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_ELEMENT.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MENU.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_PACKAGE.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_PROCESS.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_TAB.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_TABLE.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_TREENODE.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_WINDOW.xml
        
modules/org.openbravo.utility.cleanup.logs/src/org/openbravo/utility/cleanup/log/CleanEntity.java
        
modules/org.openbravo.utility.cleanup.logs/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [defaults-ds] when importing a dataset take into account if it is for 
defaults

  if so, do insert of new rows but don't update existing ones
        src/org/openbravo/dal/xml/XMLEntityConverter.java

    Asier Lostalé <[email protected]> null
    [defaults-ds] export in dataset attribute to denote if it is for defaults
        src/org/openbravo/dal/xml/EntityXMLConverter.java
        src/org/openbravo/dal/xml/XMLConstants.java
        src/org/openbravo/service/db/DataExportService.java

    Asier Lostalé <[email protected]> null
    [defaults-ds] code cleanup: no need to check if ds is null

  removed uneeded validation, even current code would fail if ds is null anyway
        src/org/openbravo/service/db/DataExportService.java

    Asier Lostalé <[email protected]> null
    [defaults-ds] added DB/AD infrastructure to define a dataset as default 
values
        src-db/database/model/tables/AD_DATASET.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_DATASET.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml

    Asier Lostalé <[email protected]> null
    [logs] pi merge
      
    Asier Lostalé <[email protected]> null
    [logs] version 1.0.1
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MODULE.xml

    Asier Lostalé <[email protected]> null
    [logs] added new core field
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_TAB.xml

    Asier Lostalé <[email protected]> null
    [logs] fixed bug 25391: fixed constraint to work in Oracle
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/model/tables/OBULOG_CONFIG.xml

    Asier Lostalé <[email protected]> null
    [logs] java doc
        
modules/org.openbravo.utility.cleanup.logs/src/org/openbravo/utility/cleanup/log/CleanEntity.java
        
modules/org.openbravo.utility.cleanup.logs/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [logs] forge info
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MODULE.xml

    Asier Lostalé <[email protected]> null
    [logs] obpl license
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.utility.cleanup.logs/src/org/openbravo/utility/cleanup/log/CleanEntity.java
        
modules/org.openbravo.utility.cleanup.logs/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

    Asier Lostalé <[email protected]> null
    [logs] session tables require at least of 30 days
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/model/tables/OBULOG_CONFIG.xml

    Asier Lostalé <[email protected]> null
    [logs] perform clean up
        
modules/org.openbravo.utility.cleanup.logs/src/org/openbravo/utility/cleanup/log/CleanEntity.java

    Asier Lostalé <[email protected]> null
    [logs] help + descriptions
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_ELEMENT.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MENU.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_WINDOW.xml

    Asier Lostalé <[email protected]> null
    [logs] adding Logs Clean Up module defintion into Openbravo 3 distribution
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/model/tables/OBULOG_CONFIG.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_ELEMENT.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MENU.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_PACKAGE.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_PROCESS.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_TAB.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_TABLE.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_TREENODE.xml
        
modules/org.openbravo.utility.cleanup.logs/src-db/database/sourcedata/AD_WINDOW.xml
        
modules/org.openbravo.utility.cleanup.logs/src/org/openbravo/utility/cleanup/log/CleanEntity.java
        
modules/org.openbravo.utility.cleanup.logs/src/org/openbravo/utility/cleanup/log/LogCleanUpProcess.java

Changes for Build #771

    Gorka Ion Damián <[email protected]> null
    Fixed issue 28981. Use hanldeButtonsStatus() function

Instead of enabling disabling all the buttons the handleButtonsStatus()
function has to be used. This function checks the buttons that are available
so only the buttons that have been created are enabled or disabled.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js

    Unai Martirena <[email protected]> null
    Related to bug 28111,related to bug 28951: Fix on where clause

Filter m_transaction_cost records in Costing Background process using same 
dateformat that has been used in oncreatedefault to insert values
        src/org/openbravo/costing/InitializeCostingMTransCostDateacct_data.xsql

    Asier Lostalé <[email protected]> null
    fixed bug 28438: Property fields cannot be included in validations

  A new syntax has been defined to use property fields within validation rules.

  More information on how to use it:
   
http://wiki.openbravo.com/wiki/How_to_use_property_fields#Using_in_validation_rules
        src/org/openbravo/erpCommon/utility/Utility.java




Last 20 lines of the console output:

[...truncated 20947 lines...]
executing script 'Check log'
[int-basic-oracle] $ /bin/bash /tmp/build_step_template2844553197883770782.sh 
ENABLE
DEBUG: Check log called with parameters: ENABLED=

Errors in openbravo.log:
2015-02-18 20:16:28,737 [TP-Processor6] ERROR 
org.openbravo.base.exception.OBException - @APRM_INVALID_TRANSACTION@
2015-02-18 20:16:28,744 [TP-Processor6] ERROR 
org.openbravo.service.json.DefaultJsonDataService - @APRM_INVALID_TRANSACTION@
2015-02-18 20:16:47,824 [TP-Processor6] ERROR 
org.openbravo.advpaymentmngt.process.FIN_TransactionProcess - 

Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
/srv/ci/workspace/int-basic-oracle/SANDBOX/openbravo.log:
2015-02-18 20:16:28,737 [TP-Processor6] ERROR 
org.openbravo.base.exception.OBException - @APRM_INVALID_TRANSACTION@
2015-02-18 20:16:28,744 [TP-Processor6] ERROR 
org.openbravo.service.json.DefaultJsonDataService - @APRM_INVALID_TRANSACTION@
2015-02-18 20:16:47,824 [TP-Processor6] ERROR 
org.openbravo.advpaymentmngt.process.FIN_TransactionProcess - 
Build step 'Jenkins Text Finder' changed build result to UNSTABLE
Email was triggered for: Unstable
Sending email for trigger: Unstable
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to