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

Check console output at 
http://builds.openbravo.com/job/int-sales-procurement-oracle/244/ 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

Changes for Build #240

    David Alsasua <[email protected]> 
    Fixes issue 20072. Added 'Create Invoices With Date' field
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html
        src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.java
        src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.xml

Changes for Build #241

    Javier Etxarri <[email protected]> 
    Fixes issue 19894: Purchase Financial Lines should be consider in Project 
Profitability report
        
src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitability_data.xsql

    David Miguelez <[email protected]> 
    Fixes issue 20077: now fetches the date from the transaction correctly.
        
modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports/PaymentReportDao.java

    David Miguelez <[email protected]> 
    Fixes issue 10376, 20060: Changed labels and descriptions
in AD_ELEMENT
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml

    David Miguelez <[email protected]> 
    Fixes issue 17941: Changed static strings to labels for traduction.
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.jrxml

    David Miguelez <[email protected]> 
    Related to issue 17941: Changed format of report
for newest Jasper library
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.jrxml

    Asier Lostalé <[email protected]> 
    fixed bug 20125: When restarting the context, Openbravo log shows a timeout 
error

  When starting tomcat it looks for existent session that might be in another 
server,
  the expected beahvior is to timeout, so don't log error but debug for this 
case.
        src/org/openbravo/erpCommon/security/SessionListener.java

    Asier Lostalé <[email protected]> 
    fixed bug 20102: Usage audit can not be disabled
  -Fixed boolan xsql to check if audit is enabled
  -Now query is not executed on each request but it is cached
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/UsageAuditHandler.java
        src-core/src/org/openbravo/database/SessionInfo.java
        src/org/openbravo/erpCommon/security/SessionListener.java
        src/org/openbravo/erpCommon/security/SessionLogin_data.xsql
        src/org/openbravo/erpCommon/security/UsageAudit.java

    Sandra Huguet <[email protected]> 
    Fixed issue 14298 Correct operation for 'product quantity must be on stock'
Correct operation for 'product quantity must be on stock'
check box in the Bill of materials window
        src-db/database/model/functions/M_PRODUCTION_RUN.xml

    Asier Lostalé <[email protected]> 
    fixed bug 20124: Usage audit is not working for fetch actions

  The fix includes:
    -Moved setting session info to DataSourceServlet.service. In this way it is
     possible to use HSAS auditing intead of invoking it directly from 
DataSourceServlet.service
     reducing one call per request.
    -For insert/update/delete don't set the complete session info again, as it 
is done in
     service, but just db info for audit trail if needed.
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
        src-core/src/org/openbravo/database/SessionInfo.java
        src/org/openbravo/erpCommon/security/UsageAudit.java

    Sandra Huguet <[email protected]> 
    Fixed issue 20069 Enable fields and tabs in the window product
Enable the fields and tabs in the window product related with
Bill of materials in the configScript.xml
        modules/org.openbravo.v3/src-db/database/configScript.xml

    Sandra Huguet <[email protected]> 
    Fixed issue 16417 Incremets the sequence number at correct form in 
Ad_Sequence_Doc
        src-db/database/model/functions/AD_SEQUENCE_DOC.xml

    Javier Etxarri <[email protected]> 
    Fixes issue 20116: Payment's duplicated when pressing "Process" button 
several times
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.html

Changes for Build #242

    Asier Lostalé <[email protected]> 
    related to bug 20124
 Proper setting of command for 2.50 windows:
  -Reset command ThreadLocal on request finalization
  -In HSAS, set command from vars if it is not already set
        src-core/src/org/openbravo/database/SessionInfo.java
        src/org/openbravo/base/secureApp/HttpSecureAppServlet.java

    Javier Etxarri <[email protected]> 
    Fixes issue 19957: wrong code in mrp_run_initialize process
        src-db/database/model/functions/MRP_RUN_INITIALIZE.xml

    Mikel Irurita <[email protected]> 
    Fixes issue 20097: java.lang.StackOverflowError while calling 
