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

2009-05-05 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706318#action_12706318 ] Bertrand Delacretaz commented on SLING-931: --- In the above scenario, the jcrinstall

Re: [IMP] End of Code freeze

2009-05-05 Thread Carsten Ziegeler
Ok, I'm done with the maven stuff, so this ends the code freeze. Thanks Carsten -- Carsten Ziegeler cziege...@apache.org

Re: Error using html form to add repository content

2009-05-05 Thread Ian Boston
you may need to force the basic authenticator to fire. (Not certain if that is still the case with trunk as of a few days ago. Try: curl -Ftitle="some title text" -Ftext="some body text content" http://admin:ad...@localhost:/my/new/content?sling:authRequestLogin=1 Ian On 5 May 2009, at

Re: Event Listeners

2009-05-05 Thread Ian Boston
On 5 May 2009, at 15:36, Alexander Klimetschek wrote: On Tue, May 5, 2009 at 3:55 PM, Ian Boston wrote: I am after is a listener that only fires on the cluster node that created it. I need this because I want to ensure that all nodes, however they are created have certain properties (like

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

2009-05-05 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706081#action_12706081 ] Bertrand Delacretaz commented on SLING-904: --- In revision 771821, the OSGi part of

Re: [IMP] Code freeze

2009-05-05 Thread Carsten Ziegeler
Jukka Zitting wrote: > Hi, > > On Tue, May 5, 2009 at 5:09 PM, Carsten Ziegeler wrote: >> Jukka Zitting wrote: >>> Branch? >> We're not branching for a release; we only branch if really necessary. > > Why? Doing the release preparation in a branch would allow others to > continue using trunk for

Re: [IMP] Code freeze

2009-05-05 Thread Jukka Zitting
Hi, On Tue, May 5, 2009 at 5:09 PM, Carsten Ziegeler wrote: > Jukka Zitting wrote: >> Branch? > We're not branching for a release; we only branch if really necessary. Why? Doing the release preparation in a branch would allow others to continue using trunk for normal development. I don't active

Re: Event Listeners

2009-05-05 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: > On Tue, May 5, 2009 at 5:04 PM, Carsten Ziegeler wrote: >> Tobias Bocanegra wrote: >>> sorry to bring this up again - but i'm a bit concerned that every JCR >>> api functionality is duplicated in sling > >> One of the aims of Sling is to make building apps on top

Re: Event Listeners

2009-05-05 Thread Tobias Bocanegra
On Tue, May 5, 2009 at 5:04 PM, Carsten Ziegeler wrote: > Tobias Bocanegra wrote: >> >> sorry to bring this up again - but i'm a bit concerned that every JCR >> api functionality is duplicated in sling. i think it should not be to >> goal to replace the JCR api in sling, but to leverage it. the ma

Re: [IMP] Code freeze

2009-05-05 Thread Carsten Ziegeler
Jukka Zitting wrote: > Hi, > > On Tue, May 5, 2009 at 4:48 PM, Carsten Ziegeler wrote: >> Ok, I'l start with the release process - I fear that this will take a >> little bit longer this time (until tomorrow I guess). Please refrain >> from committing stuff in the meantime. During the release proc

Re: Event Listeners

2009-05-05 Thread Bertrand Delacretaz
On Tue, May 5, 2009 at 5:04 PM, Carsten Ziegeler wrote: > Tobias Bocanegra wrote: >> >> sorry to bring this up again - but i'm a bit concerned that every JCR >> api functionality is duplicated in sling > One of the aims of Sling is to make building apps on top of JCR easier. > And the describ

Re: Event Listeners

2009-05-05 Thread Carsten Ziegeler
Tobias Bocanegra wrote: > > sorry to bring this up again - but i'm a bit concerned that every JCR > api functionality is duplicated in sling. i think it should not be to > goal to replace the JCR api in sling, but to leverage it. the main > focus of sling should be to build a framework on JCR and

Re: [IMP] Code freeze

2009-05-05 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: > On Tue, May 5, 2009 at 4:48 PM, Carsten Ziegeler wrote: >> Ok, I'l start with the release process - I fear that this will take a >> little bit longer this time (until tomorrow I guess). Please refrain >> from committing stuff in the meantime > > It is ok to commit

Re: Event Listeners

2009-05-05 Thread Tobias Bocanegra
On Tue, May 5, 2009 at 3:26 PM, Carsten Ziegeler wrote: > Ian Boston wrote: >> Are there any facilities in sling for registering jcr event listeners ? >> >> Both the external javax.jcr.observation.EventListener and the >> SynchronousEventListener type. >> > No we don't have extra support in Sling

Re: [IMP] Code freeze

2009-05-05 Thread Bertrand Delacretaz
On Tue, May 5, 2009 at 4:48 PM, Carsten Ziegeler wrote: > Ok, I'l start with the release process - I fear that this will take a > little bit longer this time (until tomorrow I guess). Please refrain > from committing stuff in the meantime It is ok to commit under contrib/extensions, right? -

Re: [IMP] Code freeze

2009-05-05 Thread Jukka Zitting
Hi, On Tue, May 5, 2009 at 4:48 PM, Carsten Ziegeler wrote: > Ok, I'l start with the release process - I fear that this will take a > little bit longer this time (until tomorrow I guess). Please refrain > from committing stuff in the meantime. During the release process the > build will be broken

[IMP] Code freeze

2009-05-05 Thread Carsten Ziegeler
Ok, I'l start with the release process - I fear that this will take a little bit longer this time (until tomorrow I guess). Please refrain from committing stuff in the meantime. During the release process the build will be broken as the it will reference artifacts which are not available in a publi

Re: Event Listeners

2009-05-05 Thread Carsten Ziegeler
Ian Boston wrote: > I am after is a listener that only fires on the cluster node that > created it. I need this because I want to ensure that all nodes, however > they are created have certain properties (like the id of the creator) if > appropriate. > > The only way I have found to do this is a S

Re: Event Listeners

2009-05-05 Thread Alexander Klimetschek
On Tue, May 5, 2009 at 3:55 PM, Ian Boston wrote: > I am after is a listener that only fires on the cluster node that created > it. I need this because I want to ensure that all nodes, however they are > created have certain properties (like the id of the creator) if appropriate. Jackrabbit has s

Re: Event Listeners

2009-05-05 Thread Ian Boston
On 5 May 2009, at 14:26, Carsten Ziegeler wrote: Ian Boston wrote: Are there any facilities in sling for registering jcr event listeners ? Both the external javax.jcr.observation.EventListener and the SynchronousEventListener type. No we don't have extra support in Sling atm. One of the pr

Re: Event Listeners

2009-05-05 Thread Carsten Ziegeler
Ian Boston wrote: > Are there any facilities in sling for registering jcr event listeners ? > > Both the external javax.jcr.observation.EventListener and the > SynchronousEventListener type. > No we don't have extra support in Sling atm. One of the problems here is that the jcr listeners are tied

[jira] Resolved: (SLING-954) Add suppport for TCP/IP based control connection for Sling standalone app

2009-05-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-954. - Resolution: Fixed Implemented fix in Rev. 771696: * -h option support moved to Main cla

Re: Sling app -j option does not work (was: [jira] Closed: (SLING-954)...)

2009-05-05 Thread Felix Meschberger
Hi Bertrand, Bertrand Delacretaz schrieb: > On Tue, May 5, 2009 at 12:08 PM, Felix Meschberger (JIRA) > wrote: >> ...Felix Meschberger closed SLING-954 > > I just tried this in launchpad/app, and > > java -jar target/org.apache.sling.launchpad.app-4-incubator-SNAPSHOT.jar -j > > says "U

[jira] Reopened: (SLING-954) Add suppport for TCP/IP based control connection for Sling standalone app

2009-05-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reopened SLING-954: - -j option prevents MainDelegate from operating. The Main class should probably remove that op

Sling app -j option does not work (was: [jira] Closed: (SLING-954)...)

2009-05-05 Thread Bertrand Delacretaz
On Tue, May 5, 2009 at 12:08 PM, Felix Meschberger (JIRA) wrote: > ...Felix Meschberger closed SLING-954 I just tried this in launchpad/app, and java -jar target/org.apache.sling.launchpad.app-4-incubator-SNAPSHOT.jar -j says "Unrecognized option j=j", although the -j option is provided

Event Listeners

2009-05-05 Thread Ian Boston
Are there any facilities in sling for registering jcr event listeners ? Both the external javax.jcr.observation.EventListener and the SynchronousEventListener type. Ian

[jira] Closed: (SLING-955) Multi-value sling:vanityPath properties not properly handled

2009-05-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-955. --- Resolution: Fixed Fixed in Rev. 771666 by using the ResourceResolver.findResources method to

[jira] Created: (SLING-955) Multi-value sling:vanityPath properties not properly handled

2009-05-05 Thread Felix Meschberger (JIRA)
Multi-value sling:vanityPath properties not properly handled Key: SLING-955 URL: https://issues.apache.org/jira/browse/SLING-955 Project: Sling Issue Type: Bug Components

Re: svn commit: r771617 - in /incubator/sling/trunk/bundles/jcr: jackrabbit-accessmanager/pom.xml jackrabbit-usermanager/pom.xml

2009-05-05 Thread Carsten Ziegeler
Felix Meschberger wrote: > Hi, > > Shouldn't this rather be org.apache.jackrabbit:jackrabbit-api ? > Hmm, yes - I'll check all references. Thanks Carsten -- Carsten Ziegeler cziege...@apache.org

[jira] Closed: (SLING-954) Add suppport for TCP/IP based control connection for Sling standalone app

2009-05-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-954. --- Updated the launchpad documentation at http://cwiki.apache.org/SLING/the-sling-launchpad.html >

[jira] Closed: (SLING-953) Preprocess the Commandline in the "outer" Main class

2009-05-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-953. --- Resolution: Fixed Implemented new command line parsing in Rev. 771608 and added a small fix to

[jira] Resolved: (SLING-954) Add suppport for TCP/IP based control connection for Sling standalone app

2009-05-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-954. - Resolution: Fixed Implemented control connection support as described in Rev. 771647 > Ad

[jira] Created: (SLING-954) Add suppport for TCP/IP based control connection for Sling standalone app

2009-05-05 Thread Felix Meschberger (JIRA)
Add suppport for TCP/IP based control connection for Sling standalone app - Key: SLING-954 URL: https://issues.apache.org/jira/browse/SLING-954 Project: Sling Issue Type

Re: svn commit: r771617 - in /incubator/sling/trunk/bundles/jcr: jackrabbit-accessmanager/pom.xml jackrabbit-usermanager/pom.xml

2009-05-05 Thread Felix Meschberger
Hi, Shouldn't this rather be org.apache.jackrabbit:jackrabbit-api ? Regards Felix cziege...@apache.org schrieb: > Author: cziegeler > Date: Tue May 5 08:26:58 2009 > New Revision: 771617 > > URL: http://svn.apache.org/viewvc?rev=771617&view=rev > Log: > Use released version of jackrabbit api >

Re: Preparing the release

2009-05-05 Thread Bertrand Delacretaz
On Tue, May 5, 2009 at 10:35 AM, Felix Meschberger wrote: I agree with Felix. -Bertrand

Re: Preparing the release

2009-05-05 Thread Felix Meschberger
Hi, Carsten Ziegeler schrieb: > Hi, > > I just went through the list of all modules for the release (bundles, > launchpad and maven plugins). > >>From this list it seems that we haven't changed these modules (apart > from cosmetic changes of the bundle name - but no functional changes): > - bund

Preparing the release

2009-05-05 Thread Carsten Ziegeler
Hi, I just went through the list of all modules for the release (bundles, launchpad and maven plugins). >From this list it seems that we haven't changed these modules (apart from cosmetic changes of the bundle name - but no functional changes): - bundles/extensions/adapter - bundles/jcr/api - bun

Re: Sling board report draft (due May 13th)

2009-05-05 Thread Felix Meschberger
Hi Betrand Thanks for the proposal. I have added it into our wiki [1] for more updates before posting it to the Incubator page. Please follow up, if you have something to add. Thanks. Regards Felix Bertrand Delacretaz schrieb: > Hi, > > See http://wiki.apache.org/incubator/May2009. > > Here'

Sling board report draft (due May 13th)

2009-05-05 Thread Bertrand Delacretaz
Hi, See http://wiki.apache.org/incubator/May2009. Here's my suggested draft: Sling is a scriptable OSGI-based web framework that uses a Java Content Repository, such as Apache Jackrabbit, to store and manage content. Sling entered incubation on September 5th, 2007, and is actively preparing for

[jira] Created: (SLING-953) Preprocess the Commandline in the "outer" Main class

2009-05-05 Thread Felix Meschberger (JIRA)
Preprocess the Commandline in the "outer" Main class Key: SLING-953 URL: https://issues.apache.org/jira/browse/SLING-953 Project: Sling Issue Type: Improvement Components: Launch