int-smoke-oracle-test - Build # 510 - Failure:

Check console output at 
http://builds.openbravo.com/job/int-smoke-oracle-test/510/ to view the results.


Committers since last success:

Changes for Build #510

    David Alsasua <[email protected]> 
    Payment monitor updated after launching editable payment plan
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/ModifyPaymentPlanActionHandler.java

    David Alsasua <[email protected]> 
    Re-ordered and label improved in payment monitor fields
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml

    Asier Lostalé <[email protected]> 
    related to issue 20046: fixed consistency
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml

    Asier Lostalé <[email protected]> 
    fixed issue 20046: In help window, add link to wiki
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        src/org/openbravo/erpCommon/ad_help/DisplayHelp.html
        src/org/openbravo/erpCommon/ad_help/DisplayHelp.xml
        src/org/openbravo/erpCommon/ad_help/DisplayHelp_data.xsql
        src/org/openbravo/erpCommon/ad_help/HelpWindow.java

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 20052: Message is shown when the grid of linked items 
categories doesn't have items

Before the fix, the value of emptyDataMessage is '' because the value of 
this.empyMessage doesn't have value in the moment of the assignation.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-linked-items.js

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 19374: The field UPC/EAN now is shown in the product window.

Openbravo v3 template has been modified to remove the ocultation of the field. 
Moreover the field now is drawn in the principal section
        modules/org.openbravo.v3/src-db/database/configScript.xml
        src-db/database/sourcedata/AD_FIELD.xml

    Augusto Mauch <[email protected]> 
    Fixes issue 20023: Autosave is throwing a wrong error message.

The error message was shown because a tab that belonged to the same entity had 
been previously saved, and in that case all tabs belonging to that entity must 
be refreshed.
This was already being done to the child tabs of the tab being saved, but not 
to the same-level tabs.
Now, when a tab is saved, all the views of the window check if they have to be 
refreshed. They will be refreshed if:
- They belong to the same entity of the tab just saved and
- They are not in the list of excluded tab. This list prevents the refreshing 
of tabs that do not need to be refreshed (the tab being saved and its parent 
tab, if any)
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js

    Asier Lostalé <[email protected]> 
    fixed bug 15072: Help not properly displayed for non en_US modules

  - Now it is always used the trl methods to retrieve help regardless context
    language or module base language, therefore base methods have been removed.
  - In trl methods additional * that were shown in case of no translation 
present
    have been removed.
        src/org/openbravo/erpCommon/ad_help/DisplayHelp_data.xsql
        src/org/openbravo/erpCommon/ad_help/HelpWindow.java

    Javier Etxarri <[email protected]> 
    Fixes issue 19847: Copy lines from invoice does not mantain the order in 
the lines of the original invoice.
        src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice_data.xsql

    Javier Etxarri <[email protected]> 
    Fixes issue 19599: Wrong assignment of process plan to a Copy product in 
Process plan window
        src/org/openbravo/erpCommon/ad_actionButton/SequenceProductCreate.java

    Antonio Moreno <[email protected]> 
    Fixed issue 20040. The DAL connection wil be committed so that the 
execution of the AlertProcess doesn't create a non-finishing transaction
        src/org/openbravo/erpCommon/ad_process/AlertProcess.java

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 17440: Recent list doesn't show * when window is RO or SR.

Some parameters defined in menuItems are passed to openView function which 
generates the recent list
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-application-menu.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-quick-launch.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js

    Javier Etxarri <[email protected]> 
    issue 19744: Modulescript LinkCreditPayments is not considering payment's 
status.
Forgot status RPVOID and added codition P.PROCESSED = 'Y'
        
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/LinkCreditPaymentsData.class
        
modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/LinkCreditPayments_data.xsql
        
modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/LinkCreditPaymentsData.java

    Miguel de Juana <[email protected]> 
    Fixed issue 19904: Sending draft documents email, error message changed
Sending draft documents email, the message shown has been fixed. Also, some 
messages were hardcoded, now they are retrieved from bbdd.
        src-db/database/sourcedata/AD_MESSAGE.xml
        
src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java

    Javier Etxarri <[email protected]> 
    Fixes issue 19744: Modulescript LinkCreditPayments is not considering 
payment's status.
Now the payments in status 'RPAE' (awaiting execution), are not considered to 
link
        
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/LinkCreditPaymentsData.class
        
modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/LinkCreditPayments_data.xsql
        
modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/LinkCreditPaymentsData.java

    David Baz Fayos <[email protected]> 
    Related to issue 19545: Removed undesired log4j.error when there is no 
email configured
        src/org/openbravo/erpCommon/ad_process/AlertProcess.java

    Asier Lostalé <[email protected]> 
    fixed bug 20032: ClassicView: duplicated record on multiple new click

  When in class view New button is pressed several times before the receiving
  response, multiple requests are sent causing multiple times saving.

  This fix disables new button when it is clicked, before executing the command.
        src/org/openbravo/erpCommon/utility/ToolBar.java

    Augusto Mauch <[email protected]> 
    Fixes issue 19956: Selecters are not validated on change

The property validateOnChange of ob-selector-item has been set to false. This 
way, the validation of the selectors is only done when an option is selected or 
when the content of the selector is deleted.

This change not only fixes the issue but also improves the behaviour of 
selectors, because prior to the fix, if a mandatory selector had text entered 
but no option selected, the save button was enabled. Now the save button is not 
enabled until an option is selected.
        
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js

    Asier Lostalé <[email protected]> 
    fixed bug 20027: Defaults for searchs in parameter windows are not working

Adding to second default (the one for the displayed value) actual ID. In case 
of SQL
defaults
        src-wad/src/org/openbravo/wad/WadActionButton.java

    Antonio Moreno <[email protected]> 
    Fixed issue 13038. Added support for LIKE statement in views
        src-db/database/lib/dbsourcemanager.jar

    David Miguelez <[email protected]> 
    Related to Issue 20017: Removes unnecesary check in conditional.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java

    Javier Etxarri <[email protected]> 
    Fixes issue 19836: Purchase Invoices do not take into account tax rate: 
Alternate Tax Base Amount
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql

    David Miguelez <[email protected]> 
    Fixes issue 0020017: Checks if the amount is Zero before saving the line.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java

    David Miguelez <[email protected]> 
    Fixes issue 0020020: Discards canceled Payments of an Order
        
modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_GEN_PAYMENTSCHEDULE_INV.xml

    Javier Etxarri <[email protected]> 
    Fixes issue 19812: If you click the Cancel button in the
'execute payment' pop-up the invoice window is not refreshed.
Also, I have changed the message when you execute the payments issue 19813
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ExecutePayments.html
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ExecutePayments.java

    Víctor Martínez Romanos <[email protected]> 
    Issue 19610: updated Report and Process Access tab description and help
that it will be used for automatically generate the wiki documentation
        src-db/database/sourcedata/AD_TAB.xml

    Sandra Huguet <[email protected]> 
    Fixed bug 19616 Rename Payment Monitor
Old Payment monitor renamed to "Payment Monitor for Openbravo 2.50"
New payment monitor renamed to "Payment Monitor"
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_PROCESS.xml
        src-db/database/sourcedata/AD_PROCESS.xml

    David Miguelez <[email protected]> 
    Related to issue 18658: Renamed local variable.
        src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java
        
src/org/openbravo/erpCommon/ad_callouts/SL_Requisition_BPartner_PriceList.java

    Javier Etxarri <[email protected]> 
    Fixes issue 19813: The application does not inform about the payment created
if you execute the payment directly from the invoice.
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ExecutePayments.java

    Sandra Huguet <[email protected]> 
    Fixed bug 19610 Hiden options in "Grant Access" in Role window
Hide fields (Workflow and Task) and change tab "Process Access" for "Report and 
Process Access"
        src-db/database/sourcedata/AD_TAB.xml
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.html

    Sandra Huguet <[email protected]> 
    Fixed bug 18840 "Social Name" is renamed to "Legal Name"
The element "Social Name" on an organization is  renamed to "Legal Name"
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml

    Sandra Huguet <[email protected]> 
    Fixed bug 16960 Changes InitialOrgSetup.html
Removes the previously selected currency should uncheck
the check. For obtain a correct operation of the combo.
        src/org/openbravo/erpCommon/ad_forms/InitialOrgSetup.html

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 19489: Now variables can be used in the report filename.

In purchase transactions the text @sal_nam@ is ignored.
        src/org/openbravo/erpCommon/utility/reporting/Report.java
        src/org/openbravo/erpCommon/utility/reporting/Report_data.xsql
        
src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java

    Augusto Mauch <[email protected]> 
    Related to issue 20018: Removed length property from ForeignKeyUIDefinition

Instead of initializing the length property of getGridFieldProperties with the 
ad_column.length value, the length property has been removed. This will prevent 
errors if in the future someone enters an ad_column.length value smaller than 
the size of the UUIDs.
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/ForeignKeyUIDefinition.java

    David Miguelez <[email protected]> 
    Backout from ba9872fbd663
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java

    David Miguelez <[email protected]> 
    Fixes issue 0020017: Checks if the amount is Zero before save the line.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java

    Augusto Mauch <[email protected]> 
    Related to issue 19984: ForeignKeyUIDefinition uses ad_field.displaylength 
for length

After the fix of issue 19984 (changeset 15784), all the UIDefinition classes 
that defined the grid length property, took that value from ad_column.length. 
It works on most cases, but it does not in the ForeignKeyUIDefinition class. If 
it is used in the ForeignKeyUIDefinition class, when a new row is entered in 
the grid, the foreign key fields are not initialized properly.
Now the ForeignKeyUIDefinition class initializes the length grid field with the 
value of ad_field.displaylength. Changing this does not have any repercusion on 
determining the maximum number of characters allowed for the field. This class 
represents foreign keys, so its value can not be entered manually.
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/ForeignKeyUIDefinition.java

    Víctor Martínez Romanos <[email protected]> 
    Issue 12012: updated copyright year
        src/org/openbravo/erpCommon/ad_process/RescheduleProcess.java
        src/org/openbravo/erpCommon/ad_process/ScheduleProcess.java
        src/org/openbravo/erpCommon/ad_process/UnscheduleProcess.java

    Naiara Martinez <[email protected]> 
    fixed bug 12012 change title on processes in Process Request
The title of Re|Un|schedule processes messages have been changed.
        src/org/openbravo/erpCommon/ad_process/RescheduleProcess.java
        src/org/openbravo/erpCommon/ad_process/ScheduleProcess.java
        src/org/openbravo/erpCommon/ad_process/UnscheduleProcess.java

    Augusto Mauch <[email protected]> 
    Fixes issue 19805: Column width in grid is now consistent.

When there were more than one field with the same displaylength, the way they 
were positioned in the ordered array varied.
Now if two fields have the same displaylength, their length property is 
checked. If the value of that property is also the same, the name of the fields 
is taken into account. This way, all the browsers produ
ce the same ordered array.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js

    Víctor Martínez Romanos <[email protected]> 
    Issue 11076: updated copyright year
        
src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html

    Naiara Martinez <[email protected]> 
    fixed bug 11076 Change labels in Sales Dimensional Report
Now you can see 'Sales Representative On Sales Order' instead of 'Commercial 
Document' and 'Sales Representative on Business Partner' instead of 'Commercial 
File'
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        
src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html

    Javier Etxarri <[email protected]> 
    issue 019458: It is possible select an inactive Business Partner in the 
Business Partner selector.
Now all BP products are filtering by isactive a 'Y', so the inactive products 
are not posible to select
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/OBUISEL_SELECTOR.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR.xml

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 12622: The link is shown only when the message informs of an 
error
        src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java

    Augusto Mauch <[email protected]> 
    Related to issue 19984: Refactored for clarity.

The initialization of fld.gridProps.width in the prepareGridFields of 
ob-standard-view.js has been refactored. It was being done in two places of the 
code depending on whether fld.gridProps.displaylength was defined. Now both 
initializations are done in the same if statement.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js

    Naiara Martinez <[email protected]> 
    fixed bug 19051 Don't allow to enter non-numeric values in Copy Lines screen
        src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.html
        src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.xml

    David Miguelez <[email protected]> 
    Fixes issue 18658: Added a Callout and modified another one.
        
src/org/openbravo/erpCommon/ad_callouts/SL_Requisition_BPartner_PriceList.java
        src-db/database/sourcedata/AD_CALLOUT.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
        src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java

    Augusto Mauch <[email protected]> 
    Fixes issue 19984: String and textarea items are no longer being truncated

The same field (grid.field) was being used for limiting the size of the input 
items and for calculating the width of the column. Now two different fields are 
defined in the UIDefinitions: 'length' to limit the size of the input items and 
'displaylength' to set the length of the columns.

