> Hmm. I don't know what is different. It seems to work for me. I just > checked out the latest code to an empty folder and ran a clean build and I > got this result from the integration tests: > > Tests run: 235, Failures: 0, Errors: 0, Skipped: 0 >> > > And then I applied the "accessManager_patch.diff" patch from SLING-879 and > ran the clean build again and got this: > > Tests run: 239, Failures: 0, Errors: 0, Skipped: 0
Eric, finally it seems to be a memory problem. I configured MAVEN_OPTS=-Xmx512M and clean build doesn´t fail anymore. I applied and commited the access manager integration tests patched in SLING-879 [1] (rev. 756376). Anyway, I´m concerned about memory requirements when integration tests are executed. Thanks Eric, BR, Juanjo. [1] https://issues.apache.org/jira/browse/SLING-879
