int-api - Build # 2811 - Still Failing:
Check console output at https://ci.openbravo.com/job/int-api/2811/ to view the
results.
Committers since last success:
Changes for Build #2810
Alvaro Ferraz <[email protected]> null
Related to issue 36170: Disable warning until issue is fixed
src-util/modulescript/build/classes/org/openbravo/modulescript/GrantAccessToProcessDefinition.class
src-util/modulescript/src/org/openbravo/modulescript/GrantAccessToProcessDefinition.java
Atul Gaware <[email protected]> null
Related to Issue 36091:Set proper process id in M_Inout_Create while calling
M_Get_Stock_Param
Process Id of M_Inout_Create is '199' as this should be passed as ProcessID
parameter while calling M_Get_Stock_Param
src-db/database/model/functions/M_INOUT_CREATE.xml
Alvaro Ferraz <[email protected]> null
Related to issue 36091: Code review improvements
src-db/database/model/functions/M_GET_STOCK_PARAM.xml
Atul Gaware <[email protected]> null
Fixes Issue 36091:ProcessID parameter is not available in the extension
points of M_GET_STOCK_PARAM function
Each DB procedure calling M_GET_STOCK_PARAM send its own process id to
M_GET_STOCK_PARAM. v_ProcessID is sent insert as PInstance Parameter
instead of '---'.
To avoid unique constraint ad_pinstance_para_pinstance_un error on
table ad_pinstance_para for columns ad_pinstance_id and seqno, as 160
seqno is already used for "Available" parameter, 190 seqno is set for
v_ProcessID parameter.
src-db/database/model/functions/M_GET_STOCK_PARAM.xml
Armaignac <[email protected]> null
Fixes issue 36005: Wrong cost for produced product in a work effort
When exist a consume product with duplicated cost entry both cost was used to
calculate the cost of the produced product.
Now to compute the cost of the produced product will only take the min cost of
the consume product.
src-db/database/model/functions/MA_PRODUCTION_COST.xml
Armaignac <[email protected]> null
Fixes issue 36008: Not production products in work efforts
In the Work Efforts and Production Run windows the product selector wasn't
filtering by production products.
Now a filter expression of Product Complete selector include the Work Effort
and Production Run windows for filtering by production products.
src-db/database/sourcedata/OBUISEL_SELECTOR.xml
Carlos Aristu <[email protected]> null
related to bug 36141: use variable instead of invoking the method again
src/org/openbravo/service/web/BaseWebServiceServlet.java
Asier Martirena <[email protected]> null
Related to issue 35955: Backed out changeset 183e160920ec
src/org/openbravo/erpCommon/businessUtility/CancelAndReplaceUtils.java
Asier Martirena <[email protected]> null
Related to issue 35955: Cancel and Replace does not work with paid on
credit tickets.
The credit is updated with the C&R and CL processes.
src/org/openbravo/erpCommon/businessUtility/CancelAndReplaceUtils.java
Asier Lostalé <[email protected]> null
fixed bug 36066: no updateable AD definition can be overwritten by role
config
* Take into account when applying role config at tab level if column is read
only, read only field was already considered.
* When applying role config at field level, take into accout both field and
column
modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowSettingsActionHandler.java
Alvaro Ferraz <[email protected]> null
Related to issue 34432: Code review improvements
Use BigDecimal.ZERO instead of new BigDecimal(0) and BigDecimal.ONE instead of
new BigDecimal(1).
Changed totalAmount = amount.add(totalAmount) with totalAmount =
totalAmount.add(amount) which is more understandable.
src/org/openbravo/erpCommon/ad_forms/AcctServer.java
src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java
src/org/openbravo/erpCommon/ad_forms/DocFINPayment.java
src/org/openbravo/erpCommon/ad_forms/DocFINReconciliation.java
Armaignac <[email protected]> null
Fixes issue 34432: Accounting information not grouped by invoice when
posting
Accounting information was not properly grouped when posting a payment related
with one invoice created from several orders. Accounting info was splitted by
order when this is not necessary and confusing for end user.
Now if there is a previous Payment Detail that belongs to the same Invoice, the
amounts
are added.
src/org/openbravo/erpCommon/ad_forms/AcctServer.java
src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java
src/org/openbravo/erpCommon/ad_forms/DocFINPayment.java
src/org/openbravo/erpCommon/ad_forms/DocFINReconciliation.java
Asier Lostalé <[email protected]> null
fixed bug 36141: stateful WS calls create long lived HttpSessions
- Now expiration time for sessions in WS calls is configurable through
ws.maxInactiveInterval property, which defaults to 1 minute
- Removed log while destroying context to just summarize number of sessions
to deactive from DB + spent time.
src/org/openbravo/erpCommon/security/SessionListener.java
src/org/openbravo/service/web/BaseWebServiceServlet.java
Asier Lostalé <[email protected]> null
fixed bug 36165: useless log for non matching DB messages
- downgraded level from info to debug
- don't concatenate log String if it's not logged
src/org/openbravo/erpCommon/utility/ErrorTextParserPOSTGRE.java
Asier Lostalé <[email protected]> null
related to bug 36161: FIC log
don't calculate log message if known not to be displayed
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Asier Lostalé <[email protected]> null
fixed bug 36163: val rule for non-existent col fails if prop fld has same
name
Having a validation rule referring to a non-existent column in tab fields, and
having in the same tab a property field with the same name failed.
This was caused because in the map of available columns used to parse
validation
rule, the column name was directly used withouth distinguishing property
fields,
so the validation rule was parsed assuming there was a column with the same
name.
Now this list differentiates property fields, so in this case that reference
will
just be skipped as non-existing (see also #36164)
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Asier Lostalé <[email protected]> null
fixed bug 36161: useless log having an incorrect definition for validation
rule
Include in the log information about the columns that participate in the
faling
auxiliary input, as well as the list of columns that were sorted before the
failure.
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Asier Lostalé <[email protected]> null
related to bug 36161: useless log having an incorrect definition for val
rule
In centralized FIC error log
- added context information (tabId, FIC mode, row id)
- use standard log: don't print in System.err
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Atul Gaware <[email protected]> null
Fixes issue 36148: Wrong invoice organizations taken for calculating
commission
When trx organization is not selected in commission line then consider only the
invoices
in the organization of the Org tree of commission organization.
src-db/database/model/functions/C_COMMISSION_PROCESS.xml
Kepa Choperena <[email protected]> null
Backout 32250 changeset
src/org/openbravo/erpCommon/businessUtility/CancelAndReplaceUtils.java
Kepa Choperena <[email protected]> null
Added DB locker in cancelAndReplace to avoid concurrent access
src/org/openbravo/erpCommon/businessUtility/CancelAndReplaceUtils.java
Ander Iraceburu <[email protected]> null
Related to issue 33035: Improved GrantAccessToProcessDefinition modulescript
src-util/modulescript/build/classes/org/openbravo/modulescript/GrantAccessToProcessDefinition.class
src-util/modulescript/build/classes/org/openbravo/modulescript/GrantAccessToProcessDefinitionData.class
src-util/modulescript/src/org/openbravo/modulescript/GrantAccessToProcessDefinition.java
src-util/modulescript/src/org/openbravo/modulescript/GrantAccessToProcessDefinition_data.xsql
Ander Iraceburu <[email protected]> null
Fixes issue 33035: Purchase Order Report Refactor
src-util/modulescript/build/classes/org/openbravo/modulescript/GrantAccessToProcessDefinition.class
src-util/modulescript/build/classes/org/openbravo/modulescript/GrantAccessToProcessDefinitionData.class
src-util/modulescript/src/org/openbravo/modulescript/GrantAccessToProcessDefinition.java
src-util/modulescript/src/org/openbravo/modulescript/GrantAccessToProcessDefinition_data.xsql
src/org/openbravo/erpCommon/ad_reports/ReportPurchaseOrderXLS.jrxml
modules/org.openbravo.v3.datasets/referencedata/standard/V3_Roles.xml
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_DATASET.xml
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_DATASET_TABLE.xml
referencedata/sampledata/F_B_International_Group/AD_PROCESS_ACCESS.xml
referencedata/sampledata/F_B_International_Group/OBUIAPP_PROCESS_ACCESS.xml
referencedata/sampledata/QA_Testing/AD_PROCESS_ACCESS.xml
referencedata/sampledata/QA_Testing/OBUIAPP_PROCESS_ACCESS.xml
src-db/database/sourcedata/AD_MENU.xml
src-db/database/sourcedata/AD_PROCESS.xml
src-db/database/sourcedata/AD_REFERENCE.xml
src-db/database/sourcedata/AD_REF_LIST.xml
src-db/database/sourcedata/AD_TEXTINTERFACES.xml
src-db/database/sourcedata/OBUIAPP_PARAMETER.xml
src-db/database/sourcedata/OBUIAPP_PROCESS.xml
src-db/database/sourcedata/OBUIAPP_REPORT.xml
src-db/database/sourcedata/OBUISEL_SELECTOR.xml
src/org/openbravo/erpCommon/ad_reports/ReportPurchaseOrder.jrxml
RM packaging bot <[email protected]> null
CI: merge back from main
RM packaging bot <[email protected]> null
CI: update AD_MODULE to version 32243
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
Changes for Build #2811
Mark <[email protected]> null
Fixes issue 36170: Improvements in GrantAccessToProcessDefinition
modulescript
Instead of showing the warning when modulescript is applied, an alert is
created and assigned to the admin role and each of the affected roles informing
about the problem.
src-util/modulescript/build/classes/org/openbravo/modulescript/GrantAccessToProcessDefinition.class
src-util/modulescript/build/classes/org/openbravo/modulescript/GrantAccessToProcessDefinitionData.class
src-util/modulescript/src/org/openbravo/modulescript/GrantAccessToProcessDefinition.java
src-util/modulescript/src/org/openbravo/modulescript/GrantAccessToProcessDefinition_data.xsql
Last 20 lines of the console output:
[...truncated 549 lines...]
org.openbravo.erpCommon.reference:
Missing
method
org.openbravo.erpCommon.reference.ActionButtonData.process800171(org.openbravo.database.ConnectionProvider,
java.lang.String): missing in
/srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java
+ failure=1
+ exit 1
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : cp
/srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java.japi.gz .
[int-api] $ /bin/bash -xe /tmp/hudson2055332541523182123.sh
+ cp /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java.japi.gz .
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Checking console output
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds