int-gui-oracle - Build # 1591 - Fixed:
Check console output at https://ci.openbravo.com/job/int-gui-oracle/1591/ 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
Changes for Build #1591
Alvaro Ferraz <[email protected]> null
Related to issue 32954: Code review improvements
modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports/PaymentReportExcel.jrxml
Atul Gaware <[email protected]> null
Fixes issue 32954: Payment Report in Excel format is not setting ","
(comma) as decimal separator, although it is defined in Format.xml file
Numberformat parameter added inorder to apply formats on transactional and base
amount values
modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports/PaymentReportExcel.jrxml
Alvaro Ferraz <[email protected]> null
Related to issue 32937: Code review improvements
src-db/database/model/functions/C_ORDER_POST1.xml
src-db/database/model/functions/M_INOUT_CREATE.xml
src-db/database/model/triggers/C_ORDERLINE2_TRG.xml
Mark <[email protected]> null
Fixes issue 32937: Correct parameter is passed to the c_uom_convert function
The correct parameter is passed to the c_uom_convert function: it is the
c_uom_id associated to the m_product_uom_id instead the m_product_uom_id.
src-db/database/model/functions/C_ORDER_POST1.xml
src-db/database/model/triggers/C_ORDERLINE2_TRG.xml
Last 20 lines of the console output:
[...truncated 10236 lines...]
executing script 'Tomcat stop'
[int-gui-oracle] $ /bin/bash /tmp/build_step_template1360548268089029643.sh
ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
* Stopping Tomcat servlet engine for Openbravo tomcat
...done.
* Stopping web server apache2
... waiting .. ...done.
executing script 'Check log'
[int-gui-oracle] $ /bin/bash /tmp/build_step_template1690133575217161576.sh
ENABLE
DEBUG: Check log called with parameters: ENABLED=ENABLE
Check log: openbravo log (artifact: int-gui-oracle.log) is clean
Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
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