On 29/05/15 10:39, "Bart van der Schans" wrote: >On Thu, May 28, 2015 at 10:27 AM, Marcel Reutegger <[email protected]> >wrote: >> >> [ ] +1 Release this package as Apache Jackrabbit 2.8.1 >> [ ] -1 Do not release this package because... > >I keep getting stuck with a failing ConnectionFactoryTests: > >Tests run: 5, Failures: 1, Errors: 3, Skipped: 0, Time elapsed: 4.232 >sec <<< FAILURE! - in >org.apache.jackrabbit.jca.test.ConnectionFactoryTest >testMatching(org.apache.jackrabbit.jca.test.ConnectionFactoryTest) >Time elapsed: 4.23 sec <<< ERROR! >javax.resource.ResourceException: Failed to create session: This >repository instance has been shut down. >at >org.apache.jackrabbit.core.RepositoryImpl.sanityCheck(RepositoryImpl.java: >627) >at >org.apache.jackrabbit.core.RepositoryImpl.login(RepositoryImpl.java:1475)
a similar failure was also reported in: https://issues.apache.org/jira/browse/JCR-3632 I think the problem is related to the finalize() method in JCAManagedConnectionFactory and the way the factory is used in the test. Regards Marcel
