int-functional-accounting-oracle - Build # 62 - Failure:

Check console output at 
http://builds.openbravo.com/job/int-functional-accounting-oracle/62/ to view 
the results.


Committers since last success:

Changes for Build #62

    Sandra Huguet <[email protected]> 
    Fixed bug 19780 Change the contraint gl_category_name in gl_category
Add ad_org_id to gl_category_name in gl_category.
        src-db/database/model/tables/GL_CATEGORY.xml

    Sandra Huguet <[email protected]> 
    Fixed issue 20225 Reconciliation header can be remove
Reconciliation header can be remove when the status is draft
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TAB.xml

    Asier Lostalé <[email protected]> 
    fixed bug 20242: Window Personalization removes status bar fields

  After fix for #19234, isStatusBarField property was deleted and not set back
  because parentName was already present. Therefore it didn't appear in status
  bar section.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalization.js

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 20251: business partner callout problems have been solved

This problem was produced in the refactoring process of the callout. This has 
been fixed by  changing the wrong variable tld to the correct one l
        src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 19611: Wrong Journal Entry with different conversion rate in a 
payment
        src/org/openbravo/erpCommon/ad_forms/AcctServer.java
        src/org/openbravo/erpCommon/ad_forms/FactLine.java

    Sandra Huguet <[email protected]> 
    Fixed issue 19969 Active/deactivate tables in accounting schema tables
Active/deactivate tables in accounting schema tables when client/organization
is first created.
        src-db/database/sourcedata/AD_TABLE.xml

    Víctor Martínez Romanos <[email protected]> 
    Issue 20000: updated copyright year
        src-db/database/model/functions/C_ACCTSCHEMA_DEFAULT_COPY.xml

    Sandra Huguet <[email protected]> 
    Fixed bug 20000 Add write-off revenue account to C_ACCTSCHEMA_DEFAULT_COPY
Add write-off revenue account to C_ACCTSCHEMA_DEFAULT_COPY to propagate
this account from accounting schema to the business partner category.
        src-db/database/model/functions/C_ACCTSCHEMA_DEFAULT_COPY.xml

    Naiara Martinez <[email protected]> 
    fixed bug 20194 Don't show active field in accounting tabs
        src-db/database/sourcedata/AD_FIELD.xml

    Sandra Huguet <[email protected]> 
    Fixed issue 20015 Set Excludeforwithholding to N instead to null
Set Excludeforwithholding to N instead to null in c_invoiceline table
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql

    Egoitz Castillo <[email protected]> 
    Fixed Issue 20248. Performance problem with alerts on alerts for module
        src-db/database/model/tables/FIN_PAYMENT_SCHEDULEDETAIL.xml

    Egoitz Castillo <[email protected]> 
    Fixed Issue 20247. Performance problem loading invoice window with 600k 
partners
        src-db/database/model/tables/AD_USER.xml
        src-db/database/model/tables/C_BPARTNER.xml

    Pablo Lujan <[email protected]> 
    Fixes variable definition
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js

    Pablo Lujan <[email protected]> 
    merge from local branch
      
    Pablo Lujan <[email protected]> 
    Adds new Test Registry items for Pick and Execute pop up
Now is possible to use the Add New, Ok, Cancel and every custom button
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js

    Miguel de Juana <[email protected]> 
    Fixed issue 13807: can't create preference for a module and restrict 
visibility
You cannot create a preference for a module and restrict its visibility at 
client, organization, role or user level lower than System.
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_VAL_RULE.xml

    Naiara Martinez <[email protected]> 
    fixed bug 20135 Added isActive validation in c_bpartner_trg and 
m_product_trg
        src-db/database/model/triggers/C_BPARTNER_TRG.xml
        src-db/database/model/triggers/M_PRODUCT_TRG.xml

    Naiara Martinez <[email protected]> 
    fixed bug 19790 Change WeightDimensionalComparative's variable expression
IT was comparing a BigDecimal with equals, and now it is comparing with signum
        
src/org/openbravo/erpCommon/ad_reports/WeightDimensionalComparative.jrxml

    David Baz Fayos <[email protected]> 
    Fixed issue 20234: 'Print' now works ok using Google Chrome 18.x.x.x
        src/org/openbravo/erpCommon/security/Login.html
        src/org/openbravo/erpCommon/security/Login_F1.html
        web/js/utils.js

    David Baz Fayos <[email protected]> 
    Related to 19486: reverted changeset
        web/js/utils.js

    David Baz Fayos <[email protected]> 
    Related to 19486: reverted changeset
        src/org/openbravo/erpCommon/security/Login.html
        src/org/openbravo/erpCommon/security/Login_F1.html
        web/js/utils.js

    David Baz Fayos <[email protected]> 
    Fixed issue 19486: 'Print' now works ok using Google Chrome 18.x.x.x
        src/org/openbravo/erpCommon/security/Login.html
        src/org/openbravo/erpCommon/security/Login_F1.html
        web/js/utils.js

    Miguel de Juana <[email protected]> 
    related to issue 13807: backed out previous changeset