The code that was used to define the length of the columns is no longer using 
the 'length' property, now it uses the 'displaylength' property. It has been 
changed in two places:
- In the call of the getDefaultColumnWidth function
- In the sort function that is used to select the column to be autoexpanded
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/EnumUIDefinition.java
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/ForeignKeyUIDefinition.java
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/LinkUIDefinition.java
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/StringUIDefinition.java

    Ioritz Cia <[email protected]> 
    Fixes issue 19226: Project and Service Management menu needs adjusting.
        src-db/database/sourcedata/AD_TREENODE.xml

    Ioritz Cia <[email protected]> 
    Fixes issue 19479: Does not exist any help in Payment report window.
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_PROCESS.xml

    Augusto Mauch <[email protected]> 
    Related to issue 19694: All date grid fields are updated correctly

The previous commit (changeset 15758) fixed the behaviour of the date grid 
fields that had a callback, but broke the date grid fields that did not. Now 
the way to update a date field is the following:
- If parsing is prevent (while the field is being entered, for example) do not 
update the field either. If the parsing is not done but the field is updated 
anyway, the field gets to store invalid values. The update will only be done 
after the value has been parsed.
- After parsing and updating, force the new value to be updated in 
grid.getEnteredValues(). This had to be explicitly done because otherwise the 
field is not yet updated in that structure when making the FIC call, causing 
the previous value to be re-entered.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-date.js

    Javier Etxarri <[email protected]> 
    Fixes issue 019458: It is possible select an inactive Business Partner in 
the Business Partner selector.
Now all BP selectors are filtering by isactive a 'Y', so the inactive BP are 
not posible to select
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/OBUISEL_SELECTOR.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR.xml

    Unai Martirena <[email protected]> 
    Fixes Issue 0019891: Incorrect org. can be selected in the accounting dim. 
tab
        src-db/database/sourcedata/AD_COLUMN.xml

    Unai Martirena <[email protected]> 
    Fixes Issue 0019613: Withholding field in GL Journal Line should be hidden
        modules/org.openbravo.v3/src-db/database/configScript.xml

    Unai Martirena <[email protected]> 
    Fixes Issue 0019493: Production Daily Work Requirements Report should be 
removed
        modules/org.openbravo.v3/src-db/database/configScript.xml

    Unai Martirena <[email protected]> 
    Fixes Issue: 0019668: wrong product selector in Manufacturing plan
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR.xml

    Naiara Martinez <[email protected]> 
    Fixed bug 13763 spelling mistake in sales order
Change the name bussiness for busines. The change was in a trigger.
        src-db/database/model/triggers/C_INVOICE_TRG.xml
        src-db/database/model/triggers/C_ORDER_CHK_RESTRINCTIONS_TRG.xml

    Víctor Martínez Romanos <[email protected]> 
    merge
      
    David Miguelez <[email protected]> 
    Fixes issue 19965: Changed template name in reference data.
        referencedata/sampledata/F_B_International_Group.xml

    Asier Lostalé <[email protected]> 
    fixed bug 19840: Javascript error when trying to filter in "Pick /Execute"
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js

    David Miguelez <[email protected]> 
    Fixes issue 15692: Checks if AD_DATASET is active.
        src/org/openbravo/erpCommon/ad_forms/UpdateReferenceData_data.xsql
        src/org/openbravo/erpCommon/modules/ModuleReferenceDataOrgTree_data.xsql

    David Miguelez <[email protected]> 
    Fixes issue 0019788, 0019935. Added date validation.
Refreshes the invoice when completed but not paid.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ProcessInvoice.java
        src-db/database/sourcedata/AD_MESSAGE.xml
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        src/org/openbravo/erpCommon/ad_actionButton/CreditPaymentGrid.html
        src/org/openbravo/erpCommon/ad_actionButton/CreditPaymentGrid.xml

    Antonio Moreno <[email protected]> 
    Added warning in case a combo contains too many rows in a FIC request
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java

    David Miguelez <[email protected]> 
    Fixes issue 16852: Changed join sentence in SQL query.
        src/org/openbravo/erpReports/RptC_Invoice.jrxml

    David Miguelez <[email protected]> 
    Fixes issue 0019967: Changed join sentece in query.
        src/org/openbravo/erpReports/C_OrderJR.jrxml
        src/org/openbravo/erpReports/RptC_OrderPO.jrxml

    Sandra Huguet <[email protected]> 
    Fixed bug 19742 Alert process process should be scheduled by defaul
        src-db/database/sourcedata/referencedData/AD_PROCESS_REQUEST.xml

    Sandra Huguet <[email protected]> 
    Fixed bug 19739 Payment Monitor for APR process should be scheduled by 
