int-sales-procurement-oracle - Build # 239 - Still Failing:

Check console output at 
http://builds.openbravo.com/job/int-sales-procurement-oracle/239/ to view the 
results.


Committers since last success:

Changes for Build #231

    Augusto Mauch <[email protected]> 
    Fixes issue 20049: Image fields are not shown in grid view.

The fields that represent images (its targetEntity is 'ADImage') can no longer 
be shown in the grid view. This has been achieved by removing this fields from 
the field list that
 is entered when setting the data source of the grid.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js

    Guillermo Álvarez de Eulate <[email protected]> 
    Related to issue 17441: Preventing a wrong disabling of context menu in 
editable grids
        
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/main/ob-standard-view.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js

    Javier Etxarri <[email protected]> 
    issue 19697, issue 18407.
Changed the method selectClientsID to have better performance and only update 
the neccesary clients
        
src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class
        
src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql

    Naiara Martinez <[email protected]> 
    Fixed bug 20009: Create Vat Registers process now gets all the register 
types
configured for any organization in the natural tree of the organization
that launches the process
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
        src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.java
        src/org/openbravo/erpCommon/utility/Utility.java

    Javier Etxarri <[email protected]> 
    Fixes issue 19697: It is not possible to create a Campaign, see error 
attached.
Also complete the issue 18407
        
src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfo.class
        
src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class
        
src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo.java
        
src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql

    David Baz Fayos <[email protected]> 
    Fixed issue 20067: Changed the way 'User Profile' combo data is obtained
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoWidgetActionHandler.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 17441: 'Create one' is not shown when the user role has 
readonly access

When user try to use one window which has been defined as readonly using the 
role windows access rights, the 'create one' message is not shown. Also, the 
right click of the mouse has been disabled to avoid the creation of new lines.
        
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/main/ob-standard-window.js

    Javier Etxarri <[email protected]> 
    Fixes issue 20061: The tab product template does not work correctly in 
business partner.
It was wrong the HQL where clause because the first 'b' must be lower case and 
apart from that I have added a default value because otherwise was imposible to 
relate a business partner with the records in table m_product_templateç
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_TAB.xml

Changes for Build #232

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 16874: The title is not clickable if the target is not 
accessible
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js

    Augusto Mauch <[email protected]> 
    Fixes issue 20071: Now autosave will work when focus is in a date field

The ob-formitem-date.js now overwrites the blur method in order to make sure 
that its value is updated when the autosave is done.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-date.js

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20080
        src/org/openbravo/erpCommon/ad_callouts/SL_BP_Category_Default.java

    Víctor Martínez Romanos <[email protected]> 
    Fixed bug 14890: Voided financial invoice leads to non financial invoice
When voiding an invoice, the financial invoice line checkbox and
the Account field are kept in the new created invoice (reversed invoice)
        src-db/database/model/functions/C_INVOICE_POST.xml

    Víctor Martínez Romanos <[email protected]> 
    Fixed bug 20011: financial invoice read only logic
Financial Invoice line checkbox and Account field are not editable
for processed invoices
        src-db/database/sourcedata/AD_COLUMN.xml

    Víctor Martínez Romanos <[email protected]> 
    Fixed bug 19356: Added callout to Business Partner window, Org field
This new callout is in charge of selecting the default business
partner category for the organization. It is configured to be
executed on the onchange event for the organization field inside
the Business Partner window
        src/org/openbravo/erpCommon/ad_callouts/SL_BP_Category_Default.java
        src-db/database/sourcedata/AD_CALLOUT.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml

    Víctor Martínez Romanos <[email protected]> 
    Fixed bug 17934: Payment Execution window, callout not working properly
Added callout execution for received in and paid out fields
Deleted changeOrganization() JS function because it was not necessary
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.html

    Víctor Martínez Romanos <[email protected]> 
    Fixed bug 18816: Impossible to book a credit order
