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

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


Committers since last success:

Changes for Build #2417

    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

Changes for Build #2418

    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




Last 20 lines of the console output:

[...truncated 1816 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-gui-oracle] $ /bin/bash -xe /tmp/hudson7691576137285334353.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