int-initial-pgsql - Build # 1548 - Fixed:

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


Committers since last success:

Changes for Build #1547
No changes

Changes for Build #1548

    RM packaging bot <[email protected]> null
    Merge back from main
      
    RM packaging bot <[email protected]> null
    Merge temporary head for 3.0PR16Q2.1
      
    RM packaging bot <[email protected]> null
    Added signature for changeset ac4b84085793
        .hgsigs

    RM packaging bot <[email protected]> null
    Added tag 3.0PR16Q2.1 for changeset 7667e8781815
        .hgtags

    RM packaging bot <[email protected]> null
    Update AD_MODULE version to 3.0PR16Q2.1
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.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_DEPENDENCY.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        src-db/database/sourcedata/AD_MODULE.xml

    Stefan Hühner <[email protected]> null
    fixed issue 33434: SqlC does execute all queries at compile time

  SqlC does execute all select queries at compile time when it is processing
  xsql files.

  Technically that is needed to get the number, names & data-types of the 
columns
  in the result as that info is used to generate the fields and data-reading 
code
  in the to be generated java file.

  However the jdbc spec does have a optional method to get that same information
  for a query without executing it.

  As this method is supported in current jdbc drivers for both Oracle and 
PostgreSQL,
  now it is used instead of executing the whole queries.
        src-core/src/org/openbravo/data/Sqlc.java

    Jorge Garcia <[email protected]> null
    Fixed issue 33420: Sometimes synchronization of the syncmodels are failing
when returning back from offline

Added a new column in c_import_entry table wich contains the timestamp in
miliseconds of the import entry.

With this new value, the import entry records are filtered.
        src-db/database/model/tables/C_IMPORT_ENTRY.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src/org/openbravo/service/importprocess/ImportEntryManager.java

    sanjota <[email protected]> null
    Fixes issue 33387: Wrong Storage Bin in Goods Receipt Lines

In some cases, when you create a goods receipt line the storage bin's defaul 
value don't belongs to the warehouse defined in the header.
        src-db/database/sourcedata/AD_AUXILIARINPUT.xml

    Alvaro Ferraz <[email protected]> null
    Related to issue 33380: Code review improvements
        src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java
        src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java

    sanjota <[email protected]> null
    Fixes issue 33380: Error! tag shown instead of Organization

Error! tag shown instead of Organization in Initial Organization Setup success 
message.
        src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java
        src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java

    Alvaro Ferraz <[email protected]> null
    Related to issue 33361: Update copyright
        src/org/openbravo/erpCommon/utility/CashVATUtil.java

    Víctor Martínez Romanos <[email protected]> null
    Fixed issue 33361: Cash VAT accounting with several ledgers

Comparing objects was wrongly done using equals instead of comparing by the ID.
The iteration for the first accounting schema worked fine, but the next ones 
were identified as other objects (although the record ID was the same).
Now the comparation is done using the ID.
        src/org/openbravo/erpCommon/utility/CashVATUtil.java

    Mark <[email protected]> null
    Fixes issue 33349: Allow to Void a NOT PAID invoice, logged as * 
organization

Was avoid the Error when trying to Void a NOT PAID invoice, logged with * 
organization. The payment detail takes the organization from the payment 
schedule details organization.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ProcessInvoice.java

    Alvaro Ferraz <[email protected]> null
    Related to issue 33309: Code review improvements

Use FIN_Payment_ScheduleDetail instead of e to avoid errors when compiling in 
2.50 mode.
        src-db/database/sourcedata/AD_TAB.xml

    Mark <[email protected]> null
    Fixes issue 33309: Linked items corrected in Payment Plan when unpaid 
invoice

Defined SQL Where Clause for Lines tab in Payment In and Payment Out window due 
that that HQL Where clause defined for Lines tab in Payment window is not 
executed from Linked Items correctly.
        src-db/database/sourcedata/AD_TAB.xml

    Carlos Aristu <[email protected]> null
    fixes issue 33208: Direct link to documents in the workspace is not working

The problem happened having a saved view with a date field as the first one of 
the grid. In this case the date item was firing an extra datasource call 
causing the bad behavior. This extra call was being performed because the date 
field was detecting wrongly the deletion of its content. Now an extra check is 
added: the empty filter is applied if the newValue is '' and also if the grid 
was being filtered by this field.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js

    Carlos Aristu <[email protected]> null
    fixes issue 33225: ConcatPDFReport can throw a null pointer exception
Use the correct variable name (configuration instead of reportConfiguration) 
when using the setCreatingBatchModeBookmarks method
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java




Last 20 lines of the console output:

[...truncated 7116 lines...]
Total time: 3 seconds

executing script 'Tomcat stop'
[int-initial-pgsql] $ /bin/bash /tmp/build_step_template2129964572811925655.sh 
ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
 * Stopping Tomcat servlet engine for Openbravo tomcat
   ...done.

executing script 'Check log'
[int-initial-pgsql] $ /bin/bash /tmp/build_step_template7396099289810395082.sh 
ENABLE
DEBUG: Check log called with parameters: ENABLED=ENABLE
Check log: openbravo log (artifact: int-initial-pgsql.log) is clean

Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to