int-dbcons-pgsql - Build # 3174 - Still Failing:

Check console output at http://builds.openbravo.com/job/int-dbcons-pgsql/3174/ 
to view the results.


Committers since last success:

Changes for Build #3173

    Augusto Mauch <[email protected]> 
    Related to issue 20684: Refactorization to remove duplicate code

The function convertUTCTimeToLocalTime and getTime fields of ob-view-grid and 
ob-view-form were very similar and shared much of its code. They code has been 
generalized and moved to OB.Utilities.Date
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-date.js

    Augusto Mauch <[email protected]> 
    Fixes issue 20684: Hour and minutes time zone offset is supported

Instead of using the hour time zone offset, now the millisecond time zone 
offset is applied, supporting the time zones where the offset with UTC is 
measured in hours and minutes.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/TimeUIDefinition.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonToDataConverter.java

    Eduardo Argal Guibert <[email protected]> 
    merge
      
    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 18998
        src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java
        src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_data.xsql

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20590
        src/org/openbravo/erpCommon/ad_forms/AcctServer.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20718, fixes bug 20037
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_VAL_RULE.xml
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.xml
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
        
modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/FIN_Utilities.js
        src-db/database/model/views/FIN_PAYMENT_DETAIL_V.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/AD_REF_LIST.xml

    Eduardo Argal Guibert <[email protected]> 
    fixes bug 20717: Creating multiple transactions when clicking the OK button 
several times
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransaction.html

Changes for Build #3174

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 18997: Improve initial configuration of G/L Journal window
        src-db/database/sourcedata/AD_FIELD.xml

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 18998. [Related to commit 8f9fe48cbf5c] Missing change in 
previous commit
        src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20745: GL Journal Post process failing due to wrong change which 
causes a regression
        src-db/database/model/functions/GL_JOURNAL_POST.xml

 


Last 20 lines of the console output:

[...truncated 1244 lines...]
+FROM fin_payment p
+LEFT JOIN fin_financial_account fa ON p.fin_financial_account_id = 
fa.fin_financial_account_id, fin_payment_detail pd
+JOIN fin_payment_scheduledetail psd ON pd.fin_payment_detail_id = 
psd.fin_payment_detail_id
+LEFT JOIN fin_payment_schedule psi ON psd.fin_payment_schedule_invoice = 
psi.fin_payment_schedule_id
+LEFT JOIN c_invoice i ON psi.c_invoice_id = i.c_invoice_id
+LEFT JOIN fin_payment_schedule pso ON psd.fin_payment_schedule_order = 
pso.fin_payment_schedule_id
+LEFT JOIN c_order o ON pso.c_order_id = o.c_order_id
+LEFT JOIN c_glitem gli ON pd.c_glitem_id = gli.c_glitem_id
 WHERE p.fin_payment_id = pd.fin_payment_id]]></view>
   </database>
+ hg revert -a --no-backup
reverting src-db/database/model/views/FIN_PAYMENT_DETAIL_V.xml
+ exit 1
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Checking console output
Email was triggered for: Failure
Sending email for trigger: Failure
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to