int-modules-pgsql - Build # 2525 - Failure:

Check console output at https://ci.openbravo.com/job/int-modules-pgsql/2525/ to 
view the results.


Committers since last success:

Changes for Build #2525

    Armaignac <[email protected]> null
    Fixes issue 37580: "division by zero" error when book sales order with BOM
products

When closing a sales order with a BOM product a division by zeror error was 
raise
while the process tries to calculate the v_PriceActual variable.

A validation was added to only calculate the value when the qtyordered is
different from cero, if not the v_PriceActual value is cero.
        src-db/database/model/triggers/C_ORDERLINE_TRG.xml

    Asier LostalĂ© <[email protected]> null
    fixed bug 37601: log in causes contention in other requests

  OBContext.setOBContext static method was synchronized, it was invoked from DAL
  request filter at the begining of every requests causing contention. This 
method
  is also invoked during the log in process to intialize OBContext, if 
initalization
  takes time, it can cause severe contention issues.

  Now the synchronization occurs at session level so that 2 paralell requests 
for
  the same session are synchronized but any other request from other sessions is
  not.
        src/org/openbravo/dal/core/OBContext.java




Last 20 lines of the console output:

[...truncated 2411 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to