A question about class PooledSession

2009-01-03 Thread yanshaozhiGmail
HI: I think it will be more suitable if the class PooledSession can implement Interface JackrabbitSession, and from the mailling list , it's like that has been done , however I haven't find any change from the latest version. Did it really work? 2009-01-04 yanjie

[jira] Closed: (SLING-804) Add a null operation to the SlingPostServlet

2009-01-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-804. --- Resolution: Fixed Added an integration test in Rev. 731092. This closes this enhancement. >

[jira] Commented: (SLING-804) Add a null operation to the SlingPostServlet

2009-01-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660505#action_12660505 ] Felix Meschberger commented on SLING-804: - Added NopOperation in Rev. 731082. > Add

[jira] Created: (SLING-804) Add a null operation to the SlingPostServlet

2009-01-03 Thread Felix Meschberger (JIRA)
Add a null operation to the SlingPostServlet Key: SLING-804 URL: https://issues.apache.org/jira/browse/SLING-804 Project: Sling Issue Type: New Feature Components: Servlets Post Affe

Re: Upgrade to Jackrabbit 1.5

2009-01-03 Thread Felix Meschberger
Hi Rory, Rory Douglas schrieb: > 3) Changed/added the following: > pdfbox;version=0.7.3, > fontbox;version=0.1.0, > jempbox;version=0.2.0, > poi;version=3.0.2-FINAL, > poi-scratchpad;version=3.0.2-FINAL, > > 4) Removed the direct nekohtml dependency (the newest 1.9.7 version gets > pulled in via

[jira] Closed: (SLING-803) Provide utility to get AccessControlManager from the session

2009-01-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-803. --- Resolution: Fixed Implemented the utility method in Rev. 731080 > Provide utility to get Acce

[jira] Created: (SLING-803) Provide utility to get AccessControlManager from the session

2009-01-03 Thread Felix Meschberger (JIRA)
Provide utility to get AccessControlManager from the session Key: SLING-803 URL: https://issues.apache.org/jira/browse/SLING-803 Project: Sling Issue Type: New Feature Co

[jira] Closed: (SLING-802) Provide JackrabbitSession support for PooledSession

2009-01-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-802. --- Resolution: Fixed Implemented in Rev. 731076 > Provide JackrabbitSession support for PooledSe

[jira] Created: (SLING-802) Provide JackrabbitSession support for PooledSession

2009-01-03 Thread Felix Meschberger (JIRA)
Provide JackrabbitSession support for PooledSession --- Key: SLING-802 URL: https://issues.apache.org/jira/browse/SLING-802 Project: Sling Issue Type: Improvement Components: JCR

[jira] Closed: (SLING-801) Fix jackrabbit-server bundle inclusions

2009-01-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-801. --- Resolution: Fixed Fixed in Rev. 731062. > Fix jackrabbit-server bundle inclusions > -

[jira] Created: (SLING-801) Fix jackrabbit-server bundle inclusions

2009-01-03 Thread Felix Meschberger (JIRA)
Fix jackrabbit-server bundle inclusions --- Key: SLING-801 URL: https://issues.apache.org/jira/browse/SLING-801 Project: Sling Issue Type: Bug Affects Versions: JCR Jackrabbit Server 2.0.4

[jira] Closed: (SLING-800) Fix contents of jcr/webdav bundle

2009-01-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-800. --- Resolution: Fixed Fixed in Rev. 731020 by including the complete required libraries and exclud

[jira] Created: (SLING-800) Fix contents of jcr/webdav bundle

2009-01-03 Thread Felix Meschberger (JIRA)
Fix contents of jcr/webdav bundle - Key: SLING-800 URL: https://issues.apache.org/jira/browse/SLING-800 Project: Sling Issue Type: Bug Components: JCR Affects Versions: JCR Webdav 2.0.4

Re: Issue with moving/replacing and re-ordering

2009-01-03 Thread Felix Meschberger
Hi Will, Will Carpenter schrieb: > Hey, > I'm trying to add a re-order option for a list of items in a CMS. I'm > trying to use the :move method with replace set to true, and am using > :order before and :order after to indicate which direction to shift the > affected node. I have pasted an exam

Re: default node type for webdav collections

2009-01-03 Thread Felix Meschberger
Hi, Torgeir Veimo schrieb: > > On 3 Jan 2009, at 20:35, Bertrand Delacretaz wrote: > >> Hi, >> >> On Sat, Jan 3, 2009 at 7:09 AM, Torgeir Veimo wrote: >>> ...If I take the current sling svn trunk code, do a mvn install in >>> the root, >>> then a mvn install in launchpad/webapp, then use the re

Re: default node type for webdav collections

2009-01-03 Thread Torgeir Veimo
On 3 Jan 2009, at 20:35, Bertrand Delacretaz wrote: Hi, On Sat, Jan 3, 2009 at 7:09 AM, Torgeir Veimo wrote: ...If I take the current sling svn trunk code, do a mvn install in the root, then a mvn install in launchpad/webapp, then use the resulting war file in the target directory, then

Re: default node type for webdav collections

2009-01-03 Thread Bertrand Delacretaz
Hi, On Sat, Jan 3, 2009 at 7:09 AM, Torgeir Veimo wrote: > ...If I take the current sling svn trunk code, do a mvn install in the root, > then a mvn install in launchpad/webapp, then use the resulting war file in > the target directory, then I should get the latest sling trunk code?... Yes, but

[jira] Commented: (SLING-799) Job Folder is not ordered and results in unordered queue

2009-01-03 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660456#action_12660456 ] Tobias Bocanegra commented on SLING-799: > now I would prefer to use a sorted query

Re: default node type for webdav collections

2009-01-03 Thread Felix Meschberger
Hi, Torgeir Veimo schrieb: > > On 3 Jan 2009, at 04:58, Felix Meschberger wrote: > >> Torgeir Veimo schrieb: >>> >>> Do you know when? I have sling trunk from a few days ago running. Where >> >> Rev. 725679 dates from the 11. Dec. 2008. > > If I take the current sling svn trunk code, do a mvn i

[jira] Commented: (SLING-799) Job Folder is not ordered and results in unordered queue

2009-01-03 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660450#action_12660450 ] Carsten Ziegeler commented on SLING-799: Ah, right - now I would prefer to use a sor