int-accounting-oracle - Build # 1831 - Unstable:

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


Committers since last success:

Changes for Build #1831

    Augusto Mauch <[email protected]> null
    Fixes issue 37103: 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

    Inigo Sanchez <[email protected]> null
    Fixed issue 36838: multiple requests to load product image are performed

The problem was that multiple requests were performed when it shouldn't. When a 
product had an image, multiple
requests were being performed when the product was beeing displayed in form 
view and a refresh was being done.
Another problem discovered in the research of the issue was that a request was 
being performed when return from
FormView to the GridView. This request should not be performed because images 
are not showed in the grid view.

Both problems have been fixed by take into account when a request should be 
performed to retrieve an image. When
the image is loaded previously, the setValue of the ob-formitem-image avoids to 
performed an unnecessary request
to the server.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-image.js




Last 20 lines of the console output:

[...truncated 1251 lines...]
for((i=0;i<12;i++)); do
  [ "$(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-accounting-oracle] $ /bin/bash -xe /tmp/hudson6521865280063271268.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
------------------------------------------------------------------------------
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