defaul
        src-db/database/sourcedata/referencedData/AD_PROCESS_REQUEST.xml

    Asier Lostalé <[email protected]> 
    fixed bug 19968: Selectors don't work having different items with same 
displayed value

  Removing duplicated entrie on item selection fixes the problem.
        
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js

    Guillermo Álvarez de Eulate <[email protected]> 
    Related to issue 18745: The names of the attachments are generated 
dynamically avoiding collisions.

Also files are saved in the tmp folder.
        
src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java

    Víctor Martínez Romanos <[email protected]> 
    Issue 9655: updated copyright year
        src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.java

    Sandra Huguet <[email protected]> 
    Fixed bug 9655 It Shows the correct error message in Multiphase Project
It Shows the correct error message in Copy Button in Multiphase Project
and it shows the combo field as required
        src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.html
        src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.java

    Antonio Moreno <[email protected]> 
    Fixed issue 19716. Passwords will now work correctly in grid mode.
The special property columnname_cleartext is now being set not only in the form 
but also in the grid edit values. Thus, it is passed to the datasource request, 
and used in the save action.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-encrypted.js

    Sandra Huguet <[email protected]> 
    Fixed bug 19616 Disabled  Payment Monitor Process and renamed 
FIM_PaymentMonitor
Payment monitor process is removed and Fin_payment monitor is renamed as 
Payment Monitor for APR
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_PROCESS.xml
        src-db/database/sourcedata/AD_PROCESS.xml

    Augusto Mauch <[email protected]> 
    Related to issue 19694: Date value is now always updated after losing focus

After applying the previous fix (changeset 15739), if the date field had a 
callback, its value was not being updated correctly if it had the focus and the 
tab key was pressed. In the previous fix, if the _preventDateParsing tag was 
true, the date was neither parsed nor updated. Now if the flag is active the 
date is not parsed, but the value is updated anyway.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-date.js

    Sandra Huguet <[email protected]> 
    Fixed bug 18882 Disable button 'Process a Winning Bid'
The Button 'Process a Winning Bid' is only  visible when the project status is 
Open
        src-db/database/sourcedata/AD_FIELD.xml

    Sandra Huguet <[email protected]> 
    Fixed bug 9174 Change default focus
The default focus is changed to Time sheet check box field instead of Product 
field
        src-db/database/sourcedata/AD_FIELD.xml

    Sandra Huguet <[email protected]> 
    Fixed bug 18527 Field project hidden in Service Project screen
        src-db/database/sourcedata/AD_FIELD.xml

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 18745: Email attachements are saved in the attachments path.

This change avoid the problems with permissions when a file is being attached
        
src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java

    Sandra Huguet <[email protected]> 
    Fixed bug 17651 Not display Enable in Cash parameter from GL items
Not display and deprecated Enable in Cash parameter from GL items
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_FIELD.xml

    Sandra Huguet <[email protected]> 
    Fixed bug 15150 Has reference data
Change Has reference data in Openbravo v3 template
        modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml

    Sandra Huguet <[email protected]> 
    Fixed bug 15150 Has reference data
Add description to  Workspace & Widgets module
Change Has reference data in Openbravo v3 template
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml

    Sandra Huguet <[email protected]> 
    Fixed bug 15150 Add Reference Data Description
Add Reference Data Description to Standard Roles module
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml

 


Last 20 lines of the console output:

[...truncated 5822 lines...]
    [junit] WARNING: Executing: findElement
    [junit] Mar 18, 2012 1:16:03 AM org.openqa.selenium.remote.RemoteWebDriver 
log
    [junit] WARNING: Executing: quit
    [junit] 

BUILD FAILED
/srv/hudson/workspace/int-smoke-oracle-test/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/build.xml:32:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-smoke-oracle-test/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/build.xml:29:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-smoke-oracle-test/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/build.xml:63:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-smoke-oracle-test/SANDBOX/automation/pi/build.xml:69: 
Test 
com.openbravo.test.integration.erp.testsuites.smoke.masterdata.ADMc_SetupClientAndOrganization
 failed

Total time: 16 minutes 3 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