Re: JCR Explorer

2009-03-20 Thread Glenn Silverman
Bertrand, I finally installed the servlet in my local maven repo and it works. The problem I'm trying to solve is duplicating the create/build process for a simple gwt/sling application. GWT apps are created either with the supplied applicationCreator, or the googlewebtoolkit2 archetype, neither

Regarding GSoc projects for Apache Sling

2009-03-20 Thread usw wickramasinghe
Hi, I'm an Computer Science Undergraduate(University of Moratuwa ,SriLanka) who would like to work in a apache Sling project for GSoc 09.. I've recently being doing project work on Apache Axis2 Engine developing Ruby Services deployment and message recieving using JRuby frame work (using OSgi to

Re: JCR Explorer

2009-03-20 Thread Bertrand Delacretaz
Hi, On Fri, Mar 20, 2009 at 5:07 PM, Glenn Silverman wrote: > Yes, I tried building from /contrib/extensions/gwt, but got the following > error: > > 1 required artifact is missing. > > for artifact: >  org.apache.sling:org.apache.sling.extensions.gwt.sample:bundle:2.0.0-incubator > -SNAPSHOT Bui

Re: JcrResourceResolver getSearchPath never called from JcrResourceResolver?

2009-03-20 Thread Julian Sedding
Hi Thomas You can change the search paths via configuration. Select the "Configuration" tab in the Felix console and select "Apache Sling Resource Resolver" in the drop-down (or simply [1]). In the Resource Resolver config panel you can add and remove search paths as you like. Regards, Julian [1

[jira] Created: (SLING-893) Pipeline support

2009-03-20 Thread Juan Jose Vazquez Delgado (JIRA)
Pipeline support Key: SLING-893 URL: https://issues.apache.org/jira/browse/SLING-893 Project: Sling Issue Type: Improvement Components: Extensions Affects Versions: 3 Reporter: Juan Jose Vazquez Del

JcrResourceResolver getSearchPath never called from JcrResourceResolver?

2009-03-20 Thread Thomas Praxl
Hi, I just wanted to decorate JcrResourceResolver in order to extend the search-path. However, the fact that JcrResourceResolver doesn't call it's own method getSearchPath, but factory.getSearchPath, forces me not just to decorate getSearchPath, but also getResource. That behaviour is kind of w

OSGI pluggability in Sling

2009-03-20 Thread Glenn Silverman
As a Sling novice, I would like to know if the OSGI implementation in Sling is really pluggable, as the documentation suggests? If so, is there a how-to document, or an example, of using Equinox in place of Felix. How about running Sling and Jackrabbit, without Felix, in Spring DM? Glenn Silver

Re: JCR Explorer

2009-03-20 Thread Glenn Silverman
Hi, Bertrand, Yes, I tried building from /contrib/extensions/gwt, but got the following error: 1 required artifact is missing. for artifact: org.apache.sling:org.apache.sling.extensions.gwt.sample:bundle:2.0.0-incubator -SNAPSHOT from the specified remote repositories: apache.incubating

[jira] Reopened: (SLING-880) Pluggable AccessManager

2009-03-20 Thread Vidar S. Ramdal (JIRA)
[ https://issues.apache.org/jira/browse/SLING-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vidar S. Ramdal reopened SLING-880: --- Mistakenly marked this as 'resolved', I guess it isn't resolved until the patch is applied. > Pl

[jira] Resolved: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

2009-03-20 Thread Juan Jose Vazquez Delgado (JIRA)
[ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juan Jose Vazquez Delgado resolved SLING-879. - Resolution: Fixed Assignee: Juan Jose Vazquez Delgado Integration te

[jira] Resolved: (SLING-891) Some usermanager integration tests are failing

2009-03-20 Thread Juan Jose Vazquez Delgado (JIRA)
[ https://issues.apache.org/jira/browse/SLING-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juan Jose Vazquez Delgado resolved SLING-891. - Resolution: Invalid Finally, this seems to be a memory issue. MAVEN_OPTS=-

Re: AccessControlUtil.addEntry(), @scr private=, deactivate bundles in mvn?

2009-03-20 Thread Juan José Vázquez Delgado
> Hmm.  I don't know what is different. It seems to work for me.  I just > checked out the latest code to an empty folder and ran a clean build and I > got this result from the integration tests: > > Tests run: 235, Failures: 0, Errors: 0, Skipped: 0 >> > > And then I applied the "accessManager_pat

Re: Problem with jcr:created property in initial content loading

2009-03-20 Thread Alexander Klimetschek
2009/3/19 Juan José Vázquez Delgado > > > We want to use these reserved properties (jcr:created, jcr:createdBy, etc.) > > because they are autocompleted by the SlingPostServlet and we are always to > > create content using the SlingPostServlet. > > > > How can initalize the jcr:created with a long

Re: JCR Explorer (was: Summer of Code is upon us)

2009-03-20 Thread Juan José Vázquez Delgado
> Concerning GWT, it seems that we can support  HTTP requests [1] (with JSON > or XML) and avoid GWT RPC. > RPC is certainly nice for java developers but if we want to have a common > foundation for the JCR browser that can be integrated with different web UI > frameworks,  it is certainly better t

Re: JCR Explorer (was: Summer of Code is upon us)

2009-03-20 Thread Christophe Lombart
Concerning GWT, it seems that we can support HTTP requests [1] (with JSON or XML) and avoid GWT RPC. RPC is certainly nice for java developers but if we want to have a common foundation for the JCR browser that can be integrated with different web UI frameworks, it is certainly better to avoid th

Re: JCR Explorer (was: Summer of Code is upon us)

2009-03-20 Thread Bertrand Delacretaz
Hi Glenn, On Fri, Mar 20, 2009 at 1:05 AM, Glenn Silverman wrote: > ...Bundlizing a GWT application that runs correctly in Sling needs a > workaround > to access the generated nocache.js Did you have a look at the Sling code under /contrib/extensions/gwt? I'm not a GWT specialist, but last