int-gui-oracle - Build # 913 - Unstable:
Check console output at https://ci.openbravo.com/job/int-gui-oracle/913/ to
view the results.
Committers since last success:
Changes for Build #913
Asier Lostalé <[email protected]> null
fixed bug 29329: can't download attachments for 2 rows with same name & no
ext
When trying to download at once attachemnts for different records that have
the
same name and it does not have extension, it fails.
The problem is in case of duplicated names to be included within the zipped
file,
a number is appended to the file name before the extension. Extesion is
present
is assumed, failing if not.
Fix: don't assume file name has extension.
src/org/openbravo/erpCommon/businessUtility/TabAttachments.java
Unai Martirena <[email protected]> null
Related to bug 29265: Delete obaprmAllRecordsSelectedByUser in OrderInvoice
Load
While executing invalidateCache() function to reload OrderInvoice grid it
internally calls to 'OB.APRM.AddPayment.deselectAllRecords' overriden method
that sets obaprmAllRecordsSelectedByUser property to true. This property is
only needed when manually the select/unselect all checkbox is clicked.
This was causing on certain scenarios that methods to update totals were not
being called:
* OB.APRM.AddPayment.updateInvOrderTotal(view.theForm, orderInvoice);
* OB.APRM.AddPayment.updateActualExpected(view.theForm);
* OB.APRM.AddPayment.updateDifference(view.theForm);
So, in order to avoid this in OrderInvoiceOnLoad function, if the property
'obaprmAllRecordsSelectedByUser' exists, it will be deleted.
modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-addPayment.js
Last 20 lines of the console output:
[...truncated 13027 lines...]
2015-03-18 15:10:07,081 [DefaultQuartzScheduler_Worker-8] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-03-18 15:10:07,082 [DefaultQuartzScheduler_Worker-8] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-03-18 15:11:49,863 [DefaultQuartzScheduler_Worker-9] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-03-18 15:11:49,863 [DefaultQuartzScheduler_Worker-9] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-03-18 15:15:07,105 [DefaultQuartzScheduler_Worker-10] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-03-18 15:15:07,105 [DefaultQuartzScheduler_Worker-10] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-03-18 15:16:49,877 [DefaultQuartzScheduler_Worker-1] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-03-18 15:16:49,877 [DefaultQuartzScheduler_Worker-1] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-03-18 15:20:07,090 [DefaultQuartzScheduler_Worker-2] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-03-18 15:20:07,090 [DefaultQuartzScheduler_Worker-2] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-03-18 15:21:49,894 [DefaultQuartzScheduler_Worker-3] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-03-18 15:21:49,895 [DefaultQuartzScheduler_Worker-3] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-03-18 15:25:07,103 [DefaultQuartzScheduler_Worker-4] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-03-18 15:25:07,104 [DefaultQuartzScheduler_Worker-4] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-03-18 15:30:07,109 [DefaultQuartzScheduler_Worker-6] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-03-18 15:30:07,109 [DefaultQuartzScheduler_Worker-6] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
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