int-gui-oracle - Build # 751 - Fixed:

Check console output at https://ci.openbravo.com/job/int-gui-oracle/751/ to 
view the results.


Committers since last success:

Changes for Build #750

    Gorka Ion Damián [email protected]_ null
    Merge with latest pi
      
    Gorka Ion Damián [email protected]_ null
    Fix issue in merge unit cost project.
        src-db/database/sourcedata/AD_FIELD.xml

    Gorka Ion Damián [email protected]_ null
    Fix issue in merge unit cost project.
        src-db/database/sourcedata/AD_FIELD.xml

    Gorka Ion Damián [email protected]_ null
    Merge unit cost project.
      
    Gorka Ion Damián [email protected]_ null
    Related to Issue 27395. Fix issue when calculating several trx

When calculating more than one transaction of the same product the first
transaction value amount is not considered.
Add a coalesce on the trigger for the cost amount
Do incremental updates instead of calculating the total amount.
        src-db/database/model/functions/M_UPDATE_STOCK_VALUATION.xml
        src-db/database/model/triggers/M_TRANSACTION_COST_TRG.xml

    Gorka Ion Damián [email protected]_ null
    Related to Issue 27395. Compatibility issues with oracle. Reset on cur 
change

- When the currency of a legal entity is changed the unit costs are deleted
  and a message is prompt to the user to recalculate them again.
- Several performance issues in triggers and procedures.
- Modified organization selector to remove HQL query.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-onchange-functions.js
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationComponentProvider.java
        src-db/database/model/functions/M_INITIALIZE_STOCK_VALUATION.xml
        src-db/database/model/functions/M_UPDATE_STOCK_VALUATION.xml
        src-db/database/model/triggers/AD_ORG_TRG.xml
        src-db/database/model/triggers/M_PRODUCT_TRG.xml
        src-db/database/model/triggers/M_TRANSACTION_COST_TRG.xml
        src-db/database/model/triggers/M_TRANSACTION_TRG.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
        src/org/openbravo/costing/ResetStockValuation.java

    David Miguelez [email protected]_ null
    Fixes Issue 27395. Implements feat. Req. to add info about Product Unit 
Cost.

*Adds a new Table named M_Stock_Valuation to store Stock, Stock Valuation
  and Unit Cost of a Product.
*Adds ModuleScript to fill this Table for existing Data.
*Adds Process to Reset this Table
*Modifies M_Transaction_Trg and adds M_Transaction_Cost_Trg to Update
  the values of M_Stock_Valuation Table when Stock is introduced
  and when the Cost is calculated or adjusted.
*Modifes M_Product_Trg to initialize the information of this Table
  when the Product is created.
        src-db/database/model/functions/M_INITIALIZE_STOCK_VALUATION.xml
        src-db/database/model/functions/M_UPDATE_STOCK_VALUATION.xml
        src-db/database/model/tables/M_STOCK_VALUATION.xml
        src-db/database/model/triggers/M_TRANSACTION_COST_TRG.xml
        src/org/openbravo/costing/ResetStockValuation.java
        src-db/database/model/triggers/M_PRODUCT_TRG.xml
        src-db/database/model/triggers/M_TRANSACTION_TRG.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_DATASET_TABLE.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/AD_MENU.xml
        src-db/database/sourcedata/AD_REFERENCE.xml
        src-db/database/sourcedata/AD_REF_LIST.xml
        src-db/database/sourcedata/AD_TAB.xml
        src-db/database/sourcedata/AD_TABLE.xml
        src-db/database/sourcedata/AD_TREENODE.xml
        src-db/database/sourcedata/OBUIAPP_PARAMETER.xml
        src-db/database/sourcedata/OBUIAPP_PROCESS.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml

Changes for Build #751

    Augusto Mauch [email protected]_ null
    Fixes bug 28519:OrganizationStructureProvider.initialize should be 
synchronized

The method OrganizationStructureProvider.initialize should be synchronized, 
because otherwise it could be executed concurrently. The first thing the method 
does it to check if it the OrganizationStructureProvider has been already 
initialized, but this is not enough to prevent the concurrent initializations.

One of the consequences of the concurrent initializations is that the three 
maps used in that method (naturalTreesByOrgID, parentByOrganizationID and 
childByOrganizationID) can be left in an inconsistent state, resulting in the a 
100% CPU usage when trying to access them.
        src/org/openbravo/dal/security/OrganizationStructureProvider.java




Last 20 lines of the console output:

[...truncated 11919 lines...]
Total time: 3 seconds

executing script 'Tomcat stop'
[int-gui-oracle] $ /bin/bash /tmp/build_step_template3993337279904901233.sh 
ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
 * Stopping Tomcat servlet engine for Openbravo tomcat
   ...done.

executing script 'Check log'
[int-gui-oracle] $ /bin/bash /tmp/build_step_template4890211225068857040.sh 
ENABLE
DEBUG: Check log called with parameters: ENABLED=
Check log: openbravo.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
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to