This test (javax/xml/jaxp/parsers/8022548/XOMParserTest.java) does a transform that writes result to "test.src". From the bug report, it gets an Access is denied error on Windows.
Is the fix replacing "test.src" with "test.classes" as Daniel suggested? Thanks, Joe