int-gui-oracle - Build # 1590 - Still unstable:
Check console output at https://ci.openbravo.com/job/int-gui-oracle/1590/ to
view the results.
Committers since last success:
Changes for Build #1588
Asier Lostalé <[email protected]> null
fixed issue 33032: SystemValidatorTest is executed only for modules in dev
Now all modules are set in development before executing the test and reset
on finalization
src-test/src/org/openbravo/test/system/SystemValidatorTest.java
Asier Lostalé <[email protected]> null
related to issue 30680: clean up SystemValidatorTest
Removed unused (ignored) test cases
src-test/src/org/openbravo/test/system/SystemValidatorTest.java
Asier Lostalé <[email protected]> null
fixed issue 30680: Weld module does not pass 'ant validate.modules'
Created blacklist that allows to define a META-INF directory inside src.
src/org/openbravo/service/system/ModuleValidator.java
Changes for Build #1589
Mark <[email protected]> null
Fixes issue 32892: Allowed to add goods receipts to a landed cost
Allowed to add goods receipts to a landed cost if the costing rule starting
date is empty.
src-db/database/sourcedata/OBUISEL_SELECTOR.xml
Changes for Build #1590
RM packaging bot <[email protected]> null
Merge back from main
RM packaging bot <[email protected]> null
Merge temporary head for 3.0PR16Q1.2
RM packaging bot <[email protected]> null
Added signature for changeset 98bdf9167a3d
.hgsigs
RM packaging bot <[email protected]> null
Added tag 3.0PR16Q1.2 for changeset ec73935a2c83
.hgtags
RM packaging bot <[email protected]> null
Update AD_MODULE version to 3.0PR16Q1.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.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.apachejdbcconnectionpool/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.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.utility.cleanup.log/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
Carlos Aristu <[email protected]> null
fixes issue 33024: Cannot export CSV from Widgets
The name of the parameter used to sent the tab ID when exporting to CSV
changed, this
affected a check on DataSourceServlet that was always true when exporting
widgets until now.
Created an utility method to check whether a json value can be considered as
empty which takes into account common cases of null and undefined literals.
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonConstants.java
modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonUtils.java
Alvaro Ferraz <[email protected]> null
Fixes issue 33007: Stock before costing rule not shown in Valued Stock
Report
Convert current costing rule starting date with to_timestamp instead of with
to_date function to avoid date truncation.
Before, current costing rule starting date was truncated and closing and
opening inventories created by costing rule validation were taken, so stock was
zero.
Now, current costing rule starting date will not be truncated and only opening
inventory created by costing rule validation will be taken, then stock will be
the same as before the costing rule.
src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.java
src/org/openbravo/erpCommon/ad_reports/ReportValuationStock_data.xsql
Asier Lostalé <[email protected]> null
fixed bug 33014: error in Instance Activation when using an expired license
When using a license within an erroneous state (such as expired), message
severity
was incorrectly obtained from the enum, causing an exception to be thrown.
Fixed by using MsgSeverity.forType method instead of valueOf. forType method
was designed with this purpose.
In addition, some other changes have been done on MsgSeverity enum:
* valueOf method is static so no need to invoke it on an instance (to may be
another one, which is weird).
* checking with actual type rather than with toString (which might change)
* reversed comparision order to prevent NPE in case param in null
src/org/openbravo/erpCommon/obps/ActivationKey.java
src/org/openbravo/erpCommon/obps/ModuleLicenseRestrictions.java
Alvaro Ferraz <[email protected]> null
Related to issue 32983: Code review improvements
src-db/database/model/functions/C_ORDER_POST1.xml
Atul Gaware <[email protected]> null
Fixes issue 32983: Generate duplicate payment plan under some circumstances
Before processing order, a check is done whether processed flag is N or not.
src-db/database/model/functions/C_ORDER_POST1.xml
Last 20 lines of the console output:
[...truncated 10228 lines...]
DEBUG: Check log called with parameters: ENABLED=ENABLE
Errors in openbravo log (artifact: int-gui-oracle.log):
2016-05-24 14:45:59,658 [TP-Processor3] ERROR
org.openbravo.base.secureApp.LoginUtils - Login organization is not in role
organizations list. Role: 4028E6C72959682B01295A071429011E, Org:
E443A31992CB4635AFCAEABE7183CE85
2016-05-24 14:45:59,664 [TP-Processor3] ERROR
org.openbravo.base.secureApp.LoginUtils - Login client is not in role clients
list. Role: 4028E6C72959682B01295A071429011E, Client:
23C59575B9CF467C9620760EB255B389
2016-05-24 14:55:11,381 [TP-Processor1] ERROR
org.openbravo.base.secureApp.LoginUtils - Login organization is not in role
organizations list. Role: 4028E6C72959682B01295A071429011E, Org:
E443A31992CB4635AFCAEABE7183CE85
2016-05-24 14:55:11,385 [TP-Processor1] ERROR
org.openbravo.base.secureApp.LoginUtils - Login client is not in role clients
list. Role: 4028E6C72959682B01295A071429011E, Client:
23C59575B9CF467C9620760EB255B389
Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
/srv/ci/workspace/int-gui-oracle/SANDBOX/openbravo.log:
2016-05-24 14:45:59,658 [TP-Processor3] ERROR
org.openbravo.base.secureApp.LoginUtils - Login organization is not in role
organizations list. Role: 4028E6C72959682B01295A071429011E, Org:
E443A31992CB4635AFCAEABE7183CE85
2016-05-24 14:45:59,664 [TP-Processor3] ERROR
org.openbravo.base.secureApp.LoginUtils - Login client is not in role clients
list. Role: 4028E6C72959682B01295A071429011E, Client:
23C59575B9CF467C9620760EB255B389
2016-05-24 14:55:11,381 [TP-Processor1] ERROR
org.openbravo.base.secureApp.LoginUtils - Login organization is not in role
organizations list. Role: 4028E6C72959682B01295A071429011E, Org:
E443A31992CB4635AFCAEABE7183CE85
2016-05-24 14:55:11,385 [TP-Processor1] ERROR
org.openbravo.base.secureApp.LoginUtils - Login client is not in role clients
list. Role: 4028E6C72959682B01295A071429011E, Client:
23C59575B9CF467C9620760EB255B389
Build step 'Jenkins Text Finder' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds