Bug on our rm side, as effect of stack update.

Please ignore this failure. We'll fix on our side.

On Fri, Oct 21, 2016 at 3:40 PM, <[email protected]> wrote:

> up-2.50topi-pgsql - Build # 156 - Failure:
>
> Check console output at https://ci.openbravo.com/job/
> up-2.50topi-pgsql/156/ to view the results.
>
>
> Committers since last success:
>
> Changes for Build #156
>
>     Inigo Sanchez <[email protected]> null
>     Related with issue 34180: M_Offer_Type_Trl.Description column is not
> populated
>         src-db/database/model/functions/AD_LANGUAGE_CREATE.xml
>
>     Alvaro Ferraz <[email protected]> null
>     Related to issue 34207: Code review improvements
>
> Throw error only if we are not reactivating payment in
> APRM_FIN_PMT_CHECK_TRG trigger.
> Remove onSave event in FIN_PaymentEventListener.
> Zero payment sufix will only be added in case we are processing the
> payment and it will only be removed in case we are reactivating the payment.
>         modules/org.openbravo.advpaymentmngt/src-db/
> database/model/triggers/APRM_FIN_PMT_CHECK_TRG.xml
>         modules/org.openbravo.advpaymentmngt/src/org/
> openbravo/advpaymentmngt/event/FIN_PaymentEventListener.java
>         src/org/openbravo/erpCommon/businessUtility/
> CancelAndReplaceUtils.java
>
>     Inigo Sanchez <[email protected]> null
>     Fixed issue 33659: DB consistency error with function index (Oracle
> only)
>         src-db/database/lib/dbsourcemanager.jar
>
>     Carlos Aristu <[email protected]> null
>     related to issue 28947: Code review improvements
> - Improved javadoc of some methods in BaseReportActionHandler
> - Fixed some typos
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/report/BaseReportActionHandler.java
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/utilities/ob-utilities-action-def.js
>
>     Unai Martirena <[email protected]> null
>     Fixes Issue 34234: Add Preupdate and Predelete actions for C&R in
> Order Line tab
>         src-db/database/sourcedata/AD_MESSAGE.xml
>         src/org/openbravo/common/actionhandler/
> CancelAndReplaceGetCancelledOrderLine.java
>         web/js/cancelAndReplace.js
>
>     Inigo Sanchez <[email protected]> null
>     Fixed issue 34180: A missing code in AD_LANGUAGE_CREATE function.
>
> The problem was the missing code in AD_LANGUAGE_CREATE function
> related with M_Offer_Type table. A translation problem in
> "Discounts and Promotions Types" is caused by this missing code.
>
> The problem has resolved by adding the missing code related with
> M_Offer_Type. Now M_Offer_Type is managed properly in
> AD_LANGUAGE_CREATE function.
>         src-db/database/model/functions/AD_LANGUAGE_CREATE.xml
>
>     Carlos Aristu <[email protected]> null
>     fixes issue 34171: New standard response action to refresh grid
> parameters
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/utilities/ob-utilities-action-def.js
>
>     Miguel de Juana <[email protected]> null
>     Related to issue 28947: Add HTML output to Process Definition Reports
>
> - JSBeautifier
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/utilities/ob-utilities-action-def.js
>
>     Nono Carballo <[email protected]> null
>     Fixes issue 28947: Add HTML output to Process Definition Reports
>
> A new functionality was added to allow HTML output to Process Definition
> Reports.
> - A new column/field was added to hold HTML Template
> - BaseReportActionHandler was reviewed and adapted to allow the new
> functionality
> - Code dealing with generation of Process Definition Report window was
> adapted to
>   allow the new functionality
>         modules/org.openbravo.client.application/src-db/database/
> model/tables/OBUIAPP_REPORT.xml
>         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_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_MESSAGE.xml
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/report/BaseReportActionHandler.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-base-parameter-window-view.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-history-manager.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/utilities/ob-utilities-action-def.js
>
>     Unai Martirena <[email protected]> null
>     Related to issue 33976: Fix wrong function call
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/main/ob-standard-view.js
>
>     Unai Martirena <[email protected]> null
>     Related to issue 33976: Code review
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/main/ob-standard-view.js
>
>     Unai Martirena <[email protected]> null
>     Related ot issue 33976: Code review improvements
>
>
> 1) Take into account if the grid is in tree view or normal view.
> 2) Name selectedRecords as recordsToDelete.
> 3) Check if the callback function to be executed is a function. If not,
> don't execute the action.
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/main/ob-standard-view.js
>
>     Unai Martirena <[email protected]> null
>     Fixed Issue 33976: Implemented Pre Delete Client Side Event Handler
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/main/ob-event-handler-registry.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/main/ob-standard-view.js
>
>     Asier Martirena <[email protected]> null
>     Fixed issue 34207: The sequence to create payments docNo was not
> correctly updated
>         modules/org.openbravo.advpaymentmngt/src/org/
> openbravo/advpaymentmngt/event/FIN_PaymentEventListener.java
>
>     Martin Taal <[email protected]> null
>     Fixes issue 34228: Add getInstances method to WeldUtils class
> Add the getInstances method
>         modules/org.openbravo.base.weld/src/org/openbravo/base/
> weld/WeldUtils.java
>
>     Alvaro Ferraz <[email protected]> null
>     Related to issue 30242: Fix function in Oracle
>         src-db/database/model/functions/M_REQUISITION_CREATEPO.xml
>
>     Alvaro Ferraz <[email protected]> null
>     Related to issue 34055: Remove isunitcost condition
>
> Remove isunitcost condition in M_INITIALIZE_STOCK_VALUATION query.
>         src-db/database/model/functions/M_INITIALIZE_STOCK_VALUATION.xml
>
>     Alvaro Ferraz <[email protected]> null
>     Related to issue 34055: Code review improvements
>
> Set zero valuation in case stock is zero and it does not exist any record
> in m_stock_valuation.
> Do not sum transaction movementqty, to avoid duplicate stock in case we
> have more than one m_transaction_cost record related to the same
> transaction.
>         src-db/database/model/functions/M_INITIALIZE_STOCK_VALUATION.xml
>         src-db/database/model/functions/M_UPDATE_STOCK_VALUATION.xml
>
>     Mark <[email protected]> null
>     Fixes issue 34055: Fixed errors in Costing Background due to rounding
> issues.
>
> When cost adjustments are created, they should not be taken into account
> when Stock Valuation is initialized because it duplicates the stock amount
> (caused by natural union between tables) inside
> M_INITIALIZE_STOCK_VALUATION function.
>         src-db/database/model/functions/M_INITIALIZE_STOCK_VALUATION.xml
>
>     Atul Gaware <[email protected]> null
>     Related to issue 30242:Backout changeset e86c34bf3374
>         src-db/database/model/functions/M_REQUISITION_CREATEPO.xml
>
>     Carlos Aristu <[email protected]> null
>     fixes issue 33417: ConfigScript with single quotes on install.source
> fails
>         src-db/database/lib/dbsourcemanager.jar
>
>     Atul Gaware <[email protected]> null
>     Fixes issue 29685: Create AP Expense Invoices process creates wrong
> line number
>
> Getting line no is used similar that is used to set default value for line
> column in Tables and Columns. For eg:- select coalesce(max(line), 0) + 10
> Unnecessary variable int line is no more needed so removed.
> While executing create AP Expense invoice process there was null pointer
> exception raised from AccDefUtility class which is fixed.
>         src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.java
>         src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice_data.xsql
>         src/org/openbravo/erpCommon/utility/AccDefUtility.java
>
>     Atul Gaware <[email protected]> null
>     Fixes issue 30242: Description not copied to order in Manage
> Requisition
>
> While creating order from requisition, requisition header information is
> inserted in order header and requisition line descripion is added to
> supplier notes as it was used previously to set as order line description.
> Length of description in orderline can occupy both supplier notes and
> description from requisition line.
>         src-db/database/model/functions/M_REQUISITION_CREATEPO.xml
>
>     Naroa Iriarte <[email protected]> null
>     Fixed issue 33952: The accessibility to the erp has been fixed
>
> The accessibility to the ERP needed to be improved.
> This project has been introduced to improve it adding the following
> capabilities:
>
> A new property called "EnableScreenReader" has been created.
> Using a Screen Reader and enabling the property makes it easier to use the
> application for the visual impaired peolple because the screen reader
> dictates every element to the users.
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] A comment of the layout.js.ftl removed
>
> It was a comment which only was explaining the following two lines of code
> and it was not neccessary to understand the code.
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/templates/layout.js.ftl
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] Merge with latest pi
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The space key is used to access the
> workspace
>
> The left column members where only accessed by the enter key and that was
> not correct, they must also be accessible by pressing the space key.
>         modules/org.openbravo.client.myob/web/org.openbravo.client.
> myob/js/ob-myopenbravo.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] Code review
>
> The indentation of the css files has been corrected and uneeded js code
> has been deleted.
>         modules/org.openbravo.client.myob/web/org.openbravo.client.
> myob/js/ob-myopenbravo.js
>         modules/org.openbravo.client.myob/web/org.openbravo.
> userinterface.smartclient/openbravo/skins/Default/org.
> openbravo.client.myob/ob-myopenbravo-styles.css
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The beautifier has been passed
>         modules/org.openbravo.client.myob/web/org.openbravo.client.
> myob/js/ob-myopenbravo.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] Copyright year updated
>         modules/org.openbravo.client.myob/web/org.openbravo.
> userinterface.smartclient/openbravo/skins/Default/org.
> openbravo.client.myob/ob-myopenbravo-styles.css
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The left menu is now focusable
>
> The left menu is focusable and the focus is visible. Before, even it was
> focusable, there was not a visual focus on the focused element. Now it
> appears orange.
>         modules/org.openbravo.client.myob/web/org.openbravo.client.
> myob/js/ob-myopenbravo.js
>         modules/org.openbravo.client.myob/web/org.openbravo.
> userinterface.smartclient/openbravo/skins/Default/org.
> openbravo.client.myob/ob-myopenbravo-styles.css
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] A placeholder added to the filter
> message
>
> A placeholder has been added to the message of the filter boxes to allow
> better transactions.
>         modules/org.openbravo.client.application/src-db/database/
> sourcedata/AD_MESSAGE.xml
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/alert-management/ob-alert-grid.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/grid/ob-grid.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The way of accessing the preference
> has been changed.
>
> Before, the preference was accessed using OB.Properties instead
> OB.PropertyStore.get.
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/templates/layout.js.ftl
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/alert-management/ob-alert-grid.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/grid/ob-grid.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/toolbar/ob-toolbar.js
>         modules/org.openbravo.client.myob/web/org.openbravo.client.
> myob/js/ob-myopenbravo.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The preference renamed and all its
> references
>
> The preference has been renamed from EnableFullScreenReader to
> EnableScreenReader. All its references have been changed and some methods
> which were checking if the preference is enabled have been renamed.
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/templates/layout.js.ftl
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/alert-management/ob-alert-grid.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/grid/ob-grid.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/toolbar/ob-toolbar.js
>         modules/org.openbravo.client.myob/web/org.openbravo.client.
> myob/js/ob-myopenbravo.js
>         src-db/database/sourcedata/AD_REF_LIST.xml
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] Merge with latest pi.
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] Fixed the aria label of attachments
>
> Before it was set a title for the attachments toolbar button. But it was a
> static name, it was not correct because the name needs to change if there
> are attachments or if not. So, the method setAriaState(state, stateValue)
> is invoked to change the aria-label property in the different situations.
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/toolbar/ob-toolbar.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] Problems with the toolbar item names
> fixed
>
> There were some problems with some item names in the toolbar. Some of them
> where saying "Dot" at the beginning of the name of the button and the
> attachments and the saved views buttons were totally wrong.
> To fix the first issue, the title: '.' of the class ob-toolbar.js has been
> changed for title:''. Now the word "dot" is no longer said.
> To fix the second issue, the title for the attachments button and the save
> views button has been set.
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/personalization/ob-manage-views-toolbar.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/toolbar/ob-toolbar.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] Merge with latest pi
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The code of ob-myopenbravo has been
> refactored
>         modules/org.openbravo.client.myob/web/org.openbravo.client.
> myob/js/ob-myopenbravo.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] Merge with latest pi
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The left memebers' accessibility has
> been improved
>
> Now it is possible to press the enter button having the focus on any left
> side members and get the same behavior than clicking with the mouse.
>         modules/org.openbravo.client.myob/web/org.openbravo.client.
> myob/js/ob-myopenbravo.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] Fixed a condition in ob-alert-grid.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/alert-management/ob-alert-grid.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] LeftColumn layout of the workspace
> are now accessible
>
> Before there was not possible to access the left side members of the
> workspace; recent views, Recent Documents and Manage Workspace; using the
> keyboard. It was only possible to access them using the mouse. Now, if the
> "Enable full screen reader" preference is enabled, it is possible to access
> them using the keyboard.
>         modules/org.openbravo.client.myob/web/org.openbravo.client.
> myob/js/ob-myopenbravo.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The "Filter by" message saved in
> ad_message
>
> A new record has been created in ad_message. This is the one used in the
> filters to give more information saying "Filter by".
>         modules/org.openbravo.client.application/src-db/database/
> sourcedata/AD_MESSAGE.xml
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/alert-management/ob-alert-grid.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/grid/ob-grid.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] A space left after the word "by"
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/grid/ob-grid.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The filter fields now give more info
> in alert window
>
> Now, when a filter field is selected, it gives more info.
> Before, only the name of the column was given, now the value given is more
> informative, it says "Filtered by"+ the name of the column.
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/alert-management/ob-alert-grid.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The filter fields now give more info
>
> Now, when a filter field is selected, it gives more info.
> Before, only the name of the column was given, now the value given is more
> informative, it says "Filtered by"+ the name of the column.
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/grid/ob-grid.js
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The copyright year of layout.js.ftl
> has been updated
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/templates/layout.js.ftl
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The code which enables the
> screenReader has been created
>
> The layout.js.ftl class has been modifyied, now, if the EnableFullReader
> preference exists and if it is set to true, the screenReader will be
> activated.
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/templates/layout.js.ftl
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] The name of the preference has been
> modifyied.
>         src-db/database/sourcedata/AD_REF_LIST.xml
>
>     Naroa Iriarte <[email protected]> null
>     [pi-accessibility-improvements] New preference created.
>
> The AllowFullScreenReader preference has been created.
>         src-db/database/sourcedata/AD_REF_LIST.xml
>
>     Atul Gaware <[email protected]> null
>     Fixes issue 29470: "Last day cut-off" fields should be hidden in
> Payment Term
>
> Last day cut off field is set displayed = no, show in grid = no
>         src-db/database/sourcedata/AD_FIELD.xml
>
>     Atul Gaware <[email protected]> null
>     Fixes issue 30018: Invoice Line field in Work Effort should be editable
>
> Read only logic in column setting for Invoice Line is removed.
>         src-db/database/sourcedata/AD_COLUMN.xml
>
>     Atul Gaware <[email protected]> null
>     Fixes issue 29671: Error in Copy Lines if no access to Currency window
>
> Implemented a change in context mode to admin in CopyFromInvoice process.
>         src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.java
>
>     Atul Gaware <[email protected]> null
>     Fixes issue 29674: Error posting a payment if no access to Currency
> window
>
> Change OBContext to admin mode needed before accessing currency objects in
> isconvertible method of AcctServer class.
>         src/org/openbravo/erpCommon/ad_forms/AcctServer.java
>
>     Alvaro Ferraz <[email protected]> null
>     Related to issue 34014: Code review improvements
>
> Change retrieved columns order in OBWCL_STOCK_BY_WAREHOUSE_V view.
> Change Obwcl_Stock_By_Warehouse_V_ID column length.
> Change Widgets Collection module package name.
> Change OBWCL_StockByWarehouseView table java class name.
>         modules/org.openbravo.client.widgets/src-db/database/model/
> views/OBWCL_STOCK_BY_WAREHOUSE_V.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/AD_COLUMN.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/AD_PACKAGE.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/AD_TABLE.xml
>
>     Atul Gaware <[email protected]> null
>     Fixes issue 34014: Simple Stock By Warehouse Widget
>
> Added new widget with name Simple Stock By Warehouse
> New view with subquery to get qtyonhand from storage detail and joins with
> Product, Category, Uom, Warehouse
>         modules/org.openbravo.client.widgets/src-db/database/model/
> views/OBWCL_STOCK_BY_WAREHOUSE_V.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/AD_COLUMN.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/AD_MODULE_DBPREFIX.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/AD_PACKAGE.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/AD_TABLE.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/AD_ELEMENT.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/OBCQL_QUERY_COLUMN.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/OBCQL_WIDGET_QUERY.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/OBKMO_WIDGET_CLASS.xml
>         modules/org.openbravo.client.widgets/src-db/database/
> sourcedata/OBUIAPP_PARAMETER.xml
>
>     Carlos Aristu <[email protected]> null
>     fixes issue 33582: make summary functions deactivable
>
>     Carlos Aristu <[email protected]> null
>     [disable-grid-summaries] isConfigurationPropertyEnabled should be
> private
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/window/OBViewGridComponent.java
>
>     Carlos Aristu <[email protected]> null
>     [disable-grid-summaries] Merge with pi
>
>     Carlos Aristu <[email protected]> null
>     [disable-grid-summaries] Code review improvements
>         modules/org.openbravo.client.application/src-db/database/
> sourcedata/AD_FIELD.xml
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/templates/ob-pick-and-execute-grid.js.ftl
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/templates/ob-view-grid.js.ftl
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/window/OBViewGridComponent.java
>
>     Carlos Aristu <[email protected]> null
>     [disable-grid-summaries] Merge with pi
>
>     Carlos Aristu <[email protected]> null
>     [disable-grid-summaries] Improved way of enabling summaries on P&E
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/process/ob-pick-and-execute-grid.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/process/ob-pick-and-execute-view.js
>
>     Carlos Aristu <[email protected]> null
>     [disable-grid-summaries] Add disable grid summaries feature for P&E
> grids
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/templates/ob-pick-and-execute-grid.js.ftl
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/process/ob-pick-and-execute-grid.js
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/process/ob-pick-and-execute-view.js
>
>     Carlos Aristu <[email protected]> null
>     [disable-grid-summaries] Add disable grid summaries feature for
> ob-view-grid
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/templates/ob-view-grid.js.ftl
>         modules/org.openbravo.client.application/src/org/openbravo/
> client/application/window/OBViewGridComponent.java
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/grid/ob-view-grid.js
>
>     Carlos Aristu <[email protected]> null
>     [disable-grid-summaries] Application Dictionary changes for Grid
> Configuration
>         modules/org.openbravo.client.application/src-db/database/
> model/tables/OBUIAPP_GC_SYSTEM.xml
>         modules/org.openbravo.client.application/src-db/database/
> model/tables/OBUIAPP_GC_TAB.xml
>         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
>
>     Carlos Aristu <[email protected]> null
>     related to issue 33565: retrieve the window id from the standard window
>
> For child tabs this.view.windowId is undefined. For this reason, we
> retrieve the windowId using the standardWindow property of the view. Thus,
> we ensure that the window id is always retrieved properly
>         modules/org.openbravo.client.application/web/org.openbravo.
> client.application/js/form/ob-view-form.js
>
>     Asier LostalĂ© <[email protected]> null
>     related to issue 32512, related to issue 32366: exclude callouts from
> web.xml
>
>   Callous are not executed as Servlets so they needn't be in web.xml.
> SimpleCallout
>   do not extend servlet, so callouts extending it cannot be in web.xml.
>         src-test/src/org/openbravo/test/model/ClassLoaderTest.java
>         src-wad/src/org/openbravo/wad/Wad_data.xsql
>
>     Asier LostalĂ© <[email protected]> null
>     related to issue 32512: temporary disable test case
>
>   The test case that ensures all objects in ad_model_object do implement
>   servlet is not valid anymore because SimpleCallout changed their
> hierarchy.
>         src-test/src/org/openbravo/test/model/ClassLoaderTest.java
>
>
>
>
> Last 20 lines of the console output:
>
> [...truncated 2374 lines...]
>      [java] 0    [main] INFO  
> org.openbravo.buildvalidation.BuildValidationHandler
> - Executing build validation: org.openbravo.buildvalidation.AccountingTabs
>      [java] 295  [main] ERROR 
> org.openbravo.buildvalidation.BuildValidationHandler
> - The build validation failed.
>      [java] 297  [main] ERROR 
> org.openbravo.buildvalidation.BuildValidationHandler
> - You can not apply this MP because your instance fails in the
> pre-validation phase:
>      [java] It is not allowed to have more than one entry in Business
> Partner -> Customer -> Customer Accounting tab for the same accounting
> schema. Until 3.0MP11 it was allowed although it was wrong since the
> behaviour was unpredictable: any of the duplicated accounts could be used
> for the accounting of that business partner. To fix this problem in your
> instance, you can know the duplicated entries by reviewing Alerts in your
> system (Alert Rule: Customer Business Partner Duplicated Accounts). Once
> you find the duplicated entries you should remove the wrong ones. After
> fixing all these entries you should be able to apply this MP.
>      [java]
>
> BUILD FAILED
> /srv/ci/workspace/up-2.50topi-pgsql/build.xml:394: The following error
> occurred while executing this line:
> /srv/ci/workspace/up-2.50topi-pgsql/build.xml:427: The following error
> occurred while executing this line:
> /srv/ci/workspace/up-2.50topi-pgsql/build.xml:465: The following error
> occurred while executing this line:
> /srv/ci/workspace/up-2.50topi-pgsql/src-util/buildvalidation/build.xml:103:
> Java returned: 1
>
> Total time: 4 seconds
> Build step 'Execute managed script' marked build as failure
> Checking console output
> /srv/ci/jobs/up-2.50topi-pgsql/builds/156/log:
>       [sql] org.postgresql.util.PSQLException: ERROR: database
> "up_250topi_pgsql" does not exist
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
> --
> You received this message because you are subscribed to the Google Groups "
> [email protected]" group.
> Visit this group at https://groups.google.com/a/openbravo.com/group/team.
> platform/.
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to