[jira] Updated: (SLING-310) SlingMainServlet: null mimeTypeService in HttpContext, but not in main class

2008-03-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-310: -- Priority: Major (was: Minor) > SlingMainServlet: null mimeTypeService in HttpContext, b

[jira] Updated: (SLING-310) SlingMainServlet: null mimeTypeService in HttpContext, but not in main class

2008-03-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-310: -- Attachment: SLING-310.log This log excerpt shows what happens: with the startup sequence

[jira] Updated: (SLING-310) SlingMainServlet still used as the HttpContext after being deactivated

2008-03-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-310: -- Summary: SlingMainServlet still used as the HttpContext after being deactivated (was: S

[jira] Commented: (SLING-310) SlingMainServlet: null mimeTypeService in HttpContext, but not in main class

2008-03-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575630#action_12575630 ] Bertrand Delacretaz commented on SLING-310: --- The following two requests cause the

Rename /classes to /var/jsp/classes?

2008-03-06 Thread Bertrand Delacretaz
Hi, Would people agree on renaming the directory where the JSP scripting engine stores compiled classes? /var/jsp/classes respects the unixish convention with /var, and jsp indicates what it's for. -Bertrand

Re: Support for invoking methods in scripts

2008-03-06 Thread Philipp Koch
hi, this is something i already missed and i think could be useful in apps that use the script support for executing kind of business logic (e.g. workflow, forms validation, rules engine) which of course would expect a return value. regards, philipp On 3/5/08, Carsten Ziegeler <[EMAIL PROTECTED]>

Re: Rename /classes to /var/jsp/classes?

2008-03-06 Thread Felix Meschberger
Hi, Am Donnerstag, den 06.03.2008, 13:56 +0100 schrieb Bertrand Delacretaz: > Hi, > > Would people agree on renaming the directory where the JSP scripting > engine stores compiled classes? > > /var/jsp/classes respects the unixish convention with /var, and jsp > indicates what it's for. I agree

Re: Rename /classes to /var/jsp/classes?

2008-03-06 Thread Bertrand Delacretaz
On Thu, Mar 6, 2008 at 3:03 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > ... I agree with /var. For jsp, I am not so sure as all jsp classes are > compiled into packages below /org/apache/jsp anyway (by Jasper, possibly > overwritable).. But if we get another compiler? I'd like us to have

[jira] Closed: (SLING-246) Replace Resource.getResourceProvider() by Resource.getResourceResolver()

2008-03-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-246. --- Resolution: Fixed This has long been implemented, so I close this issue. > Replace Resource.g

[jira] Closed: (SLING-228) Create ResourceWrapper and move SyntheticResource to Sling API

2008-03-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-228. --- Resolution: Fixed This has all been done, so I consider this issue fixed. > Create ResourceWr

[jira] Commented: (SLING-228) Create ResourceWrapper and move SyntheticResource to Sling API

2008-03-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575747#action_12575747 ] Felix Meschberger commented on SLING-228: - At long last, I also removed the old Synt

[jira] Created: (SLING-311) Record loaded content to not reload inadvertedly.

2008-03-06 Thread Felix Meschberger (JIRA)
Record loaded content to not reload inadvertedly. - Key: SLING-311 URL: https://issues.apache.org/jira/browse/SLING-311 Project: Sling Issue Type: Improvement Components: Resource

Re: ScriptableNode to expose all Node methods with some customized ones, how?

2008-03-06 Thread Felix Meschberger
Hi Betrand, Sorry for the delay. Yes this sounds doable. But we should limit such wrappings to the absolute minimum, otherwise we enter the maintenance nightmare area ;-) Maybe some part of the Property and Node interfaces may be implemented in a common parent class (eg. ScriptableItem) to not re

[jira] Commented: (SLING-311) Record loaded content to not reload inadvertedly.

2008-03-06 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575762#action_12575762 ] Tobias Bocanegra commented on SLING-311: one procedure i use often to 're-init' the

Re: Rename /classes to /var/jsp/classes?