Build failed http://builds.openbravo.com/job/int-api/2906/console , 
inconsistent data because the new check constraint.

Backed out changeset 3e22489cd489
        src-db/database/model/tables/AD_PREFERENCE.xml
        src-db/database/sourcedata/AD_MESSAGE.xml

    Asier Lostalé <[email protected]> 
    fixed bug 20191: Context language is not preserved in processes

  -When creating OBContext for processes extending DalBasesProcess, retrieve
   language and use it.
  -When getting vars from ProcessContext take into account language.
        src/org/openbravo/base/secureApp/VariablesSecureApp.java
        src/org/openbravo/scheduling/ProcessContext.java
        src/org/openbravo/service/db/DalBaseProcess.java

    Ioritz Cia <[email protected]> 
    Fixes issue 19918: when you void a gl journal, the system allow post it.
        src/org/openbravo/erpCommon/ad_forms/DocGLJournal.java

    Miguel de Juana <[email protected]> 
    Fixed issue 13807: can't create preference for a module and restrict 
visibility
You cannot create a preference for a module and restrict its visibility at 
client, organization, role or user level. A constraint has been created to 
filter this.
        src-db/database/model/tables/AD_PREFERENCE.xml
        src-db/database/sourcedata/AD_MESSAGE.xml

    Javier Etxarri <[email protected]> 
    FIxes issue 20211: JUnit error on Oracle build.
The difference is in the select SD.M_STORAGE_DETAIL_ID, now is SELECT 
MAX(SD.M_STORAGE_DETAIL_ID)
        src-db/database/model/functions/M_UPDATE_INVENTORY.xml

    Guillermo Álvarez de Eulate <[email protected]> 
    fixed issue 20192: Fields which aren shown in grid but hidden in form can 
be edited.
Some properties of the grid fields in edit mode are taken from form view. In 
this case the property visible (true for the grid but false for the form) was 
take from form view and the the field in the grid (edit mode) doesn't accepts 
the focus
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js

    David Baz Fayos <[email protected]> 
    Related to issue 20217: removed unneeded JobExecutionException from 
index.jsp
        src/index.jsp

    Miguel de Juana <[email protected]> 
    Fixed issue 15448: Renamed getParamsDefalated to getParamsDeflated
In ProcessBundle.java, the method getParamsDefalated has been renamed to 
getParamsDeflated
        src/org/openbravo/scheduling/OBScheduler.java
        src/org/openbravo/scheduling/ProcessBundle.java

    Naiara Martinez <[email protected]> 
    change log4j.info for log4j.error
        src/org/openbravo/erpCommon/ad_callouts/SL_InOut_AccountingDate.java

    David Baz Fayos <[email protected]> 
    Related to issue 20216: Backed out changeset
        
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/ISC_History.js
        
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/ISC_Combined.js
        src/index.jsp

    David Baz Fayos <[email protected]> 
    Fixed issue 20217: Added a way to load uncompressed SmartCliend code.
In order to do it, module 'org.openbravo.userinterface.smartclient.dev' is 
needed.
This module should be as 'In Development' mode.
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelUtils.java
        src/index.jsp

    David Baz Fayos <[email protected]> 
    Fixed issue 20216: Added 'ISC_History.js' content inside 'ISC_Combined.js'
        
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/ISC_Combined.js
        src/index.jsp
        
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/ISC_History.js

    Priya Muthukumar <[email protected]> 
    Merge back from main
      
    RM packaging bot <[email protected]> 
    Merge temporary head for 3.0MP8.2
      
    RM packaging bot <[email protected]> 
    Added signature for changeset f4d0cceea00d
        .hgsigs

    RM packaging bot <[email protected]> 
    Added tag 3.0MP8.2 for changeset b625648e103e
        .hgtags

    RM packaging bot <[email protected]> 
    Update AD_MODULE version to 3.0MP8.2
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        src-db/database/sourcedata/AD_MODULE.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

    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

    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

    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

    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

    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

    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

    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

    Augusto Mauch <[email protected]> 
    Fixes issue 19694: Wrong behaviour when introducing a date in grid

The function update value of ob-formitem-date.js was only meant to be called in 
the cellEditEnd in the grid view or when the item loses focus in the form view. 
The behaviour was wrong because the updateValue function was also being called 
while the field was being edited. A flag (_preventDateParsing) has been added 
to the grid to ensure that the updateValue function is only called when needed.
        
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/form/ob-view-form.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Augusto Mauch <[email protected]> 
    Fixes issue: 20187: Remove button is displayed correctly in Payment In

