int-upgrade-pgsql - Build # 2321 - Still Failing:
Check console output at https://ci.openbravo.com/job/int-upgrade-pgsql/2321/ to
view the results.
Committers since last success:
Changes for Build #2319
RM packaging bot <staff...@openbravo.com> null
Merge back from main
RM packaging bot <staff...@openbravo.com> null
Merge temporary head for 3.0PR17Q4
RM packaging bot <staff...@openbravo.com> null
Added signature for changeset 43d95f7cb670
.hgsigs
RM packaging bot <staff...@openbravo.com> null
Added tag 3.0PR17Q4 for changeset a8b6912d30a3
.hgtags
RM packaging bot <staff...@openbravo.com> null
Update AD_MODULE version to 3.0PR17Q4
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
RM packaging bot <staff...@openbravo.com> null
Commit to increment the obx version
lib/README
RM packaging bot <staff...@openbravo.com> null
Commit to increment the obx version
lib/README
RM packaging bot <staff...@openbravo.com> null
Commit to increment the obx version
lib/README
Antonio Moreno <antonio.mor...@openbravo.com> null
Fixed issue 37420. Added index to improve performance of
C_IMPORT_ENTRY_ARCHIVE deletion.
src-db/database/model/tables/C_IMPORT_ENTRY_ARCHIVE.xml
Atul Gaware <atul.gaw...@openbravo.com> null
Fixes Issue 37456:Change the role in the ERP has performance
problems
** Flush is called before calling fillSessionArguments
** new ConnectionProvider without flush is passed to the
fillSessionArguments method which avoids flush for
every select statement which uses this connection Provider
as flush is not need for select statements.
modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoWidgetActionHandler.java
Carlos Aristu <carlos.ari...@openbravo.com> null
fixes bug 37429: Duplicated DS calls having the tree view shown in a sub-tab
Fix for issue #35545 was intended to force a datasource call when the
fetchData does not perform it. This function has a mechanism that avoids DS
calls when the grid criteria i not being changed.
But when the criteria indeed changes two DS request was being fired: the one
that we are forcing and the other one fired by the fetchData function. To avoid
this problem we are forcing the DS call just when the grid criteria has not
changed.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
Carlos Aristu <carlos.ari...@openbravo.com> null
fixes bug 37311: OB created partially in old processes shown in 3.0 windows
With the changes introduced on issue 0035553, the OB object is generated in
two stages: it is initialized when the JS static resources are loaded and
secondly additional session data is included with the SessionDynamic request.
In old processes inside 3.0 windows, a request to load the JS static
resources is done but the SessionDynamic request is not. As a result, the OB
object was generated partially. This caused JS errors when referencing to the
missing data.
To fix this issue, now when we are in an old process loaded inside a 3.0
window, instead of generating the OB object from scratch, it is cloned from the
main OB object of the application which is generated right after logging in.
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/templates/application-js.ftl
Inigo Sanchez <inigo.sanc...@openbravo.com> null
Fixed issue 37293: Deactivated orgs are displayed in the user profile widget
The problem was caused by the "Improve scalability of the login process"
project. When improving the performance
of the query that return the complete organizations list for the current user,
the OBQuery instance used to generate it was
replaced with a Query instance. The first includes by default the filter by is
active.
To fix the problem this filter must be added manually in the query. Now the
problem has been resolved by take into
account this filter. Besides the same problem is detected in other query
related with deactivated warehouses so it is fixed too.
modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/RoleInfo.java
Inigo Sanchez <inigo.sanc...@openbravo.com> null
Fixed issue 37281: Deactivated roles are displayed in the user profile
widget
The problem was caused by the "Improve scalability of the login process"
project. When improving the
performance of the query that return the complete role list for the current
user, the OBQuery instance
used to generate it was replaced with a Query instance. The first includes by
default the filter by is
active.
To fix the problem this filter must be added manually in the query. Now the
problem has been resolved
by take into account this filter.
modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoComponent.java
Carlos Aristu <carlos.ari...@openbravo.com> null
related to issue 37261: adapt test cases to the new component's definition
modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/GenerateComponentTest.java
modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/LabelTest.java
Carlos Aristu <carlos.ari...@openbravo.com> null
fixes issue 37261: Some labels are not translated after switching the
language
After the changes introduced on issue #35852 the labels were being cached
together with the rest of the static javascript code. Thus, being in an
environment not in "in development" status, the labels were being cached in the
language of the first login avoiding the translation when switching to another
language afterwards.
To fix the problem now the component responsible of collecting the labels has
been defined as a session dynamic component. This way the labels will be
retrieved on every login. And to avoid querying to the database on each login
request, the labels are now being cached in the server per language.
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/I18NComponent.java
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelComponentProvider.java
David Miguelez <david.migue...@openbravo.com> null
Related to Issue 37191. Removes Organization filter.
* Filtering by the Natural Tree of the Organization of the Storage Detail
was not correct, since the Organization given to this function by the
Transaction might not be included in it.
* Since there is a Parameter to filter by Locator, it is not needed
to filter also by Organization (is implicit)
* This Paramter is optional in order to not break the API, but it is
highly recommemded that it is always filled.
src-db/database/model/functions/M_CHECK_STOCK.xml
David Miguelez <david.migue...@openbravo.com> null
Related to Issue 37191.
* Fixes check stock method in InventoryCountProcess
* When completing a Goods Movement, do not check stock for Bin To
- It has been checked that only negative stock can be moved to that bin
if the Inventory Status allows over issue
- If it has already negative stock previously, do not check it here
src-db/database/model/functions/M_MOVEMENT_POST.xml
src/org/openbravo/materialmgmt/InventoryCountProcess.java
David Miguelez <david.migue...@openbravo.com> null
Fixes Issue 37191. Fixes problem when checking negative
Stock in the system.
* Function m_check_stock filters records by the natural tree of the selected
Organization instead of the Organization itself. This is done due to the
fact that the Organization of the Storage Detail might not be the
same as the Organization of the Bin
* Function m_check_stock has an additional optional parameter, locator_id
This is done to filter the records just by the selected bin
* All PL's of Core that calls the m_check_stock has been adapted to support
the extra parameter
src-db/database/model/functions/MA_WORKEFFORT_VALIDATE.xml
src-db/database/model/functions/M_CHECK_STOCK.xml
src-db/database/model/functions/M_INOUT_POST.xml
src-db/database/model/functions/M_INTERNAL_CONSUMPTION_POST1.xml
src-db/database/model/functions/M_INVENTORY_POST.xml
src-db/database/model/functions/M_MOVEMENT_POST.xml
src-db/database/model/functions/M_PRODUCTION_RUN.xml
Guillermo Alvarez de Eulate <guillermo.alva...@openbravo.com> null
Fixed issue 37063 Backport of 36966: Retrieve AttSetIntance JSON info using
PL
-Added PL function to retrieve json details about certain m_attsetinstance_id
src-db/database/model/functions/M_GETJSONDESCRIPTION.xml
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelApplicationInitializer.java
src-db/database/sourcedata/AD_MESSAGE.xml
David Miguelez <david.migue...@openbravo.com> null
Fixes Issue 37120. Sets correct Organization in new Invoice line
* If the organization of the original invoice line belongs to the child
tree of the organization of the document header of the new line,
use the organization of the original invoice line
* If not, use the organization of the document header of the new line
src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.java
Augusto Mauch <augusto.ma...@openbravo.com> null
Fixes issue 37107: import.sample.data fails if a file cannot be imported
If a file cannot be imported the import.sample.data process will stop
immediately and will show log describing the problem.
To be able to catch the exceptions thrown in another thread, now the logic to
import files is wrapped in a Callable instead of a Runnable.
src-db/database/lib/dbsourcemanager.jar
Asier Lostalé <asier.lost...@openbravo.com> null
fixed bug 36990: 2.50->PR17Q4 upgrade fails
If failed becuse of the order source data rows are inserted/deleted/updated.
Before 35653 was fixed, rows were sorted by their ID and insertions deltions
and updates were performed in that order. Afterwars, rows were sorted in the
same way, but insertions and deletions were performed before updates.
This casues that, in some weird cases, constraints to be broken while updating
making the process to fail.
Now it has been fixed by restoring previous order, so that updates are not
postponed anymore.
src-db/database/lib/dbsourcemanager.jar
Changes for Build #2320
No changes
Changes for Build #2321
No changes
Last 20 lines of the console output:
[...truncated 2410 lines...]
+ (( i=0 ))
+ (( i<12 ))
++ jps
++ grep Bootstrap
++ true
+ '[' '' = '' ']'
+ break
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
+ true
+ '[' 0 '!=' 0 ']'
+ echo
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
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
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds