On 12 Feb 2010, at 14:15, Justin Edelson wrote: > On Feb 12, 2010, at 8:51 AM, Ian Boston <[email protected]> wrote: > >> >> On 12 Feb 2010, at 13:37, Carsten Ziegeler wrote: >> >>> Ian Boston wrote: >>>> eg >>>> testModifyAceForUser >>>> (org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest) >>>> Time elapsed: 0.151 sec <<< FAILURE! >>>> junit.framework.AssertionFailedError: expected:<200> but was:<500> >>>> >>>> I cant find any matching exception in the error log at the moment. >>> Yepp, I couldn't find it either :( >>> >>> Can you please try to remove the if statement around the >>> workInterfaces.add(...) inside the addInterfaces method in the >>> SessionProxyHandler? >> >> >> Will do, >> Jut put it through the debuger and the reflection in >> AccessControlUtil is finding that there is no method >> getAccessControlManager on the session, because thats part of >> JackrabbitSession not Session (I guess). > > Yeah, but that should be a proxied interface. I'll watch for your > commit.
Just pushed a commit, but I notice from your comments on code review that there may be further problems with the reverts I did to jcr.api Ian > > Justin >> >> Ian >> >>> >>> Regards >>> Carsten >>> -- >>> Carsten Ziegeler >>> [email protected] >>
