int-gui-pgsql - Build # 845 - Unstable:

Check console output at https://ci.openbravo.com/job/int-gui-pgsql/845/ to view 
the results.


Committers since last success:

Changes for Build #845

    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




Last 20 lines of the console output:

[...truncated 12849 lines...]
2015-02-17 20:52:22,825 [TP-Processor2] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 20:53:18,740 [TP-Processor7] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 20:54:20,243 [TP-Processor7] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 20:55:45,796 [TP-Processor10] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 20:57:06,451 [TP-Processor2] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 20:58:14,871 [TP-Processor11] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 20:59:35,465 [TP-Processor12] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 21:00:57,170 [TP-Processor2] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 21:02:33,279 [TP-Processor2] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 21:04:06,481 [TP-Processor3] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 21:04:59,726 [TP-Processor16] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 21:06:00,145 [TP-Processor6] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 21:07:11,432 [TP-Processor12] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 21:08:21,993 [TP-Processor12] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 21:09:48,776 [TP-Processor2] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
2015-02-17 21:11:23,775 [TP-Processor3] ERROR 
org.openbravo.client.kernel.StaticResourceComponent - 
/var/lib/tomcat/webapps/int-gui-pgsql/web/org.openbravo.client.application/js/report/ob-reporting-action.js
 cannot be read
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