[jira] Created: (SLING-765) Namespace mangling in the new ResourceResolver should be enabled by default

2008-12-09 Thread Felix Meschberger (JIRA)
Namespace mangling in the new ResourceResolver should be enabled by default --- Key: SLING-765 URL: https://issues.apache.org/jira/browse/SLING-765 Project: Sling Issue

[jira] Commented: (SLING-315) Groovy support

2008-12-09 Thread Christian Sprecher (JIRA)
[ https://issues.apache.org/jira/browse/SLING-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654931#action_12654931 ] Christian Sprecher commented on SLING-315: -- Ok, I have tested it. It works. Now, w

[jira] Closed: (SLING-764) Deadlock when more than three job queues are used.

2008-12-09 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-764. -- Resolution: Fixed Fixed in revision 724794 Add an own thread pool service and change configurati

RE: Data Validation

2008-12-09 Thread Darrell Pittman
Alexander, Thanks for the response. I am hoping to avoid Node Type definitions at this point and I don't think I can trust client side javascript validation. I see what I have to do, thanks. Is there any plan to incorporate some kind of validation functionality in the future? -Original Me

Re: Data Validation

2008-12-09 Thread Alexander Klimetschek
On Tue, Dec 9, 2008 at 4:30 PM, Darrell Pittman <[EMAIL PROTECTED]> wrote: > If my post validation script is as you outline: > >if (validate(request)) { > String actualResourcePath = ; > RequestDispatcher rd = request.getRequestDispatcher( >actualResourcePath

[jira] Created: (SLING-764) Deadlock when more than three job queues are used.

2008-12-09 Thread Carsten Ziegeler (JIRA)
Deadlock when more than three job queues are used. -- Key: SLING-764 URL: https://issues.apache.org/jira/browse/SLING-764 Project: Sling Issue Type: Bug Components: Event Affects

RE: Data Validation

2008-12-09 Thread Darrell Pittman
Felix, Thanks for the reply. I'm still having a little trouble with this. If for example I have a form whose inputs are populated by values in the current node (as all the examples I have seen do). This form is loaded by a call to "/content/pathToEditScript" and is contained in edit.esp:

[jira] Closed: (SLING-763) Install bundles at the default framework start level

2008-12-09 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz closed SLING-763. - Resolution: Fixed Implemented and tested. > Install bundles at the default framework star

[jira] Commented: (SLING-315) Groovy support

2008-12-09 Thread Christian Sprecher (JIRA)
[ https://issues.apache.org/jira/browse/SLING-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654795#action_12654795 ] Christian Sprecher commented on SLING-315: -- Ah, my bad, I didn't read the whole exp

[jira] Closed: (SLING-762) jcrinstall sets the framework's start level to its own start level when stopped

2008-12-09 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz closed SLING-762. - Resolution: Fixed Fixed in revision 724676 > jcrinstall sets the framework's start level

[jira] Created: (SLING-763) Install bundles at the default framework start level

2008-12-09 Thread Bertrand Delacretaz (JIRA)
Install bundles at the default framework start level Key: SLING-763 URL: https://issues.apache.org/jira/browse/SLING-763 Project: Sling Issue Type: Bug Components: JCR Install

[jira] Created: (SLING-762) jcrinstall sets the framework's start level to its own start level when stopped

2008-12-09 Thread Bertrand Delacretaz (JIRA)
jcrinstall sets the framework's start level to its own start level when stopped --- Key: SLING-762 URL: https://issues.apache.org/jira/browse/SLING-762 Project: Sling

[jira] Commented: (SLING-315) Groovy support

2008-12-09 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654779#action_12654779 ] Felix Meschberger commented on SLING-315: - Cool. Looking forward to it. > Groovy su

[jira] Commented: (SLING-315) Groovy support

2008-12-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/SLING-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654778#action_12654778 ] Paul King commented on SLING-315: - The RC-1 build of 1.6 is not far away now, so once that i

[jira] Commented: (SLING-315) Groovy support

2008-12-09 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654769#action_12654769 ] Felix Meschberger commented on SLING-315: - Thanks Paul for the update on this. I hav

[jira] Commented: (SLING-315) Groovy support

2008-12-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/SLING-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654762#action_12654762 ] Paul King commented on SLING-315: - You can get a built version of Groovy (1.7 snapshot) from

Re: Data Validation

2008-12-09 Thread Carsten Ziegeler
Felix Meschberger wrote: > Hi Darrel, > > Darrell Pittman schrieb: >> I am not sure if this is the place to post how-to questions but here goes: >> Can someone tell me if it is possible to validate posted data (without >> relying on NodeTypes) and re-render the edit/add form with the posted dat

Re: Data Validation

2008-12-09 Thread Felix Meschberger
Hi Darrel, Darrell Pittman schrieb: > I am not sure if this is the place to post how-to questions but here goes: > Can someone tell me if it is possible to validate posted data (without > relying on NodeTypes) and re-render the edit/add form with the posted data > (and validation errors) upon

[jira] Commented: (SLING-315) Groovy support

2008-12-09 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654734#action_12654734 ] Felix Meschberger commented on SLING-315: - What I did is checkout the 1.6 branch, bu