Community
Participate
Working Groups
Due to the changes in bug 311556, Java 6 is now required for Web 3.0. However, when Web3AnnotationReaderTest.setupProject() is called, it calls to AbstractTest.createWebProject(), which specifies Java 5. This causes the project to fail to be created, which causes all of the tests in Web3AnnotationReaderTest to fail.
Dimitar, can you check this tests? I cannot make them running at all...
Created attachment 169084 [details] fixes java version for java ee 6 projects to be java 6 in junit tests This fixes the original problem, but after it there are still 2 tests that fail, because of missing event from the model.
Created attachment 169088 [details] added fixes for failing tests.
committed and released in HEAD.