The SE_Order_BPartner and SL_Order_DocType callouts have been
modified to automatically set the invoice term to "immediate" in
case the transaction document is set to credit order. This way the
shipment and invoice are automatically created when booking the order.
        src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java
        src/org/openbravo/erpCommon/ad_callouts/SL_Order_DocType.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20053
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_MatchedTransaction.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes issue 19831, fixes issue 19829
        src-db/database/model/tables/C_ACCTSCHEMA_GL.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.java
        src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct_data.xsql

    Eduardo Argal Guibert <[email protected]> 
    Fixes copyright for some files
        src/org/openbravo/erpCommon/ad_forms/AcctServer.java
        src/org/openbravo/erpCommon/ad_forms/DocInOut.java
        src/org/openbravo/erpCommon/ad_forms/DocInventory.java
        src/org/openbravo/erpCommon/ad_forms/DocMovement.java
        src/org/openbravo/erpCommon/ad_forms/DocProduction.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 19833: Flagship: Posting error: no cost is not descriptive enough 
to resolve issue
        src-db/database/sourcedata/AD_MESSAGE.xml
        src/org/openbravo/erpCommon/ad_forms/AcctServer.java
        src/org/openbravo/erpCommon/ad_forms/DocInOut.java
        src/org/openbravo/erpCommon/ad_forms/DocInventory.java
        src/org/openbravo/erpCommon/ad_forms/DocMovement.java
        src/org/openbravo/erpCommon/ad_forms/DocProduction.java

    David Miguelez <[email protected]> 
    Updated License years to 2012
        src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.java
        src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder_data.xsql

    David Miguelez <[email protected]> 
    Fixes issue 20045: Not filter Product by Warehouse if there is
no warehouse selected.
        src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml

Changes for Build #233

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20090: Create invoices from orders is not displaying all not 
invoiced orders
        src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual_data.xsql

    Eduardo Argal Guibert <[email protected]> 
    fixes date in copyright
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql

    Javier Etxarri <[email protected]> 
    Fixes issue 20050: Warehouse trigger is not filtering by Client
when inserting warehouse accounting information
        src-db/database/model/triggers/M_WAREHOUSE_TRG.xml

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20088: Orders not available to be invoiced
        src-db/database/model/views/C_INVOICE_CANDIDATE_V.xml
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql

    David Miguelez <[email protected]> 
    Fixes issue 20058: Checks for a possible null pointer exception when 
selecting PriceList
        
src/org/openbravo/erpCommon/ad_callouts/SL_Requisition_BPartner_PriceList.java

Changes for Build #234

    Augusto Mauch <[email protected]> 
    Fixes issue 20071: Autosave with date field focus works both in grid and 
form view

The previous fix only achieved to fix the issue when the change of tab was done 
while the date field was focus in the form view. Now it also works if it is 
focused in grid view.

This solution works for date fields that have callouts and for date fields that 
do not.
Additional changes have been made to allow to save a date multiple times in a 
row.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-date.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Rafa de Miguel <[email protected]> 
    Fixed bug 0020084: Product Copy in Process Plan copy the UPC/EAN
        src/org/openbravo/erpCommon/ad_actionButton/SequenceProductCreate.java

    Rafa de Miguel <[email protected]> 
    Fixed bug 0019508: Wrong create product copy in process plan
        src/org/openbravo/erpCommon/ad_actionButton/SequenceProductCreate.java

Changes for Build #235

    Miguel de Juana <[email protected]> 
    Fixed issue 20034: Module name can be changed after register the module
In the column of the Module name, readonlylogic=@IsRegistered@='Y' has been 
removed.
        src-db/database/sourcedata/AD_COLUMN.xml

Changes for Build #236

    Asier Lostalé <[email protected]> 
    documentation
        src-db/database/sourcedata/AD_MENU.xml

    Asier Lostalé <[email protected]> 
    fixed bug 18504: Some windows are added to Roles when it shouldn't

 Changed the logic to assign windows on role creation to work in the same
 way update access does. Role creation granted access to all windows having
 at least one tab with a table of the same level as the new role, whereas
 update access process takes into account only the level of the first tab
 of the window.
        src-db/database/model/triggers/AD_ROLE_TRG.xml

    Augusto Mauch <[email protected]> 
    Related to issue 20071: Added unit test compatibility.

The changes made to fix the issue 20071 worked when the change of the date 
fields were done through user interaction. The unit tests call directly the 
setValue method of the dateTextField property of the date, scenario which had 
not been considered, and the date field was not being flagged as changed. This 
has been fixed by overwriting the setValue method of the dateTextField of the 
date field.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-date.js

    Javier Etxarri <[email protected]> 
    issue issue 20010: Error in Create Credit process when there is a discount 
line in Return from Customer
        src/org/openbravo/erpCommon/ad_forms/DocMatchInv.java

    Javier Etxarri <[email protected]> 
    Fixes issue 20075: Error when posting Match Invoice in foreign currency
        src/org/openbravo/erpCommon/ad_forms/DocMatchInv.java

    Javier Etxarri <[email protected]> 
    Fixes issue 20010: Error in Create Credit process when there is a discount 
line in Return from Customer
        src-db/database/model/functions/C_INVOICE_POST.xml

    Asier Lostalé <[email protected]> 
    fixed bug 18435: 2.50 grid, cursors in Oracle are not reused

Applied 2.50 patch for issue #18436
        src/org/openbravo/erpCommon/utility/TableSQLData.java

    Miguel de Juana <[email protected]> 
    Fixed issue 13385: Added message in buildvalidation without 
Openbravo.properties
In buildvalidation ant task, with non-existing Openbravo.properties, the 
message: 'Could not find Openbravo.properties' has been added
        src-core/src/org/openbravo/buildvalidation/BuildValidation.java

    Asier Lostalé <[email protected]> 
    fixed bug 20068: Selector doesn't work when 2 items have same identifier

  Reimplemented fix for bug 19968 in a more generic way: do not only clean the 
valueMap
  when selecting an item in the selector pop up but whenever value is set.
        
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js

Changes for Build #237

Changes for Build #238

    Ioritz Cia <[email protected]> 
    Fixes issue 19929: When voiding and invoice, the taxes are not properly 
copied.
        src-db/database/model/functions/C_INVOICE_POST.xml

    Ioritz Cia <[email protected]> 
    Fixes issue 19529: Label of fields in Stock report.
They are not in sync with the labels of the same fields in the storage bin.
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.html

    Ioritz Cia <[email protected]> 
    Fixes issue 19562: Xls document in Payment Report should dynamically widen 
the columns.
        
modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports/PaymentReportExcel.jrxml

Changes for Build #239

    Augusto Mauch <[email protected]> 
    Related to issue 20023: Prevents error when saving a view

The previous fix removed from the function refreshMeAndMyChildViewsWithEntity 
the checking of this.childTabSet. This checking should not have been removed, 
just relocated. Now the check is placed where it should be, before the tab 
calls executes the function on its child views.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js

    Unai Martirena <[email protected]> 
    Related to Issue 0020005: dbcons-pgsql failure fixed
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml

    Sandra Huguet <[email protected]> 
    Fixed bug 10725 It shows warning message when there is no data to display
It shows warning message when there is no data to display in
Purchase Invoice Dimensional Report
        
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesJR.java

    Antonio Moreno <[email protected]> 
    Remove deprecation warning
        src/org/openbravo/erpCommon/ad_process/AlertProcess.java

    Augusto Mauch <[email protected]> 
    Related to issue 20029: Moved fix from freemarker to java file

The logic of the fix has been moved from the .ftl file to the java file, for 
the sake of clarity and ease of debugging.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-tab.js.ftl
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java

    Javier Etxarri <[email protected]> 
    Fixes issue 20089: It is possible select a purchase price list in the 
product selector of sales invoice.
Now you have the posibilitie to select the price list but if it sales price 
list and you are creating a purchase, you will see that you are not able to 
select any product because the grid is empty
        src-db/database/sourcedata/OBUISEL_SELECTOR.xml

    Naiara Martinez <[email protected]> 
    fixed bug 18700 Can't modify currency in financial account with transactions
