[jira] Created: (SLING-933) Upgrade to latest SCR release

2009-04-20 Thread Felix Meschberger (JIRA)
Upgrade to latest SCR release - Key: SLING-933 URL: https://issues.apache.org/jira/browse/SLING-933 Project: Sling Issue Type: Sub-task Components: Launchpad Reporter: Felix Meschberger

[jira] Closed: (SLING-932) Upgrade to latest SCR snapshot

2009-04-20 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-932. --- Resolution: Fixed Upgraded SCR reference to 1.0.7-SNAPSHOT (to be updated to the next SCR rele

[jira] Created: (SLING-932) Upgrade to latest SCR snapshot

2009-04-20 Thread Felix Meschberger (JIRA)
Upgrade to latest SCR snapshot -- Key: SLING-932 URL: https://issues.apache.org/jira/browse/SLING-932 Project: Sling Issue Type: Task Components: Launchpad Reporter: Felix Meschberger

AW: What are the best practices developing bundles for Sling in Eclipse?

2009-04-20 Thread Mike Müller
Hi Bertrand > I learned programming back when waiting for a compilation meant going > out for a coffee (or lunch if you still had floppy disks ;-), and > still appreciate some effort before compiling, to try and be a bit > careful...YMMV of course. I come from this ancient long past time as well

Re: *UserServlet and *GroupServlet Documentation

2009-04-20 Thread Eric Norman
There is no formal documentation. However, if you look inside the patch that was submitted (see https://issues.apache.org/jira/secure/attachment/12401717/usermanager_as_servlets.zip), there is a file (updated_samples.html.esp) that demonstrates the sample usage for all the possible activities (cre

[jira] Resolved: (SLING-875) New Bundle for a ResourceProvider and Sling Post Operations for interacting with the jackrabbit UserManager

2009-04-20 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman resolved SLING-875. --- Resolution: Fixed Marking as resolved since the patches were committed in revision #756191 > New Bund

*UserServlet and *GroupServlet Documentation

2009-04-20 Thread Ian Boston
Is there any existing documentation for the Servlets in the usermanager bundle ? If not, how would you like it to be created ? In the past I have done something where you can add a ?doc=1 to the url to get the documentation for the service. But there are plenty of other approaches (apt, javad

WebDav & Node properties

2009-04-20 Thread Carl Hall
Are node properties viewable/changeable through webdav access to a JCR repo?

[jira] Commented: (SLING-904) jcrinstall - take three

2009-04-20 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700807#action_12700807 ] Bertrand Delacretaz commented on SLING-904: --- Considering SLING-931, it might be us

[jira] Created: (SLING-931) Felix webconsole not restarted after upgrading via jcrinstall

2009-04-20 Thread Bertrand Delacretaz (JIRA)
Felix webconsole not restarted after upgrading via jcrinstall - Key: SLING-931 URL: https://issues.apache.org/jira/browse/SLING-931 Project: Sling Issue Type: Bug Componen

Re: Contrib bundles.

2009-04-20 Thread Carl Hall
Myself and my coworker work on Sakai and are also interested in contributing to Sling where needed. As things come up, we'll do our best to submit patches and such. As more of Sakai is ported to Sling, I'm sure our contributions will increase. On Fri, Apr 17, 2009 at 04:10, Ian Boston wrote: >

Sling Default Authorization

2009-04-20 Thread Ian Boston
I am trying to understand the way in which the DefaultAccessControlManager works within Sling. I 'think' this is the default AccessControManager that is active when Sling is built and would like to use it. If my understanding is correct, a set of ACE's is constructed based the full set of

Re: AW: What are the best practices developing bundles for Sling in Eclipse?

2009-04-20 Thread Michael Dürig
Mike, I use basically the same setup like Bertrand. However, I don't disable the Java builder. This way I can directly jump to errors and warnings by point and click. The only problem I noticed with this setup recently is that the OSGi foundation bundle sometimes gets into the way. I fixed t

Re: What are the best practices developing bundles for Sling in Eclipse?

2009-04-20 Thread Bertrand Delacretaz
Hi Mike, On Mon, Apr 20, 2009 at 1:38 PM, Mike Müller wrote: > ...If I get you right, that means, that you do not compile in Eclipse. > So you do not get errros and warnings in Eclipse. Does that mean > you use Eclipse only as editor, or do I get things wrong?... Correct, I compile with maven at

AW: What are the best practices developing bundles for Sling in Eclipse?

2009-04-20 Thread Mike Müller
Hi Bertrand If I get you right, that means, that you do not compile in Eclipse. So you do not get errros and warnings in Eclipse. Does that mean you use Eclipse only as editor, or do I get things wrong? (I must admit, that I do not have deep knowledge of maven...) I do hesitate to use maven as cen

Re: What are the best practices developing bundles for Sling in Eclipse?

2009-04-20 Thread Bertrand Delacretaz
Hi Dominik, 2009/4/20 Dominik Süß : > ...The espblogsample may be a > good start for your pom ( but doesn't use the maven-sling-plugin yet)... It does use it in fact, because the espblog's parent pom is the one found in parent/pom.xml, so for example mvn -P autoInstallBundle clean install -Dsli

Re: look who's using sling..

2009-04-20 Thread Torgeir Veimo
Sorry false alarm, ipfw was pulling jokes on me... 2009/4/20 Alexander Klimetschek > On Mon, Apr 20, 2009 at 11:22 AM, Torgeir Veimo > wrote: > > http://plugins.jquery.com/index.html > > That gives a 404 and I didn't find anything when searching for "Sling" > on the jquery site. The site itself

Re: look who's using sling..

2009-04-20 Thread Alexander Klimetschek
On Mon, Apr 20, 2009 at 11:22 AM, Torgeir Veimo wrote: > http://plugins.jquery.com/index.html That gives a 404 and I didn't find anything when searching for "Sling" on the jquery site. The site itself seems to be running with Drupal. So what do you mean? ;-) Regards, Alex -- Alexander Klimetsc

look who's using sling..

2009-04-20 Thread Torgeir Veimo
http://plugins.jquery.com/index.html -- -Tor

Re: What are the best practices developing bundles for Sling in Eclipse?

2009-04-20 Thread Dominik Süß
Hi Mike, I currently try several ways of a simple projectsetup myself and for me the way Bertrand sets up his projects works pretty good for me. I additionally use maven-sling-plugin [1] to enrich the install-phase by direct deployment into a running sling instance. The espblogsample may be a good

Re: What are the best practices developing bundles for Sling in Eclipse?

2009-04-20 Thread Bertrand Delacretaz
On Mon, Apr 20, 2009 at 9:45 AM, Mike Müller wrote: > ...How are you guys developing/testing bigger projects for Sling? > (including packaging the jar with the correct manifest) forgot about that one - I just use mvn install, and the mvn-bundle-plugin does the rest. -Bertrand

Re: What are the best practices developing bundles for Sling in Eclipse?

2009-04-20 Thread Bertrand Delacretaz
Hi Mike, On Mon, Apr 20, 2009 at 9:45 AM, Mike Müller wrote: > ...So what are the best pracices to develop an OSGi bundle for Sling in > Eclipse? > How are you guys developing/testing bigger projects for Sling? > (including packaging the jar with the correct manifest) The way I do it might

What are the best practices developing bundles for Sling in Eclipse?

2009-04-20 Thread Mike Müller
Hi I tried different ways to develop OSGi bundles for Sling in Eclipse, but neither was very productive. I tried the Eclipse PDE-stuff, but run into several problems: Eclipse does not recognise the Sling bundles even if they are in the same workspace. I had to install the bundle jars into the OSGi