int-initial-pgsql - Build # 839 - Unstable:

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


Committers since last success:

Changes for Build #839

    Augusto Mauch <[email protected]> null
    Fixes issue 29174: Changes the way summary fields work in widgets

Before this issue [1] was fixed, widget summary fields were computed in the 
front end, even if the grid had not loaded all the records. This behaviour was 
wrong, and to fix that issue i
t was decided to compute the summary fields in the backend, the same way it is 
done in standard grids.

The problem is that widget summary fields that used to show results before 
fixing [1] (remember that the result that were shown were not valid) do no 
longer work now, as it is not possi
ble to create a HQL to compute them in the server side. There were three types 
of summary fields that were not working:
  a) Those based on columns that had an alias in the HQL clause
  b) Those based on columns defined by a subquery
  c) Those based on columns defined in the HQL clase with a summary function

Columns defined like a) are now supported. In order to work they must have a 
proper value in its Where Clause Left Part field. Columns defined like b) and 
c) are now no longer supported
. If there is a column of these types in a widget, none of  its summary fields 
will be shown, and a message will be shown in the log.

[1] https://issues.openbravo.com/view.php?id=26992
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListDataSource.java




Last 20 lines of the console output:

[...truncated 7310 lines...]
   ...done.

executing script 'Check log'
[int-initial-pgsql] $ /bin/bash /tmp/build_step_template7792964183784758866.sh 
ENABLE
DEBUG: Check log called with parameters: ENABLED=

Errors in openbravo.log:
b3e0edee 2015-03-18 00:36:52,748 [DefaultQuartzScheduler_Worker-2] ERROR 
org.openbravo.database.ConnectionProviderImpl - Error getting connection
b3e0edee 2015-03-18 00:36:52,757 [DefaultQuartzScheduler_Worker-2] ERROR 
org.openbravo.erpCommon.ad_process.AcctServerProcess - 
@CODE=NoConnectionAvailable

Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
/srv/ci/workspace/int-initial-pgsql/SANDBOX/openbravo.log:
b3e0edee 2015-03-18 00:36:52,748 [DefaultQuartzScheduler_Worker-2] ERROR 
org.openbravo.database.ConnectionProviderImpl - Error getting connection
b3e0edee 2015-03-18 00:36:52,757 [DefaultQuartzScheduler_Worker-2] ERROR 
org.openbravo.erpCommon.ad_process.AcctServerProcess - 
@CODE=NoConnectionAvailable
Build step 'Jenkins Text Finder' changed build result to UNSTABLE
Email was triggered for: Unstable
Sending email for trigger: Unstable
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to