int-api - Build # 3585 - Failure:

Check console output at https://ci.openbravo.com/job/int-api/3585/ to view the 
results.


Committers since last success:

Changes for Build #3585

    RM packaging bot <staff...@openbravo.com> null
    Merge back from main
      
    RM packaging bot <staff...@openbravo.com> null
    Merge temporary head for 3.0PR18Q3
      
    RM packaging bot <staff...@openbravo.com> null
    Added signature for changeset bbb6e342b4af
        .hgsigs

    RM packaging bot <staff...@openbravo.com> null
    Added tag 3.0PR18Q3 for changeset 5cbef591aff0
        .hgtags

    RM packaging bot <staff...@openbravo.com> null
    Update AD_MODULE version to 3.0PR18Q3
        
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

    Priya Muthukumar <priya.muthuku...@openbravo.com> null
    Commit to increment the obx version number in CR
        lib/README

    Carlos Aristu <carlos.ari...@openbravo.com> null
    fixes bug 39080: PG error text parser is not translating properly some 
messages

  Fix for issue #38827 was not taking into accout the possibility of having 
multiple translatable elements (text surrounded by @) in the same error message.

  Therefore, it has been restored the previous regular expression, and we are 
now directly stripping the part that contains the technical information of a 
trigger failure from the DB message returned by PostgreSQL.
        src/org/openbravo/erpCommon/utility/ErrorTextParserPOSTGRE.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    fixed bug 39006: BaseComponentProvider is not thread safe

  Static appDependencies has been changed from HashMap to ConcurrentHashMap,
  this field can potentially be concurrently initialized from several classes
  being HashMap not thread safe can lead to inconsistent results.
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseComponentProvider.java

    Atul Gaware <atul.gaw...@openbravo.com> null
    Fixes Issue 38958:More quantity reserved than available after booking
 a reopened sales order with more ordered quantity

** When ordered qty is greater than already reserved quantity
then v_pendingtounreserve needs to be considered as ZERO instead
of negative value as it exceeds the reserved qty than the available
qty.
        src-db/database/model/functions/C_ORDER_POST1.xml

    Sandra Huguet <sandra.hug...@openbravo.com> null
    related to issue 38883 update Copyright
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_05.java

    Atul Gaware <atul.gaw...@openbravo.com> null
    Related to Issue 38883:Copy from Order it does not copy line description

Modify the copy line from order related tests to check copied line
description with the original line description instead of checking
with header description
        
src-test/src/org/openbravo/test/copyLinesFromOrders/CopyLinesFromOrdersTest.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestConstants.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_13.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_14.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_15.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_16.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_17.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_18.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_19.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_20.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_01.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_02.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_03.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_04.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_05.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_06.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_07.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_08.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_AUM_21.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_AUM_22.java
        
src-test/src/org/openbravo/test/copyLinesFromOrders/data/CopyLinesFromOrdersTestData.java

    Atul Gaware <atul.gaw...@openbravo.com> null
    Fixes Issue 38883:Copy from Order it does not copy line description

Order Line description was wrongly set from Order description,
it will be set from Order Line from which the new Order Line
is created.
        
src/org/openbravo/common/actionhandler/copyfromorderprocess/UpdateOrderLineInformation.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    fixes issue 38901: jaxbl-impl library should be included in the classpath
        lib/runtime/jaxb-impl-2.2.6.jar
        legal/Licensing.txt

    Carlos Aristu <carlos.ari...@openbravo.com> null
    fixes issue 38897: not necessary to include jaxws-api library
        legal/Licensing.txt
        lib/runtime/jaxws-api-2.2.12.jar

    Sandra Huguet <sandra.hug...@openbravo.com> null
    related to issue 38878 added modulescript with default value of preference

added modulescript with default value of hierarchical price list
preference depends on the openbravo version.
        
src-util/modulescript/build/classes/org/openbravo/modulescript/HierarchicalPriceListPreference.class
        
src-util/modulescript/build/classes/org/openbravo/modulescript/HierarchicalPriceListPreferenceData.class
        
src-util/modulescript/src/org/openbravo/modulescript/HierarchicalPriceListPreference.java
        
src-util/modulescript/src/org/openbravo/modulescript/HierarchicalPriceListPreference_data.xsql

    Armaignac <collazoan...@gmail.com> null
    Fixed issue 38878:The process "Create price list" increases the product 
price

The process Create Price List was increasing the product price when the price 
list
schema have two or more lines at product level.

Now the price list schema lines defined at product level is take into account in
the Create Price List process.

A new JUnit test was added to properly check this behavior.

A new preference was created to calculate the product price in a hierarchical 
way
        src-test/src/org/openbravo/test/pricelist/data/PriceListTestData17.java
        src-db/database/model/functions/M_PRICELIST_CREATE.xml
        src-db/database/sourcedata/AD_REF_LIST.xml
        src-test/src/org/openbravo/test/pricelist/PriceListTest.java
        
src-test/src/org/openbravo/test/pricelist/data/PriceListTestConstants.java
        src-test/src/org/openbravo/test/pricelist/data/PriceListTestData.java




Last 20 lines of the console output:

[...truncated 669 lines...]
org.openbravo.service.db:
Missing
method 
org.openbravo.service.db.QueryTimeOutUtil.resetQueryTimeOut(org.hibernate.Query):
 missing in /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java
method 
org.openbravo.service.db.QueryTimeOutUtil.setQueryTimeOut(org.hibernate.Query, 
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/hudson3217718002615835319.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
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to