[jira] Resolved: (SLING-736) Ensure getPathInfo returns correct (expected) value

2009-03-24 Thread Juan Jose Vazquez Delgado (JIRA)
[ https://issues.apache.org/jira/browse/SLING-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juan Jose Vazquez Delgado resolved SLING-736. - Resolution: Fixed At first sight, everything seems to be ok. Close this is

JCR Install next steps

2009-03-24 Thread Felix Meschberger
Hi all, I have been thinking about our JCR Install tool (and had to do some heavy-lifting in a product of ours, which uses JCR Install). Currently JCR Install doing heavy work inside of "system" threads - either as per OSGi Service Change Event or as per Declarative Services activation. The drawb

Re: Sling with Pax > 0.2.3 does not work?

2009-03-24 Thread Sebastian Gomez
>Changes have been applied in revision 757774. Feedback will be >appreciate in order to close this issue [1]. Hi Juanjo. I deployed Sling with your changes on ServiceMix Kernel (pax-web-bundle 0.4.1) and it now works perfectly. Thank you very much. Sebastian Gomez. 2009/3/24 Juan José Vázquez De

Re: Sling with Pax > 0.2.3 does not work?

2009-03-24 Thread Juan José Vázquez Delgado
> 2) Is there some way to publish the SlingMainServlet in a different context > path than "/"? I've seen it hard wired to it, but I guess it may be a good > idea to have it configurable in case Sling lives in a container with other > web applications (such as my case in ServiceMix Kernel). I´m not

Re: OSGI pluggability in Sling

2009-03-24 Thread Felix Meschberger
Juan José Vázquez Delgado schrieb: > Hi Sebastián, > >> I'm not sure if this is the best place to write to > > No better place occurred to me :-). > >> but I've been able to >> use Sling in ServiceMix Kernel without much problems, and have created a >> patch to deploy it as a ServiceMix Kernel

Re: OSGI pluggability in Sling

2009-03-24 Thread Juan José Vázquez Delgado
Hi Sebastián, > I'm not sure if this is the best place to write to No better place occurred to me :-). > but I've been able to > use Sling in ServiceMix Kernel without much problems, and have created a > patch to deploy it as a ServiceMix Kernel feature. I've attached the patch > to the followin

[jira] Created: (SLING-897) Setting of a Property requires remove privilege on node

2009-03-24 Thread christian (JIRA)
Setting of a Property requires remove privilege on node --- Key: SLING-897 URL: https://issues.apache.org/jira/browse/SLING-897 Project: Sling Issue Type: Bug Components: Servlets

Re: Sling with Pax > 0.2.3 does not work?

2009-03-24 Thread Juan José Vázquez Delgado
>> I'm trying to run Sling in ServiceMix Kernel (uses pax-web-bundle 0.4.1). It >> deploys correctly, but when the SlingMainServlet tries to process a request >> it ends up in an infinite loop. I downgraded Pax to use the 0.2.3 version, >> and it works fine. > > Yes, you´re right, the same thing ha

[jira] Updated: (SLING-736) Ensure getPathInfo returns correct (expected) value

2009-03-24 Thread Juan Jose Vazquez Delgado (JIRA)
[ https://issues.apache.org/jira/browse/SLING-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juan Jose Vazquez Delgado updated SLING-736: Remaining Estimate: 0h Original Estimate: 0h The path info was overwrit

Re: OSGI pluggability in Sling

2009-03-24 Thread Sebastian Gomez
Hi. I'm not sure if this is the best place to write to, but I've been able to use Sling in ServiceMix Kernel without much problems, and have created a patch to deploy it as a ServiceMix Kernel feature. I've attached the patch to the following JIRA issue: https://issues.apache.org/jira/browse/SLING-

[jira] Updated: (SLING-896) Allow installation of Sling as a feature in ServiceMix Kernel

2009-03-24 Thread Sebastian Gomez (JIRA)
[ https://issues.apache.org/jira/browse/SLING-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Gomez updated SLING-896: -- Attachment: sling-feature.zip Uploaded patch with necessary files to deploy Sling as a ServiceMi

[jira] Created: (SLING-896) Allow installation of Sling as a feature in ServiceMix Kernel

2009-03-24 Thread Sebastian Gomez (JIRA)
Allow installation of Sling as a feature in ServiceMix Kernel - Key: SLING-896 URL: https://issues.apache.org/jira/browse/SLING-896 Project: Sling Issue Type: New Feature

Re: Sling with Pax > 0.2.3 does not work?

2009-03-24 Thread Juan José Vázquez Delgado
Hi Sebastián, > I'm trying to run Sling in ServiceMix Kernel (uses pax-web-bundle 0.4.1). It > deploys correctly, but when the SlingMainServlet tries to process a request > it ends up in an infinite loop. I downgraded Pax to use the 0.2.3 version, > and it works fine. Yes, you´re right, the same

[jira] Reopened: (SLING-736) Ensure getPathInfo returns correct (expected) value

2009-03-24 Thread Juan Jose Vazquez Delgado (JIRA)
[ https://issues.apache.org/jira/browse/SLING-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juan Jose Vazquez Delgado reopened SLING-736: - Assignee: Juan Jose Vazquez Delgado (was: Felix Meschberger) Issue reop

Re: [RT] Resource class loader

2009-03-24 Thread Michael Dürig
might for example be the case for languages which have some built in dependency injection support (i.e. find me all available implementations of a given interface). Hmm, this is probably more a problem of the Design of the respective scripting language, than one of the ClassLoader. The Java Clas

Re: Integration with Magnolia

2009-03-24 Thread Bertrand Delacretaz
Hi, On Mon, Mar 23, 2009 at 9:10 PM, Tyson Norris wrote: > ... Similarly, sling requires (albeit fewer) > special nodes to help dictate rendering (correct me if I'm wrong on > this...). The sling:resourceType property is the standard way of telling Sling how to process a resource, but it's n

Re: [RT] Resource class loader

2009-03-24 Thread Felix Meschberger
Hi Carsten, Carsten Ziegeler schrieb: > I'm thinking about improving our jsp (and other scripting) support. One > problem I see atm is our class loading for compiled scripts. > > At the moment, we have the RepositoryClassLoaderProvider which allows to > get a class loader for a user which is able

Re: [RT] Resource class loader

2009-03-24 Thread Felix Meschberger
Hi Michael, Michael Dürig schrieb: > > There is another issue with the current design which might be worthwhile > to tackle at the same time. While class loaders are fine for loading > classes into the JVM they are in general the wrong abstraction when > compiling scripts. Scripts need access to