[jira] Closed: (SLING-304) undo SLING-185 that moved all useful classes to internal package

2008-03-03 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra closed SLING-304. -- Resolution: Invalid sorry. this is of course not needed. > undo SLING-185 that moved all useful

[jira] Updated: (SLING-304) undo SLING-185 that moved all useful classes to internal package

2008-03-03 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated SLING-304: --- Description: SLING-185 moved some useful classes to org.apache.sling.jcr.base.internal which

[jira] Created: (SLING-304) SessionPool is now private

2008-03-03 Thread Tobias Bocanegra (JIRA)
SessionPool is now private -- Key: SLING-304 URL: https://issues.apache.org/jira/browse/SLING-304 Project: Sling Issue Type: Bug Components: Repository Reporter: Tobias Bocanegra SLING-185 move

[jira] Updated: (SLING-303) make UjaxHtmlResponse public usable

2008-03-03 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated SLING-303: --- Attachment: ujax_status_provider.r633155.patch providing patch - adds new interface: UjaxStatu

[jira] Created: (SLING-303) make UjaxHtmlResponse public usable

2008-03-03 Thread Tobias Bocanegra (JIRA)
make UjaxHtmlResponse public usable --- Key: SLING-303 URL: https://issues.apache.org/jira/browse/SLING-303 Project: Sling Issue Type: Improvement Components: microsling Reporter: Tobias

[jira] Closed: (SLING-295) Specify nodetype for node creation

2008-03-03 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-295. -- > Specify nodetype for node creation > -- > > Key: S

[jira] Commented: (SLING-295) Specify nodetype for node creation

2008-03-03 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574603#action_12574603 ] Tobias Bocanegra commented on SLING-295: thanks. works. but i cannot close the bug s

[jira] Closed: (SLING-280) ujax post serlvet should be able to insert new nodes at specified location