2008-03-06 Thread Felix Meschberger
Hi, Am Donnerstag, den 06.03.2008, 15:33 +0100 schrieb Bertrand Delacretaz: > On Thu, Mar 6, 2008 at 3:03 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > > > ... I agree with /var. For jsp, I am not so sure as all jsp classes are > > compiled into packages below /org/apache/jsp anyway (by Jas

[jira] Commented: (SLING-311) Record loaded content to not reload inadvertedly.

2008-03-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575851#action_12575851 ] Felix Meschberger commented on SLING-311: - Actually content is really loaded just be

[jira] Commented: (SLING-311) Record loaded content to not reload inadvertedly.

2008-03-06 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575868#action_12575868 ] Tobias Bocanegra commented on SLING-311: well this is exactly the problem. assume th

[jira] Commented: (SLING-311) Record loaded content to not reload inadvertedly.

2008-03-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575870#action_12575870 ] Felix Meschberger commented on SLING-311: - Considering the "content loaded mark" is

[jira] Commented: (SLING-310) SlingMainServlet still used as the HttpContext after being deactivated

2008-03-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575873#action_12575873 ] Felix Meschberger commented on SLING-310: - I cannot reproduce this behaviour on my l

Re: failing tests in r633971

2008-03-06 Thread Felix Meschberger
Hi, Unlike Betrand, I cannot reproduce this issue on my linux box, where all tests except one of the ujax move tests succeed. It would be great if one of you MacOSX guys could try to trace this down - esp. if this is linked to the SLING-310 issue... Thanks. Regards Felix Am Mittwoch, den 05.03.

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

2008-03-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-303: --- Assignee: Felix Meschberger > make UjaxHtmlResponse public usable > --

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

2008-03-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575874#action_12575874 ] Felix Meschberger commented on SLING-303: - Considering, that we would like to provid

Re: Rename /classes to /var/jsp/classes?

2008-03-06 Thread Bertrand Delacretaz
On Thu, Mar 6, 2008 at 8:35 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > ... A package collision is not realistic because - as I said - Jasper > compiles all JSPs to inside the org.apache.jsp. And I expect Scala to > not tamper with this package Ok, sorry I missed that - if all JSP cl

[jira] Created: (SLING-312) uajx post servlet does not create intermediate nodes for a deep move

2008-03-06 Thread Tobias Bocanegra (JIRA)
uajx post servlet does not create intermediate nodes for a deep move Key: SLING-312 URL: https://issues.apache.org/jira/browse/SLING-312 Project: Sling Issue Type: Improvem

[jira] Updated: (SLING-312) uajx post servlet does not create intermediate nodes for a deep move

2008-03-06 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated SLING-312: --- Attachment: ujax_deep_move_fix.r634479.patch patch fixes this issue and provide 2 test cases.

[jira] Commented: (SLING-310) SlingMainServlet still used as the HttpContext after being deactivated

2008-03-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576060#action_12576060 ] Bertrand Delacretaz commented on SLING-310: --- Our continuum builds are fine as well

[jira] Commented: (SLING-310) SlingMainServlet still used as the HttpContext after being deactivated

2008-03-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576061#action_12576061 ] Bertrand Delacretaz commented on SLING-310: --- Here's the list of tests that fail wh

Re: failing tests in r633971

2008-03-06 Thread Carsten Ziegeler
Felix Meschberger schrieb: Hi, Unlike Betrand, I cannot reproduce this issue on my linux box, where all tests except one of the ujax move tests succeed. It would be great if one of you MacOSX guys could try to trace this down - esp. if this is linked to the SLING-310 issue... Thanks. I'll try

[jira] Created: (SLING-313) Registered servlet can't be invoked with authentication

2008-03-06 Thread Carsten Ziegeler (JIRA)
Registered servlet can't be invoked with authentication --- Key: SLING-313 URL: https://issues.apache.org/jira/browse/SLING-313 Project: Sling Issue Type: Bug Components: Core