[jira] Updated: (SLING-602) ValueMap#get(java.lang.String name, T defaultValue) should support Integer

2008-09-08 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-602: --- Component/s: JCR Resource Affects Version/s: JCR Resource 2.0.4

[jira] Closed: (SLING-245) After reinstalling sling core, server shutdown hangs

2008-09-08 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-245. -- Resolution: Fixed Fix Version/s: 2.0.1 The corresponding bug in Apache Felix has been

[jira] Closed: (SLING-45) Sling leaks PermSpace memory on restart of the webapp

2008-09-08 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-45. - Resolution: Fixed Fix Version/s: 2.0.0 This bug has been filed against early Sling, so I'll

Re: where does sling register the embedded jackrabbit for RMI access.

2008-09-08 Thread Felix Meschberger
Hi Tung, By default Sling creates an RMI registry at port 1099 and provides the repository under the name configured for the repository instance. Out of the box the name is jackrabbit. So you have to configure your RMI client to access rmi://localhost:1099/jackrabbit. Regards Felix tung vu duc

Re: How to beginn with Microsling

2008-09-08 Thread Felix Meschberger
Hi, tung vu duc schrieb: super!, it's exactly what i need. It's so cool how sling resolves the selection of the script to render requested content. Do you plan to support .GSP und Groovy as scripting engine? I will be looking forward to. :-D We do not have a Groovy Scripting Engine in

Re: is there any way to user sling whithout OSGi

2008-09-08 Thread Felix Meschberger
Hi, Bertrand Delacretaz schrieb: On Sat, Sep 6, 2008 at 9:40 AM, Torgeir Veimo [EMAIL PROTECTED] wrote: On 6 Sep 2008, at 16:19, Bertrand Delacretaz wrote: Replacing the jacrkabbit-server bundle by the jackrabbit-client one, and configuring that with the repository access parameters, should

[jira] Assigned: (SLING-646) jcrinstall - take two

2008-09-08 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz reassigned SLING-646: - Assignee: Bertrand Delacretaz jcrinstall - take two -

Re: is there any way to user sling whithout OSGi

2008-09-08 Thread Felix Meschberger
Hi, tung vu duc schrieb: Depends on what a normal webapp is. Lots of Sling use cases don't require any OSGi knowledge, you can go a long way just with scripting in the repository. What kind of server-side web framework would you use with Sling? You don't need any, unless I misunderstand the

[jira] Created: (SLING-650) Support for vanity urls

2008-09-08 Thread Carsten Ziegeler (JIRA)
Support for vanity urls --- Key: SLING-650 URL: https://issues.apache.org/jira/browse/SLING-650 Project: Sling Issue Type: New Feature Components: JCR Resource Affects Versions: JCR Resource 2.0.2

Re: [jira] Created: (SLING-650) Support for vanity urls

2008-09-08 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: Could we also use this to select the resource to display when / is accessed? Yes, this should work for this case as well Currently we're setting a redirect URL on the root node for this, but there might be several candidates for /, maybe in a priority order:

[jira] Updated: (SLING-650) Support for vanity urls

2008-09-08 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-650: --- Component/s: Servlets Get Affects Version/s: Servlets Get 2.0.2 Fix

Re: How to beginn with Microsling

2008-09-08 Thread Paul Noden
+1 for groovy support. On Mon, Sep 8, 2008 at 8:23 AM, Felix Meschberger [EMAIL PROTECTED] wrote: Hi, tung vu duc schrieb: super!, it's exactly what i need. It's so cool how sling resolves the selection of the script to render requested content. Do you plan to support .GSP und Groovy as