int-sales-procurement-pgsql - Build # 841 - Failure:
Check console output at
http://builds.openbravo.com/job/int-sales-procurement-pgsql/841/ to view the
results.
Committers since last success:
Changes for Build #841
RM packaging bot <[email protected]>
Merge back from main
RM packaging bot <[email protected]>
Added signature for changeset b79dd1dc55aa
.hgsigs
RM packaging bot <[email protected]>
Added tag 3.0MP27 for changeset 5bc4ca20d6f5
.hgtags
RM packaging bot <[email protected]>
Update AD_MODULE version to 3.0MP27
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
Gorka Ion Damián <[email protected]>
Fixed issue 24754.Add pricelist type field and unify processes.
src-db/database/model/tables/M_PRODUCT_CH.xml
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
src-db/database/sourcedata/AD_MESSAGE.xml
src-db/database/sourcedata/AD_REFERENCE.xml
src-db/database/sourcedata/AD_REF_LIST.xml
src/org/openbravo/materialmgmt/VariantAutomaticGenerationProcess.java
src/org/openbravo/materialmgmt/actionhandler/ManageVariants.java
Gorka Ion Damián <[email protected]>
Related to issue 24749.Fix consistency issue.
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_FIELD.xml
Gorka Ion Damián <[email protected]>
Fixed issue 24749.Add help to the Process.
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_FIELD.xml
src-db/database/sourcedata/AD_PROCESS.xml
Asier Lostalé <[email protected]>
fixed bug 24739: characteristics filter is not cleared in product selector
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js
Asier Lostalé <[email protected]>
fixed bug 24696: error in log when empty product selector in Order window
if price actual is not calculated because there's no product set 0 instead of
blank
src/org/openbravo/erpCommon/ad_callouts/SL_Order_Product.java
Asier Lostalé <[email protected]>
fixed bug 24735: characteristics filter only works in product window or
selector
HQL query to be executed needs to determine product property in the entity
that
is being filtered. Now this is determined based on field name path, previously
it was hardcoded for the two working cases (product window and product
selector)
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js
Asier Lostalé <[email protected]>
related to bug 24735: characteristics filter not working in product selector
Properly set operator type in OBCharacteristicsFilterItem, so
DynamicForm.shouldApplyCriterionToItem
method is able correctly evaluate whether the criterion is managed by that
item. If operator type
is default (iContains), shouldApplyCriterionToItem cannot properly determine
the item managing the
criterion, resulting in some cases it to be stored in _extraAdvancedCriteria
to be preserved as a
non directly editable filter, appending in this way new criterions to
previous one.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js
Shankar Balachandran <[email protected]>
Fixes Issue 0024694: Added index to m_product to improve simple product
selector performance
Added index m_product_gen_prod for m_product table.
src-db/database/model/tables/M_PRODUCT.xml
Asier Lostalé <[email protected]>
fixed bug 24702: can't edit in grid product with characteristics
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/CharacteristicsUIDefinition.java
Gorka Ion Damián <[email protected]>
Fixed issue 24699.Add read only and disply logics to fields in product.
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_FIELD.xml
Pandeeswari Ramakrishnan <[email protected]>
Fixes Issue 24538: Impossible to create a payment with access to window
payment in
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
Last 20 lines of the console output:
[...truncated 17954 lines...]
[junit] Session ID: d662f216-4449-4879-95ba-db66c7844f17
[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=d662f216-4449-4879-95ba-db66c7844f17, 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-pgsql/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/build.xml:41:
The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-pgsql/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/financial/build.xml:33:
The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-pgsql/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/financial/build.xml:69:
The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-pgsql/SANDBOX/automation/pi/build.xml:69:
Test
com.openbravo.test.integration.erp.testsuites.smoke.financial.FINf_ManualReconciliation
failed
Total time: 93 minutes 18 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
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds