int-checks-oracle - Build # 4040 - Fixed:
Check console output at https://ci.openbravo.com/job/int-checks-oracle/4040/ to
view the results.
Committers since last success:
Changes for Build #4038
Javier Armendáriz <[email protected]> null
Fixed issue 39218: Hidden value in grid not updated when edited in process
This changeset removes the edit values in the selected fields either after
refreshing the grid view or when returning from a process to make sure the
values passed are always up-to-date.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
Changes for Build #4039
RM packaging bot <[email protected]> null
Merge back from main
RM packaging bot <[email protected]> null
Merge temporary head for 3.0PR18Q4.2
RM packaging bot <[email protected]> null
Added signature for changeset c508fdfd08e0
.hgsigs
RM packaging bot <[email protected]> null
Added tag 3.0PR18Q4.2 for changeset c23ab3fedd95
.hgtags
RM packaging bot <[email protected]> null
Update AD_MODULE version to 3.0PR18Q4.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
Javier Armendáriz <[email protected]> null
Fixed issue 40259: Wrong tab behavior on grid view in Firefox 65+.
Applied a patch from latest Smartclient 12 code that prevents that keypress
events are fired twice for tab key in Firefox 65+.
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/ISC_Combined.js
Atul Gaware <[email protected]> null
Fixes Issue 0040241:Unpost process can be very slow
To use existing index fact_acct_table_record_id for
ad_table_id and record_id columns of fact_acct, ad_table_id
is added in AND clause of exists subquery from fact_acct
table only if record id is sent to getDocbasetypes method.
src/org/openbravo/financial/ResetAccounting.java
Atul Gaware <[email protected]> null
Fixes Issue 40130:Set two new columns in C_Invoice as nullable and do not
set a default value
** Remove NOT NULL constraint for columns CREATEFROMORDERS, CREATEFROMINOUTS
** Avoid setting DEFAULT value N for above columns.
** Remove check constraint either Y or N for above columns.
src-db/database/model/tables/C_INVOICE.xml
src-db/database/sourcedata/AD_COLUMN.xml
Carlos Aristu <[email protected]> null
fixes issue 40016: Concurrency problems in MyOpenbravoActionHandler
As part of the changes done to decrease the time spent to load the widgets
after login, the WidgetProviders are cached[1]. This kind of classes had a
private field named widgetClass (a DAL object) which could cause errors when
accessing to some of its properties in a concurrent way.
To fix this issue we are now keeping in cache the properties of the WidgetClass
instead of keeping the reference to the DAL object.
[1]
https://code.openbravo.com/erp/devel/pi/rev/2a1a09ee6e6852cb977efa1a987e27d2811e9127#l1.178
modules/org.openbravo.client.myob/src/org/openbravo/client/myob/WidgetProvider.java
Carlos Aristu <[email protected]> null
related to issue 40015: apply new Java formatting
modules/org.openbravo.client.myob/src/org/openbravo/client/myob/WidgetProvider.java
Carlos Aristu <[email protected]> null
fixes issue 39954: Not possible to filter by characteristic in Create Lines
The changeset[1] was not taking into account the possibility of having a
field with a name that already contains 'product'. This can happen when having
a property field like: product.characteristicDescription.
In that case an extra 'product' was being added to the propery path which
resulted in a wrong HQL where clause definition for the characteristic filter.
Now we do not append 'product' to the property path in case it already starts
with it.
[1]
https://code.openbravo.com/erp/devel/pi/rev/f2979bad688953ced9571ab74cf312c989a0f81b
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js
Carlos Aristu <[email protected]> null
related to issue 39905: make it work when redirecting to Menu.html
This flow happens when some kind of license restriction is detected during
the login process
src/org/openbravo/base/secureApp/LoginHandler.java
src/org/openbravo/erpCommon/security/Menu.java
Carlos Aristu <[email protected]> null
fixes bug 39905: link to a document isn't followed properly after login
Before[1] the URL query string used to specify the link to a concrete
document was being stored in session. After that changeset the code to save
that value in session was no longer being executed, so it was not possible to
recover the document link information.
To solve this problem now we keep the query string with the link information
in the URL, and we retrieve it from there when needed.
[1]
https://code.openbravo.com/erp/devel/pi/rev/6d6a3a710fd21bbc60de46c5778b212c64ec300c
src/index.jsp
src/org/openbravo/base/secureApp/LoginHandler.java
src/org/openbravo/erpCommon/security/Login.html
web/js/login.js
web/js/utils.js
Atul Gaware <[email protected]> null
Fixes Issue 39892:Cannot process a Simple G/L Journal with
Open Items option selected on a line
Type of typed query was wrongly mentioned during hibernate
upgrade, org.openbravo.model.financialmgmt.accounting.coa.AcctSchema
required instead of org.openbravo.erpCommon.ad_forms.AcctSchema
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPaymentFromJournalLine.java
Sandra Huguet <[email protected]> null
related to issue 39870 update copyright year
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.java
Augusto Mauch <[email protected]> null
Fixes issue 39870: Replaces SUBREP_ prefix in report
The SUBREP_ prefix can only be used in a report parameter if there exists a
jrxml file wich the same
name as the parameter suffix. Otherwise the report is not generated.
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.jrxml
RM packaging bot <[email protected]> null
Merge temporary head for 3.0PR18Q3.5
RM packaging bot <[email protected]> null
Added signature for changeset 8b5dcae632a7
.hgsigs
RM packaging bot <[email protected]> null
Added tag 3.0PR18Q3.5 for changeset a68402a5ca6f
.hgtags
RM packaging bot <[email protected]> null
Update AD_MODULE version to 3.0PR18Q3.5
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
Javier Armendáriz <[email protected]> null
Fixed issue 40260: Wrong tab behavior on grid view in Firefox 65+.
Applied a patch from latest Smartclient 12 code that prevents that keypress
events are fired twice for tab key in Firefox 65+.
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/ISC_Combined.js
Atul Gaware <[email protected]> null
Fixes Issue 40242:Unpost process can be very slow
To use existing index fact_acct_table_record_id for
ad_table_id and record_id columns of fact_acct, ad_table_id
is added in AND clause of exists subquery from fact_acct
table only if record id is sent to getDocbasetypes method.
src/org/openbravo/financial/ResetAccounting.java
Carlos Aristu <[email protected]> null
fixes issue 40017: Concurrency problems in MyOpenbravoActionHandler
As part of the changes done to decrease the time spent to load the widgets
after login, the WidgetProviders are cached[1]. This kind of classes had a
private field named widgetClass (a DAL object) which could cause errors when
accessing to some of its properties in a concurrent way.
To fix this issue we are now keeping in cache the properties of the WidgetClass
instead of keeping the reference to the DAL object.
[1]
https://code.openbravo.com/erp/devel/pi/rev/2a1a09ee6e6852cb977efa1a987e27d2811e9127#l1.178
modules/org.openbravo.client.myob/src/org/openbravo/client/myob/WidgetProvider.java
Carlos Aristu <[email protected]> null
related to issue 40017: apply new Java formatting
modules/org.openbravo.client.myob/src/org/openbravo/client/myob/WidgetProvider.java
Carlos Aristu <[email protected]> null
fixes issue 39955: Not possible to filter by characteristic in Create Lines
The changeset[1] was not taking into account the possibility of having a
field with a name that already contains 'product'. This can happen when having
a property field like: product.characteristicDescription.
In that case an extra 'product' was being added to the propery path which
resulted in a wrong HQL where clause definition for the characteristic filter.
Now we do not append 'product' to the property path in case it already starts
with it.
[1]
https://code.openbravo.com/erp/devel/pi/rev/f2979bad688953ced9571ab74cf312c989a0f81b
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js
Carlos Aristu <[email protected]> null
related to issue 39906: make it work when redirecting to Menu.html
This flow happens when some kind of license restriction is detected during
the login process
src/org/openbravo/base/secureApp/LoginHandler.java
src/org/openbravo/erpCommon/security/Menu.java
Carlos Aristu <[email protected]> null
fixes bug 39906: link to a document isn't followed properly after login
Before[1] the URL query string used to specify the link to a concrete
document was being stored in session. After that changeset the code to save
that value in session was no longer being executed, so it was not possible to
recover the document link information.
To solve this problem now we keep the query string with the link information
in the URL, and we retrieve it from there when needed.
[1]
https://code.openbravo.com/erp/devel/pi/rev/6d6a3a710fd21bbc60de46c5778b212c64ec300c
src/index.jsp
src/org/openbravo/base/secureApp/LoginHandler.java
src/org/openbravo/erpCommon/security/Login.html
web/js/login.js
web/js/utils.js
Sandra Huguet <[email protected]> null
related to issue 39871 update copyright year
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.java
Augusto Mauch <[email protected]> null
Fixes issue 39871: Replaces SUBREP_ prefix in report
The SUBREP_ prefix can only be used in a report parameter if there exists a
jrxml file wich the same
name as the parameter suffix. Otherwise the report is not generated.
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.jrxml
Changes for Build #4040
Javier Armendáriz <[email protected]> null
Related to issue 39218: Hidden value in grid not updated when edited in
process
Applied js formatting
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
Last 20 lines of the console output:
[...truncated 13801 lines...]
[ "$(jps | grep Bootstrap || true)" != "" ] && echo "Tomcat has fail to stop"
&& exit 1 || true
[ "$i" != "0" ] && secs=$(echo "$i * 5" | bc) && echo "Waiting for $secs secs
for tomcat to stop"
echo
fi
[int-checks-oracle] $ /bin/bash -xe /tmp/hudson2583383084351065048.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 1
Archiving artifacts
Checking ERROR(?!: Failed to pull)|syntax error at or near|SQL error in
query|WARNING in
Recording test results
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds