Hello, if i have read the source-code correctly then there is a concurrency-problem in the "consumer"-HashSet property of class AccessManagerFactoryTracker.
Racing-conditions now exits when jcr-sessions get created simultaneusly. Am i right and did somebody experience the same problem? Threads will hang in the getFactory() method of this class, as observed with jconsole. I fixed it by commenting out the PluggableDefaultAccessManager in repository.xml, and it seems to work. Will i have problems with this fix, besides not being able to plugin my own AccessManager into JR? thanks, Markus
