int-modules-pgsql - Build # 2526 - Fixed:

Check console output at https://ci.openbravo.com/job/int-modules-pgsql/2526/ 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

Changes for Build #2526
No changes




Last 20 lines of the console output:

[...truncated 3325 lines...]
  [ "$(jps | grep Bootstrap || true)" = "" ] && break
  sleep 5
done
[ "$(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-modules-pgsql] $ /bin/bash -xe /tmp/hudson1073600346205694183.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
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