int-sales-procurement-oracle - Build # 686 - Still Failing:
Check console output at
http://builds.openbravo.com/job/int-sales-procurement-oracle/686/ 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
Changes for Build #685
Shankar Balachandran <[email protected]>
Related to Issue 23925 : Jslint changes
added condition to ignore regex criteria while setting symbol and made
modifications in code for jslint compliance
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-fk-filter.js
Augusto Mauch <[email protected]>
Fixes issue 23078: Child tabs use parent ad_module_id as default
The module column of child tabs should not be defaulted to the module flagged
as default, but to the module of the record parent. This has been fixed for the
module columns for the Menu - Menu Parameters and the Reference - User
Interface Definition tabs.
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_COLUMN.xml
Antonio Moreno <[email protected]>
Fixed issue 23946. The backend restriction will not be checked if there is
no way to retrieve the role.
src/index.jsp
Shankar Balachandran <[email protected]>
Related to Issue 23913 : Code review changes
src-db/database/sourcedata/AD_REFERENCE.xml
src-db/database/sourcedata/OBUISEL_SELECTOR.xml
src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
Shankar Balachandran <[email protected]>
Fixes Issue 23925: Filter does not work properly when using ^
After forming criteria from current filter, the operator symbols were removed
and only the value is retained.
Added the appropriate operator symbol, based on the operator.
Ignored contains case alone as normal values will be replaced with ~value.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-fk-filter.js
Sandra Huguet <[email protected]>
Fixed bug 23279 Http 0 error obtained in manual reconciliation
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/Reconciliation.html
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/Reconciliation.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ReconciliationGrid.srpt
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ReconciliationGrid.xml
Augusto Mauch <[email protected]>
Fixes issue 23841: Fixed duplicated close, close are done in finally blocks
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/AcctSchemaEventHandler.java
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/CustomQuerySelectorDatasource.java
src/org/openbravo/costing/CostingMigrationProcess.java
src/org/openbravo/costing/CostingRuleProcess.java
src/org/openbravo/erpCommon/ad_actionButton/MRPManufacturingPlanProcess.java
src/org/openbravo/erpCommon/ad_process/MRPPurchaseCreateReservations.java
src/org/openbravo/erpCommon/utility/WindowTree.java
Changes for Build #686
Augusto Mauch <[email protected]>
Related to issue 23770: Backed out change, some warning should be logged
The approach used in this fix (modifying the template so only the jasper error
are logged by default) should be improved. Instead of not logging any warning,
we should try to reduce the number of warnings logged by fixing them. I.e. lots
of warnings are related to the use of deprecated methods, those can be avoided
by using the @supresswarnings annotation or by using a not deprecated method.
config/log4j.lcf.template
Last 20 lines of the console output:
[...truncated 3270 lines...]
[junit] Session ID: 1fff9940-d8dc-4484-96a2-5c5700a19451
[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=1fff9940-d8dc-4484-96a2-5c5700a19451, 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 24 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