OrganizationStructureProvider
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java

Changes for Build #243

    Augusto Mauch <[email protected]> 
    Related to issue 20029: Changed signature of some functions from public to 
private

Of the four functions created in the previous changeset 
(f3875cc346c0924426a963a85e31d9be0d1f387e), only one of them should be public. 
The other three functions have been changed to private, because they are only 
called from inside the class.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 17537: records of undeleatable tables cant be deleted
        
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
        
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/toolbar/ob-toolbar.js

    Asier Lostalé <[email protected]> 
    fixed bug 20133: Small Notes text field

  Prior to fix for #19403 text area items where heigh fixed, not taking into 
account rowSpan
  looking like rowSpan=2. Now, rowSpan is taken into account to display text 
area height. In case
  it is not set it takes a value of 1, making text area without row span to 
look smaller that before.

  This fix defaults row span to 2 in case it is not set, so it looks like it 
did before #19403.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js

    David Miguelez <[email protected]> 
    Fixes issue 19370: Changed the ID's of the Views
Plus added extra lenght to the definition of an ID.
        src-db/database/model/views/C_RM_ORDER_PICK_EDIT_LINES.xml
        src-db/database/model/views/M_RM_RECEIPT_PICK_EDIT.xml
        src-db/database/model/views/M_RM_SHIPMENT_PICK_EDIT.xml
        src-db/database/sourcedata/AD_COLUMN.xml

    Augusto Mauch <[email protected]> 
    Fixes issue 12910: RTL and LTR are generated when neede

Prior to the fix, if the user deleted the WebContent folder and executed 
smartbuild, the WebContent/web/skins/rtl and WebContent/web/skins/ltr folders 
were not generated unless the property changes.in.md5.sk
ins was true.

Now, both folders are regenerated when any of them are missing when executing 
the smartbuild.
        src/build.xml

    Sandra Huguet <[email protected]> 
    Fixed issue 20112 Change lowercase r by uppercase R.
Change lowercase r by uppercase R in Return reason
element, tab and menu.
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/AD_MENU.xml
        src-db/database/sourcedata/AD_TAB.xml
        src-db/database/sourcedata/AD_WINDOW.xml

    Unai Martirena <[email protected]> 
    Fixes Issue 0020106: The Locator Selector has wrong filter by default
        src-db/database/sourcedata/AD_AUXILIARINPUT.xml

    Unai Martirena <[email protected]> 
    Fixes Bug 20066: In Balance sheet non active accounting report can be 
selected
        
src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports_data.xsql

    Asier Lostalé <[email protected]> 
    fixed issue 20132: Add process time to usage audit

  -Added process_time column to ad_session_usage_audit table to store the time 
the process
   took to complete.
  -In HSAS, usage audit is saved after calling service in super, so response 
time can be calculated
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
        src-db/database/model/tables/AD_SESSION_USAGE_AUDIT.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/base/secureApp/HttpSecureAppServlet.java
        src/org/openbravo/erpCommon/security/SessionLogin_data.xsql
        src/org/openbravo/erpCommon/security/UsageAudit.java

Changes for Build #244

    Asier Lostalé <[email protected]> 
    related to issue 20132: Added missing casting
        src/org/openbravo/erpCommon/security/SessionLogin_data.xsql

    David Alsasua <[email protected]> 
    Removed unused text interfaces
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml

    David Alsasua <[email protected]> 
    Fixes issue 20072. Moved 'Invoice Date' button. Dates validated when 
submitting
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html

    Asier Lostalé <[email protected]> 
    related to issue 20046: Added missing blank space
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        src/org/openbravo/erpCommon/ad_help/DisplayHelp.html

 


Last 20 lines of the console output:

[...truncated 11196 lines...]
    [junit] WARNING: Executing: screenshot
    [junit] Mar 29, 2012 8:14:30 PM 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:39:
 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/sales/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/sales/build.xml:35:
 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.sales.SALa_OrderToInvoice 
failed

Total time: 13 minutes 31 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