int-sales-procurement-oracle - Build # 684 - Still Failing:
Check console output at
http://builds.openbravo.com/job/int-sales-procurement-oracle/684/ to view the
results.
Committers since last success:
Changes for Build #682
Augusto Mauch <[email protected]>
Fixes issue 23890: The same hql is generated in the grid and in form view
The problem was that for that particular selector (Product selector), the
generated displayfield string was 'product$product$name'. This is not correct,
because the Product entity does not have a product property, the correct
displayfield string is product$name. This has been fixed in the
getDisplayFielName method of the FKSelectorUIDefinition class. A check has been
added to make sure that the property used in the display field is part of the
referenced entity. If it is not, then the displayFieldName is returned
directly, instead of trying to append it to the referenced property.
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/reference/FKSelectorUIDefinition.java
Jon Alegría <[email protected]>
Fixes issue 0023929: In FIN_Financia_Account table the sequence number of
the
identifier columns are not correctly defined
src-db/database/sourcedata/AD_COLUMN.xml
Pandeeswari Ramakrishnan <[email protected]>
Related to issue 23560
src/org/openbravo/erpCommon/ad_actionButton/RMInsertOrphanLine.java
Pandeeswari Ramakrishnan <[email protected]>
Fixes issue 23560: Insert Orphan Line when using Price List including taxes
src/org/openbravo/erpCommon/ad_actionButton/RMInsertOrphanLine.java
Jon Alegría <[email protected]>
Fixes issue 0023926: Date is truncated in getStockLines method
src/org/openbravo/costing/CostingRuleProcess.java
Sandra Huguet <[email protected]>
Fixed bug 23617 changed ALERT_RULE_SQL2 in Issue21640WrongMatchInvAccounting
src-util/modulescript/build/classes/org/openbravo/modulescript/Issue21640WrongMatchInvAccounting.class
src-util/modulescript/src/org/openbravo/modulescript/Issue21640WrongMatchInvAccounting.java
Augusto Mauch <[email protected]>
Fixes issue 23889: No extra datasource calls are done by selectors
Pick lists and grids use a property called drawAllMaxCells, that is used to
determine how many cells should be fetched from the datasource, its default
value is 250. If after making a datasource call smartclient finds out that the
number of retrieved cells is lower than drawAllMaxCells, it will do another
datasource call, and repeat this process until the number of cells fetched are
higher than drawAllMaxCells or until all cells have been fetched.
This is not the intented behaviour, we want the rows to be fetched when the
user scrolls down and is out of cached rows. That is why in the definition of
OBViewGrid the drawAllMaxCells is set to 0. To fix this issue this property is
also set to 0 in the selector pick list and grid.
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
Changes for Build #683
Ioritz Cia <[email protected]>
Fixes issue 23386: Goods shipment report doesn't show correctly the
pagination.
src/org/openbravo/erpReports/RptM_InOut.jrxml
RM packaging bot <[email protected]>
CI: merge back from main
RM packaging bot <[email protected]>
CI: update AD_MODULE to version 20479
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
Changes for Build #684
Shankar Balachandran <[email protected]>
Related to Issue 23913 : Added help comment and description
src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
Shankar Balachandran <[email protected]>
Fixes Issue 0023913: List of Dropdowns with more than 1000 fire a warning
Changed fields of reservation pick and edit, Prereservation pick and edit from
table/tableDir to Selectors.
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_REFERENCE.xml
src-db/database/sourcedata/OBUISEL_SELECTOR.xml
src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
Sandra Huguet <[email protected]>
Fixed bug 23936 Product reference was changed to ProductSimple in invoices
src-db/database/sourcedata/AD_COLUMN.xml
Sandra Huguet <[email protected]>
Fixed bug 23541 It is not allow negative quantities in BOMProducts
src-db/database/sourcedata/AD_MESSAGE.xml
src/org/openbravo/erpCommon/ad_process/VerifyBOM.java
Asier Lostalé <[email protected]>
fixed bug 23934: sequential scan on AD_Session when logging in
src-db/database/model/tables/AD_SESSION.xml
Last 20 lines of the console output:
[...truncated 3281 lines...]
[junit] Session ID: 329077b1-a1c2-4715-9459-d87d9fd1ac21
[junit] Driver info: com.openbravo.test.integration.selenium.RemoteWebDriver
[junit] Capabilities [{platform=LINUX, acceptSslCerts=true,
javascriptEnabled=true, browserName=firefox, rotatable=false,
locationContextEnabled=true,
webdriver.remote.sessionid=329077b1-a1c2-4715-9459-d87d9fd1ac21, version=13.0,
cssSelectorsEnabled=true, databaseEnabled=true, handlesAlerts=true,
browserConnectionEnabled=true, webStorageEnabled=true, nativeEvents=false,
applicationCacheEnabled=true, takesScreenshot=true}])
[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:29:
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:41:
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.SALb_AddSalesInvoicePayment
failed
Total time: 22 minutes 17 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
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds