Community
Participate
Working Groups
Created attachment 195375 [details] patch Every time I run the JAXB tests, I have upwards of 100 tests fail. Only the first "failure" is significant. The tear-down of test JaxbPropertiesResourceTests.testUpdateProperties() throws an exception because it cannot delete the Project files. This is because the jaxb.properties file is not closed. All following test "failures" are during setup: a new Project cannot be created because the old project still exists. The attached patch closes the jaxb.properties file after it is read.
Patch checked into HEAD for RC1.