[jira] Reopened: (SLING-590) Add resource.adaptTo(ValueMap.class) to page context attributes

2009-03-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reopened SLING-590: Yes, this is bad. So I see three solutions: - define a second tag which includes the properties

Re: [jira] Updated: (SLING-875) New Bundle for a ResourceProvider and Sling Post Operations for interacting with the jackrabbit UserManager

2009-03-06 Thread Felix Meschberger
Hi Pontus, I have not dug into this yet, but in my case removing the sling folder (currently, unfortunately, in the project root folder, be it launchpad/testing or trunk) will help. If you are building trunk, you have to remove sling manually (currently, I am planning on adding stuff to remove

[jira] Commented: (SLING-590) Add resource.adaptTo(ValueMap.class) to page context attributes

2009-03-06 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12679593#action_12679593 ] Tobias Bocanegra commented on SLING-590: while a think that backward compatibility

Re: Using a custom AccessManager

2009-03-06 Thread Rory Douglas
Prior to Jackrabbit 1.5, I did similar work for an ACL-based AccessManager (see [1]). The difference was I hacked the server bundle to export the desired classes created an AccessManagerFacade that would load up implementations from bundles. You can look at

Re: Using a custom AccessManager

2009-03-06 Thread Vidar Ramdal
On Fri, Mar 6, 2009 at 3:44 PM, Rory Douglas rory.doug...@oracle.com wrote: Prior to Jackrabbit 1.5, I did similar work for an ACL-based AccessManager (see [1]).  The difference was I hacked the server bundle to export the desired classes created an AccessManagerFacade that would load up

Re: Using a custom AccessManager

2009-03-06 Thread Rory Douglas
Sorry...here it is (early morning here) [1]. Unfortunately, it doesn't say much more than my first post ;-) [1] http://markmail.org/message/bea62gkwcknkw3hp Vidar Ramdal wrote: On Fri, Mar 6, 2009 at 3:44 PM, Rory Douglas rory.doug...@oracle.com wrote: Prior to Jackrabbit 1.5, I did

[jira] Commented: (SLING-590) Add resource.adaptTo(ValueMap.class) to page context attributes

2009-03-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12679617#action_12679617 ] Carsten Ziegeler commented on SLING-590: Hm, ok if we set the default to true then

[jira] Created: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

2009-03-06 Thread Eric Norman (JIRA)
New Bundle to provide actions for interacting with the jackrabbit AccessManager --- Key: SLING-879 URL: https://issues.apache.org/jira/browse/SLING-879 Project: Sling

[jira] Updated: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

2009-03-06 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman updated SLING-879: -- Attachment: org.apache.sling.jcr.jackrabbit.accessmanager.zip source for the new accessmanager bundle

[jira] Updated: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

2009-03-06 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman updated SLING-879: -- Attachment: accessManager_patch.diff patch to provide integration unit tests for the accessmanager