Re: svn commit: r644732 - in /incubator: sling/ catapult/

2008-04-02 Thread Bertrand Delacretaz
On Tue, Apr 1, 2008 at 8:28 PM, Carsten Ziegeler [EMAIL PROTECTED] wrote: Author: cziegeler Date: Tue Apr 1 13:29:57 2008 New Revision: 644732 URL: http://svn.apache.org/viewvc?rev=644732view=rev Funny, something's changed in the ASF's svn config, this message says User-Agent:

Re: Servlet registration acrobatics

2008-04-02 Thread Bertrand Delacretaz
On Tue, Apr 1, 2008 at 9:23 PM, Felix Meschberger [EMAIL PROTECTED] wrote: ...maybe an API call such as boolean canHandle(SlingHttpServletRequest) in an interface, which a servlet may implement. If a servlet would be selected which implements the method and returns false, the servlet

Re: Eclipse Plugin

2008-04-02 Thread Felix Meschberger
Hi Sébastien, Am Mittwoch, den 02.04.2008, 08:37 +0200 schrieb Bouiaw: Hi, Is it possible to use CRX Eclipse Plugin (http://www.day.com/eclipse/) to view the Sling JCR repository with RMI ? Where I choose jackrabbit version there is only 1.3.3, and Sling use jackrabbit 1.4 or 1.5-SNAPHOT

[jira] Commented: (SLING-317) Rename /classes to /var/classes

2008-04-02 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12584447#action_12584447 ] Bertrand Delacretaz commented on SLING-317: --- I agree that the path mapping is

Re: Servlet registration acrobatics

2008-04-02 Thread Vidar Ramdal
On Wed, Apr 2, 2008 at 9:47 AM, Bertrand Delacretaz [EMAIL PROTECTED] wrote: On Tue, Apr 1, 2008 at 9:23 PM, Felix Meschberger [EMAIL PROTECTED] wrote: ...maybe an API call such as boolean canHandle(SlingHttpServletRequest) in an interface, which a servlet may implement.

[jira] Created: (SLING-350) maven-jspc-plugin should put compiled classes under /var/classes

2008-04-02 Thread Bertrand Delacretaz (JIRA)
maven-jspc-plugin should put compiled classes under /var/classes Key: SLING-350 URL: https://issues.apache.org/jira/browse/SLING-350 Project: Sling Issue Type: Bug

[jira] Closed: (SLING-317) Rename /classes to /var/classes

2008-04-02 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz closed SLING-317. - Resolution: Fixed Fix Version/s: 2.0.0 Patch applied, SLING-350 created regarding

Re: [RT] Catapult

2008-04-02 Thread Felix Meschberger
I just have to add in Kermit's words: Applause, Applause, Applause ;-) Thanks alot. Regards Felix Am Mittwoch, den 02.04.2008, 11:36 +0200 schrieb Carsten Ziegeler: Just for the record: as you all might have noticed, this was of course an aprils fool joke - a lame one I admit, but

Re: svn commit: r644732 - in /incubator: sling/ catapult/

2008-04-02 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: On Tue, Apr 1, 2008 at 8:28 PM, Carsten Ziegeler [EMAIL PROTECTED] wrote: Author: cziegeler Date: Tue Apr 1 13:29:57 2008 New Revision: 644732 URL: http://svn.apache.org/viewvc?rev=644732view=rev Funny, something's changed in the ASF's svn config, this

[jira] Created: (SLING-351) Use uppercase Sling in sling.js

2008-04-02 Thread Bertrand Delacretaz (JIRA)
Use uppercase Sling in sling.js --- Key: SLING-351 URL: https://issues.apache.org/jira/browse/SLING-351 Project: Sling Issue Type: Improvement Reporter: Bertrand Delacretaz The Sling variable in

Re: [RT] Catapult

2008-04-02 Thread Bertrand Delacretaz
On Wed, Apr 2, 2008 at 11:36 AM, Carsten Ziegeler [EMAIL PROTECTED] wrote: Just for the record: as you all might have noticed, this was of course an aprils fool joke... Oh no...and I was jumping up and down with excitement already... -Bertrand

Re: [RT] Catapult

2008-04-02 Thread Jukka Zitting
Hi, On Wed, Apr 2, 2008 at 12:38 PM, Felix Meschberger [EMAIL PROTECTED] wrote: I just have to add in Kermit's words: Applause, Applause, Applause ;-) +1 Well played, Carsten! BR, Jukka Zitting

/sling/sling.js path hidden by OSGi management console

2008-04-02 Thread Bertrand Delacretaz
Hi, Working on SLING-351 I noticed that /sling/sling.js is not accessible, as the OSGi console is mounted on /sling. I suggest moving that path to /bundles/sling/sling.js, where /bundles makes it clear that this resource comes from a bundle. WDYT? -Bertrand

Re: /sling/sling.js path hidden by OSGi management console

2008-04-02 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: Hi, Working on SLING-351 I noticed that /sling/sling.js is not accessible, as the OSGi console is mounted on /sling. I suggest moving that path to /bundles/sling/sling.js, where /bundles makes it clear that this resource comes from a bundle. WDYT? Hmm, I'm not sure

Re: /sling/sling.js path hidden by OSGi management console

2008-04-02 Thread Bertrand Delacretaz
Hi, On Wed, Apr 2, 2008 at 1:10 PM, Carsten Ziegeler [EMAIL PROTECTED] wrote: Bertrand Delacretaz wrote: ...I suggest moving that path to /bundles/sling/sling.js, where /bundles makes it clear that this resource comes from a bundle ... Hmm, I'm not sure :) - I think it shouldn't be of

Re: [RT] Catapult

2008-04-02 Thread paksegu
Thats a Good one...you had me going Carsten Ziegeler [EMAIL PROTECTED] wrote: Just for the record: as you all might have noticed, this was of course an aprils fool joke - a lame one I admit, but nevertheless funny. Next year I have to prepare a better one :) Ah and of course the svn commit

