Details
Description
Changing in the samples dir
samples-1.0.0/blog/blog-itests
and launching the install, the tests fail with the following log :
"
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T13:57:37+02:00)
Maven home: /opt/apache-maven
Java version: 1.8.0_45, vendor: Oracle Corporation
Java home: /opt/jdk1.8.0_45/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.16.0-45-generic", arch: "amd64", family: "unix"
[DEBUG] Created new class realm maven.api
....
[INFO] Surefire report directory: /home/john/LABS/ARIES-Samples/samples-1.0.0/blog/blog-itests/target/surefire-reports
Forking command line: /bin/sh -c cd /home/john/LABS/ARIES-Samples/samples-1.0.0/blog/blog-itests/target && /opt/jdk1.8.0_45/jre/bin/java -enableassertions -jar /tmp/surefirebooter6594574128705353050.jar /tmp/surefire2839505471757830169tmp /tmp/surefire3025696855955136515tmp
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.aries.samples.blog.itests.JpaBlogSampleWithEbaTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.604 sec <<< FAILURE!
Forking command line: /bin/sh -c cd /home/john/LABS/ARIES-Samples/samples-1.0.0/blog/blog-itests/target && /opt/jdk1.8.0_45/jre/bin/java -enableassertions -jar /tmp/surefirebooter2406245819173276633.jar /tmp/surefire8658058700828985368tmp /tmp/surefire6207550916027898733tmp
Running org.apache.aries.samples.blog.itests.JdbcBlogSampleWithEbaTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.57 sec <<< FAILURE!
Forking command line: /bin/sh -c cd /home/john/LABS/ARIES-Samples/samples-1.0.0/blog/blog-itests/target && /opt/jdk1.8.0_45/jre/bin/java -enableassertions -jar /tmp/surefirebooter7524697661358961300.jar /tmp/surefire2638606805054865094tmp /tmp/surefire5472352586230003823tmp
Running org.apache.aries.samples.blog.itests.QuiesceBlogSampleWithEbaTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.543 sec <<< FAILURE!
Results :
Tests in error:
test [equinox/3.5.0](org.apache.aries.samples.blog.itests.QuiesceBlogSampleWithEbaTest)
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0
...
" (more infos can be given infos if needed)
Works ok with jdk1.7