2008-03-03 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra closed SLING-280. -- Resolution: Fixed thanks. works. (i could have provided a new patch based on the changes of SLI

[jira] Commented: (SLING-301) Dojo Classes for accessing the repository via the µjax protocol

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574597#action_12574597 ] Felix Meschberger commented on SLING-301: - I think this is a worth while contributio

[jira] Created: (SLING-302) Create a bundle providing Dojo as resources

2008-03-03 Thread Felix Meschberger (JIRA)
Create a bundle providing Dojo as resources --- Key: SLING-302 URL: https://issues.apache.org/jira/browse/SLING-302 Project: Sling Issue Type: New Feature Reporter: Felix Meschberger We h

[jira] Commented: (SLING-301) Dojo Classes for accessing the repository via the µjax protocol

2008-03-03 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574593#action_12574593 ] Tobias Bocanegra commented on SLING-301: > 2). ensure that the user is authenticated

Re: svn commit: r633089 - in /incubator/sling/trunk/jcr: api/src/main/java/org/apache/sling/jcr/api/ jackrabbit-client/src/main/java/org/apache/sling/jcr/jackrabbit/client/ jackrabbit-server/src/main/

2008-03-03 Thread Bertrand Delacretaz
On Mon, Mar 3, 2008 at 4:47 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > ... I am currently working on SLING-132 and SLING-185 implementing the > background thread for repository "polling" Cool - I did a quick fix to validate another part of a project that I'm working on, but don't hes

[jira] Commented: (SLING-185) Split jcr/api project in two

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574572#action_12574572 ] Felix Meschberger commented on SLING-185: - Moved implementation stuff from jcr/api t

[jira] Closed: (SLING-185) Split jcr/api project in two

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-185. --- Resolution: Fixed Separation of api and implementation now done. So this may be closed. > Spl

Re: svn commit: r633089 - in /incubator/sling/trunk/jcr: api/src/main/java/org/apache/sling/jcr/api/ jackrabbit-client/src/main/java/org/apache/sling/jcr/jackrabbit/client/ jackrabbit-server/src/main/

2008-03-03 Thread Felix Meschberger
Hi all, I am currently working on SLING-132 and SLING-185 implementing the background thread for repository "polling". Regards Felix Am Montag, den 03.03.2008, 14:15 + schrieb [EMAIL PROTECTED]: > Author: bdelacretaz > Date: Mon Mar 3 06:15:04 2008 > New Revision: 633089 > > URL: http://sv

[jira] Updated: (SLING-301) Dojo Classes for accessing the repository via the µjax protocol

2008-03-03 Thread Lars Trieloff (JIRA)
[ https://issues.apache.org/jira/browse/SLING-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Trieloff updated SLING-301: Attachment: dojo-ujax.tar.gz This is the current snapshot I am going to showcase tomorrow at Web Mon

[jira] Created: (SLING-301) Dojo Classes for accessing the repository via the µjax protocol

2008-03-03 Thread Lars Trieloff (JIRA)
Dojo Classes for accessing the repository via the µjax protocol --- Key: SLING-301 URL: https://issues.apache.org/jira/browse/SLING-301 Project: Sling Issue Type: Improvement

[jira] Commented: (SLING-292) µjax Post Ser vlet does not use correct HTTP status codes

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574420#action_12574420 ] Felix Meschberger commented on SLING-292: - Hmm, not very fond of this idea, because

[jira] Commented: (SLING-132) Auto-reconnect to the JCR Repository if it is not found or lost

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574411#action_12574411 ] Felix Meschberger commented on SLING-132: - multiple repositories are handled by mult

[jira] Commented: (SLING-280) ujax post serlvet should be able to insert new nodes at specified location

2008-03-03 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574410#action_12574410 ] Bertrand Delacretaz commented on SLING-280: --- Modified patch applied in rev 633023.

[jira] Commented: (SLING-185) Split jcr/api project in two

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574408#action_12574408 ] Felix Meschberger commented on SLING-185: - Now that the jcr/base module has been cre

[jira] Commented: (SLING-132) Auto-reconnect to the JCR Repository if it is not found or lost

2008-03-03 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574405#action_12574405 ] Bertrand Delacretaz commented on SLING-132: --- +1 to the suggested solution. Would

[jira] Commented: (SLING-132) Auto-reconnect to the JCR Repository if it is not found or lost

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574403#action_12574403 ] Felix Meschberger commented on SLING-132: - Possible approach to this issue: (1) The

[jira] Updated: (SLING-132) Auto-reconnect to the JCR Repository if it is not found or lost

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-132: Component/s: (was: Resource) Repository fix component > Auto-reconnect

[jira] Closed: (SLING-300) Redirecting a request without extension to a child resource fails

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-300. --- Resolution: Fixed Fixed in Rev. 633008. > Redirecting a request without extension to a child

[jira] Commented: (SLING-292) µjax Post Ser vlet does not use correct HTTP status codes

2008-03-03 Thread Lars Trieloff (JIRA)
[ https://issues.apache.org/jira/browse/SLING-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574394#action_12574394 ] Lars Trieloff commented on SLING-292: - The filter should be enabled on-demand so that we

Re: Just a few questions...

2008-03-03 Thread Bertrand Delacretaz
On Mon, Mar 3, 2008 at 10:18 AM, Gert Vanthienen <[EMAIL PROTECTED]> wrote: > ... Since > Sling doesn't have a user mailing list yet, is it OK if I keep posting > them to the dev list instead?... Sure, we're very happy to have feedback from people using Sling! -Bertrand

Re: Just a few questions...

2008-03-03 Thread Gert Vanthienen
Felix, Thank you for your reply! Felix Meschberger wrote: Hi, Am Samstag, den 01.03.2008, 22:55 +0100 schrieb Gert Vanthienen: L.S., Ever since I first read about Sling on the Incubator website, it seemed to have a lot of potential so I was eager to try it out. This post is actually j

[jira] Commented: (SLING-298) FormEncoding parameter should be ignored during POST processing

2008-03-03 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574390#action_12574390 ] Carsten Ziegeler commented on SLING-298: I'm wondering if we could simplify the hand

[jira] Assigned: (SLING-280) ujax post serlvet should be able to insert new nodes at specified location

2008-03-03 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz reassigned SLING-280: - Assignee: Bertrand Delacretaz > ujax post serlvet should be able to insert new nod

[jira] Commented: (SLING-298) FormEncoding parameter should be ignored during POST processing

2008-03-03 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574389#action_12574389 ] Bertrand Delacretaz commented on SLING-298: --- > I guess this has to do with SLING-2

[jira] Commented: (SLING-292) µjax Post Ser vlet does not use correct HTTP status codes

2008-03-03 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574386#action_12574386 ] Bertrand Delacretaz commented on SLING-292: --- Agree with the idea of a filter that

[jira] Created: (SLING-300) Redirecting a request without extension to a child resource fails

2008-03-03 Thread Felix Meschberger (JIRA)
Redirecting a request without extension to a child resource fails - Key: SLING-300 URL: https://issues.apache.org/jira/browse/SLING-300 Project: Sling Issue Type: Bug

[jira] Commented: (SLING-292) µjax Post Ser vlet does not use correct HTTP status codes

2008-03-03 Thread Lars Trieloff (JIRA)
[ https://issues.apache.org/jira/browse/SLING-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574379#action_12574379 ] Lars Trieloff commented on SLING-292: - Felix, Tobias, I think we could implement a Serv

[jira] Closed: (SLING-268) Dissolve launchpad/launchpad-servlets project

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-268. --- Resolution: Fixed As we now have the sling/servlets-default and sling/ujax modules, this issue

[jira] Commented: (SLING-292) µjax Post Ser vlet does not use correct HTTP status codes

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574375#action_12574375 ] Felix Meschberger commented on SLING-292: - Re Tobias [1]: In this case having a 20

[jira] Issue Comment Edited: (SLING-292) µjax Po st Servlet does not use correct HTTP status codes

2008-03-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573843#action_12573843 ] fmeschbe edited comment on SLING-292 at 3/3/08 12:29 AM: -- T

Re: Just a few questions...

2008-03-03 Thread Felix Meschberger
Hi, Am Samstag, den 01.03.2008, 22:55 +0100 schrieb Gert Vanthienen: > L.S., > > > Ever since I first read about Sling on the Incubator website, it seemed > to have a lot of potential so I was eager to try it out. This post is > actually just a 'reality check' to make sure I'm getting what th