Hi, On Dec 14, 2007 3:08 PM, qcfireball <[EMAIL PROTECTED]> wrote: > It looks as though I could take the patches and apply them to the 1.3.3 > source I downloaded and re-build Jackrabbit. Would this be a true > statement?
The patches currently in the issue tracker are a work in progress, as we're adapting the authorization code from an earlier CRX version to match current Jackrabbit and future JSR 283 (Jackrabbit 2.0) needs. You can try using the patches, but I'm afraid you may well encounter problems... > Also, I have implemented my own AccessManager, and have as of yet been able > to find a way to retrieve an instance of a Node from a NodeId. There is > nothing in the Path class or the HierarchyManager, and no hints elsewhere. > Do you have any ideas how I would accomplish this? This has been discussed a few times before on the dev@ mailing list. Unfortunately I don't have direct pointers to relevant threads, but http://jackrabbit.markmail.org/search/?q=AccessManager should be a good starting point. BR, Jukka Zitting