[jira] Created: (SLING-352) Allow Servlets to pass on a request

2008-04-02 Thread Vidar S. Ramdal (JIRA)
Allow Servlets to pass on a request --- Key: SLING-352 URL: https://issues.apache.org/jira/browse/SLING-352 Project: Sling Issue Type: New Feature Components: ServletResolver Reporter:

[jira] Updated: (SLING-352) Allow Servlets to pass on a request

2008-04-02 Thread Vidar S. Ramdal (JIRA)
[ https://issues.apache.org/jira/browse/SLING-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vidar S. Ramdal updated SLING-352: -- Attachment: ServletResolver.patch Patching ServletResolver and introducing

Re: /sling/sling.js path hidden by OSGi management console

2008-04-02 Thread Felix Meschberger
Hi, Am Mittwoch, den 02.04.2008, 12:08 +0200 schrieb Bertrand Delacretaz: Hi, Working on SLING-351 I noticed that /sling/sling.js is not accessible, as the OSGi console is mounted on /sling. I suggest moving that path to /bundles/sling/sling.js, where /bundles makes it clear that this

Re: [RT] Catapult

2008-04-02 Thread Tobias Bocanegra
me, too :-) *sigh* regards, toby On 4/2/08, paksegu [EMAIL PROTECTED] wrote: Thats a Good one...you had me going Carsten Ziegeler [EMAIL PROTECTED] wrote: Just for the record: as you all might have noticed, this was of course an aprils fool joke - a lame one I admit, but nevertheless

Re: /sling/sling.js path hidden by OSGi management console

2008-04-02 Thread Tobias Bocanegra
what about putting the sling console to some other place? eg: /slingconsole /system/sling/console ? we should avoid 'cluttering' the root context as much as possible. furthermore, i wold move the sling.js to /libs/sling/docroot/sling.js regards, toby On 4/2/08, Felix Meschberger [EMAIL

Re: Eclipse Plugin

2008-04-02 Thread Bouiaw
Thanks for your answer. Is there any related issue on Jackrabbit Jira ? I would like to vote for this bug and know when it will be fixed. On Wed, Apr 2, 2008 at 9:50 AM, Felix Meschberger [EMAIL PROTECTED] wrote: Hi Sébastien, Am Mittwoch, den 02.04.2008, 08:37 +0200 schrieb Bouiaw: Hi,

Re: Eclipse Plugin

2008-04-02 Thread Felix Meschberger
Hi, Am Mittwoch, den 02.04.2008, 22:08 +0200 schrieb Bouiaw: Thanks for your answer. Is there any related issue on Jackrabbit Jira ? I would like to vote for this bug and know when it will be fixed. The respective bug (JCR-1406) has already been fixed and I am in fact currently preparing the