You can modify currency in financial account if it has not transactions.
You can't modify currency in financial account if it has transactions.
        src-db/database/sourcedata/AD_AUXILIARINPUT.xml
        src-db/database/sourcedata/AD_COLUMN.xml

    Naiara Martinez <[email protected]> 
    fixed bug 15437 Employee tab in BP window has UI Pattern Edit Only
This tab had Standar UI Pattern and now it has Edit Only
        src-db/database/sourcedata/AD_TAB.xml

    Naiara Martinez <[email protected]> 
    fixed bug 18663 Change the order of the parameters in Manage Requisition
The parameters appear in the popup when you press the button 'Create
Purchase Order'. Only the transactional organization are shown.
The the message is changed, 'for' word is taken out.
        src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/AD_PROCESS.xml
        src-db/database/sourcedata/AD_PROCESS_PARA.xml
        src-db/database/sourcedata/AD_VAL_RULE.xml

    Naiara Martinez <[email protected]> 
    fixed bug 19267 Change default value in Costing tab (product window)
if a "Cost Type" value has been entered in the Product header window
that one should be automatically filled in the "Costing" tab, field "Cost Type".
        src-db/database/sourcedata/AD_COLUMN.xml

    Víctor Martínez Romanos <[email protected]> 
    Issue 18664: Added AS to the alias for Postgres 8.3 compatibility
        src-db/database/sourcedata/AD_PROCESS_PARA.xml

    Naiara Martinez <[email protected]> 
    fixed bug 18664 Change default values in Create Purchase Order Popup
In Manage Requisition window pressing 'Create Purchase Order' button a popup
is opened. The default values of the parameters that appear in this popup
have been changed.
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_PROCESS_PARA.xml

    Miguel de Juana <[email protected]> 
    Fixed issue 16856:
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java

    Unai Martirena <[email protected]> 
    Fixes Issue 0019944: Change Copyright related to Issue 0019944
        src/org/openbravo/erpCommon/ad_callouts/BusinessPartner_Location.java

    Augusto Mauch <[email protected]> 
    Fixes issue 20023: Autosave now works in tabs childless tabs

There was an error in the previous fix that prevented the autosave from working 
in tabs that had no child tabs. This error (a check that the childTabSet of the 
view was not null) has been fixed.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js

    Guillermo Álvarez de Eulate <[email protected]> 
    Related to issue 19489: Reverting unnecesary changes in printcontroller.
These changes shouldn't have been done in the previous commit
        
src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java

    Unai Martirena <[email protected]> 
    Fixes Issue 20005: Internal consumption mov. do not appear in product mov. 
rep.
        src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.html
        src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.java
        src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.xml
        src/org/openbravo/erpCommon/ad_reports/ReportProductMovement_data.xsql

    Unai Martirena <[email protected]> 
    Fixes Issue 19944: Changing location of a business partner, name does not 
change
        src/org/openbravo/erpCommon/ad_callouts/BusinessPartner_Location.java
        src-db/database/sourcedata/AD_CALLOUT.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
        src-db/database/sourcedata/AD_REF_SEARCH_COLUMN.xml

 


Last 20 lines of the console output:

[...truncated 40704 lines...]
    [junit] WARNING: Executing: screenshot
    [junit] Mar 27, 2012 3:36:04 AM org.openqa.selenium.remote.RemoteWebDriver 
log
    [junit] WARNING: Executing: quit
    [junit] 

BUILD FAILED
/srv/hudson/workspace/int-sales-procurement-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/build.xml:40:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/procurement/build.xml:28:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/procurement/build.xml:36:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-oracle/SANDBOX/automation/pi/build.xml:69:
 Test 
com.openbravo.test.integration.erp.testsuites.smoke.procurement.PROa_OrderToInvoice
 failed

Total time: 53 minutes 57 seconds
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to