int-checks-pgsql - Build # 3195 - Still Unstable:

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


Committers since last success:

Changes for Build #3194

    Carlos Aristu <carlos.ari...@openbravo.com> null
    related to issue 36834: Added test case for OBBindings
        src-test/src/org/openbravo/test/expression/OBBindingsTest.java
        src-test/src/org/openbravo/test/AllAntTaskTests.java
        src-test/src/org/openbravo/test/AllTests.java
        src-test/src/org/openbravo/test/AntTaskTests.java

Changes for Build #3195

    Carlos Aristu <carlos.ari...@openbravo.com> null
    fixes issue 36834: js defaults containing Dates fail in JRE8

  In Java 8 JavaScript engine was changed from Rhino to Nashorn. JavaScript 
Dates evaluated in server, returned a java.util.Date in Rhino, but with Nashorn 
they are evaluated to jdk.nashorn.internal.objects.NativeDate.

  This change caused a ClassCastException in JRE8 when invoking the methods of 
OBBindings which receive a java.util.Date as an argument. To fix the problem 
those methods have been overloaded by receiving an Object as argument. 
Therefore these methods will be invoked when working with JRE8, and we use 
reflection to retrieve the time information avoiding using classes which are 
not supported in JRE7.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/OBBindings.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    related to issue 36834: Removed unneeded test
        src-test/src/org/openbravo/test/expression/OBBindingsTest.java




Last 20 lines of the console output:

[...truncated 15011 lines...]
[ "$(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-checks-pgsql] $ /bin/bash -xe /tmp/hudson5906347276505172427.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 1
Archiving artifacts
Checking ERROR(?!: Failed to pull)|syntax error at or near|SQL error in 
query|WARNING in
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
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
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to