In the fix of issue 20035, the AddOrderOrInvoice.html file was modified in 
order to make it compatible with Internet Explorer. That change broke the 
creation of the remove buttons in the window that is opened when the Add 
Details button is pushed in the Payment In window. Now, instead of using 
appendChild(document.createTextNode(text)) to modify the innerHTML property of 
DOM  elementes, a div element is created and appended.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html

    Javier Etxarri <[email protected]> 
    Fixes issue 19922: Copy details in G/L Journal does not take all data
        src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java
        src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_data.xsql

    Ioritz Cia <[email protected]> 
    Backout of changeset 1a52e412153b. 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 20119: text error in combo 'Financial Account' in payment 
execution form.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.java

    Ioritz Cia <[email protected]> 
    Fixes issue 19502: Production Run Status report.
Q.Left has to be zero when the phase is closed.
        src/org/openbravo/erpCommon/ad_reports/ReportProductionRun_data.xsql

    Javier Etxarri <[email protected]> 
    Fixes issue 20197: Building the application generated a failure in Jenkins' 
incremental build.
Solution has been to delete the extra ;
        
src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteInventoryLinesData.class
        
src-util/modulescript/src/org/openbravo/modulescript/DeleteInventoryLines_data.xsql

    Naiara Martinez <[email protected]> 
    Add e in log4j.info
        src/org/openbravo/erpCommon/ad_callouts/SL_InOut_AccountingDate.java

    Javier Etxarri <[email protected]> 
    Fixes issue 19947: Button refresh in enterprise module
management window does not work after apply a dataset
        src/org/openbravo/erpCommon/ad_forms/Resultado.html

    Miguel de Juana <[email protected]> 
    Fixed issue 10778: Updating core in license agreements pop up, empties 
deleted.
Updating Core, in license agreements pop up, Selected installations appears 
empty. Now, If selected installations is empty, it won't appear.
        src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java

    Naiara Martinez <[email protected]> 
    fixed issue 18993 Accounting date on Goods Receipt defaulted from Movement 
Date
        src/org/openbravo/erpCommon/ad_callouts/SL_InOut_AccountingDate.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

    David Baz Fayos <[email protected]> 
    Fixed issue 20178: Added classic DataGrid missing png
        web/js/openbravo/templates/editingRow.png
        web/js/openbravo/templates/refreshingRow.png
        web/js/openbravo/templates/rowError.png
        web/js/openbravo/templates/rowSaved.png

    Javier Etxarri <[email protected]> 
    Fixes issue 20168: It is possible select a products from price list with 
different currency to the header price list
        src-db/database/sourcedata/OBUISEL_SELECTOR.xml

    Asier Lostalé <[email protected]> 
    fixed bug 18351: Action buttons don't work when app is running in root 
context
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-action-button.js

    Pablo Lujan <[email protected]> 
    Adds Pick and Execute grid to test registry.
This change is required to automate the Pick and Execute window. It adds a new 
Grid element to the Test Registry.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js

    Antonio Moreno <[email protected]> 
    Fixed issue 20190. Added admin mode so that the process doesn't fail if the 
role doesn't have access to the currency window
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java

    Javier Etxarri <[email protected]> 
    Fixes issue 20159: Product with mandatory attribute should not generate 
lines without attribute in m_storage_detail
        
src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteInventoryLines.class
        
src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteInventoryLinesData.class
        
src-util/modulescript/src/org/openbravo/modulescript/DeleteInventoryLines.java
        
src-util/modulescript/src/org/openbravo/modulescript/DeleteInventoryLines_data.xsql
        src-db/database/model/functions/M_UPDATE_INVENTORY.xml

 


Last 20 lines of the console output:

[...truncated 5525 lines...]
    [junit] Apr 13, 2012 1:01:33 AM org.openqa.selenium.remote.RemoteWebDriver 
log
    [junit] WARNING: Executing: screenshot
    [junit] Apr 13, 2012 1:01:33 AM org.openqa.selenium.remote.RemoteWebDriver 
log
    [junit] WARNING: Executing: quit
    [junit] 

BUILD FAILED
/srv/hudson/workspace/int-functional-accounting-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/modules/functionalteam/accounting/testsuites/FAMa_MultiaccountingSchema/build.xml:28:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-functional-accounting-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/modules/functionalteam/accounting/testsuites/FAMa_MultiaccountingSchema/build.xml:58:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-functional-accounting-oracle/SANDBOX/automation/pi/build.xml:69:
 Test 
com.openbravo.test.integration.erp.modules.functionalteam.accounting.testsuites.FAMa_MultiaccountingSchema.FAMa_010SalesPostREC
 failed

Total time: 11 minutes 9 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
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to