[jira] Issue Comment Edited: (SLING-962) Unused imports and missing serialVersionUID

2009-05-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708346#action_12708346 ] Felix Meschberger edited comment on SLING-962 at 5/12/09 12:03 AM: ---

[jira] Resolved: (SLING-962) Unused imports and missing serialVersionUID

2009-05-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-962. - Resolution: Fixed Fix Version/s: Extensions httpauth 2.0.6 Added the serialVersionU

[jira] Resolved: (SLING-961) Parent pom should not include org.osgi.foundation artifact to allow compiling in eclipse

2009-05-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-961. - Resolution: Fixed Applied your patch in Rev. 773803. Please close this issue, if you are

[jira] Updated: (SLING-961) Parent pom should not include org.osgi.foundation artifact to allow compiling in eclipse

2009-05-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-961: Fix Version/s: Parent 6 > Parent pom should not include org.osgi.foundation artifact to allo

[jira] Updated: (SLING-963) maven-sling-plugin fix for targetPath without trailing slash

2009-05-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-963: Fix Version/s: Maven Sling Plugin 2.0.6 > maven-sling-plugin fix for targetPath without trai

[jira] Resolved: (SLING-963) maven-sling-plugin fix for targetPath without trailing slash

2009-05-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-963. - Resolution: Fixed I have applied your patch in Rev. 773804. Please close if you are satis

Re: Releases in the future

2009-05-12 Thread Juan José Vázquez Delgado
> As one of those "users" of sling the launchpad structures are working well > for us. At the moment we take launchpad/bundles as is, and package with > something close to lauchpad/app. As Ian describes, a custom launchpad, including Sling and some other bundles, is a typical enterprise-ready pack

Re: Releases in the future

2009-05-12 Thread Bertrand Delacretaz
Hi, On Mon, May 11, 2009 at 9:03 PM, Felix Meschberger wrote: > ...Basically, we will start releasing single bundles using the regular ASF > release process. This should enable us to release much quicker than with > big release we have done until now... +1, and if we could graduate soon that wou

Re: Releases in the future

2009-05-12 Thread Bertrand Delacretaz
On Mon, May 11, 2009 at 10:29 PM, Roy T. Fielding wrote: > On May 11, 2009, at 12:03 PM, Felix Meschberger wrote: > >> Carsten and I have been reasoning about the releases in the future, >> mainly the ones for end-users who just want to grab a binary and fire it >> off > Apache only releases

Re: Releases in the future

2009-05-12 Thread Felix Meschberger
Hi, Juan José Vázquez Delgado schrieb: >> Many of them are used to a pre configured lamp binary for getting up and >> going on development fast, building from source doesnt appear to be in their >> vocab. > > IMHO, there is not an easy way to package a Sling based software > solution now. Along t

[jira] Closed: (SLING-962) Unused imports and missing serialVersionUID

2009-05-12 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston closed SLING-962. closing, thanks. > Unused imports and missing serialVersionUID >

Re: Releases in the future

2009-05-12 Thread Juan José Vázquez Delgado
>  * create OSGi Deployment Packages for use with >     the Deployment Admin service > >  * create Karaf features (requiring respective >     Karaf support) > >  * create a list of dependencies to grab from >     and OBR at first startup > > What is important to me, is that we will be able to produ

Re: Releases in the future

2009-05-12 Thread Ian Boston
On 12 May 2009, at 08:55, Felix Meschberger wrote: What is important to me, is that we will be able to produce simple applications (or web applications if required) which end-users can grab and run without requiring them to launch a maven (or ant or whatever tool you like) process. If I ga

[jira] Closed: (SLING-961) Parent pom should not include org.osgi.foundation artifact to allow compiling in eclipse

2009-05-12 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert closed SLING-961. thanks > Parent pom should not include org.osgi.foundation artifact to allow compiling > in eclipse >

Re: Releases in the future

2009-05-12 Thread Felix Meschberger
Hi, Bertrand Delacretaz schrieb: > Hi, > > On Mon, May 11, 2009 at 9:03 PM, Felix Meschberger wrote: >> ...Basically, we will start releasing single bundles using the regular ASF >> release process. This should enable us to release much quicker than with >> big release we have done until now...

[jira] Closed: (SLING-963) maven-sling-plugin fix for targetPath without trailing slash

2009-05-12 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert closed SLING-963. thanks > maven-sling-plugin fix for targetPath without trailing slash > ---

LoginModulePlugin and AuthenticationHandler

2009-05-12 Thread Ian Boston
Hi, Short question: What is the best way to do form based login in the current Sling Trunk ? Long Question: I am trying to create a Form based login, that stores the fact the user has logged in in the http session, using the AuthenticationHandler mechanism in trunk, but I am having trouble

Re: Releases in the future

2009-05-12 Thread Vidar Ramdal
2009/5/12 Juan José Vázquez Delgado : > As Ian describes, a custom launchpad, including Sling and some other > bundles, is a typical enterprise-ready package for "Sling solutions". Agreed. > IMHO, there is not an easy way to package a Sling based software > solution now. Along these, I see in Ap

[jira] Created: (SLING-964) MimeTypeService: set correct default xml mimetype

2009-05-12 Thread JIRA
MimeTypeService: set correct default xml mimetype - Key: SLING-964 URL: https://issues.apache.org/jira/browse/SLING-964 Project: Sling Issue Type: Bug Components: Commons MimeType

[jira] Created: (SLING-965) MimeTypeService: expose default mime types config in osgi web console

2009-05-12 Thread JIRA
MimeTypeService: expose default mime types config in osgi web console - Key: SLING-965 URL: https://issues.apache.org/jira/browse/SLING-965 Project: Sling Issue Type: Improv

[jira] Assigned: (SLING-964) MimeTypeService: set correct default xml mimetype

2009-05-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-964: --- Assignee: Felix Meschberger > MimeTypeService: set correct default xml mimetype >

[jira] Commented: (SLING-964) MimeTypeService: set correct default xml mimetype

2009-05-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708434#action_12708434 ] Felix Meschberger commented on SLING-964: - It looks like the application/rss+xml mim

[jira] Resolved: (SLING-964) MimeTypeService: set correct default xml mimetype

2009-05-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-964. - Resolution: Fixed Fix Version/s: Extensions Thread Dumper 1.0.0 Fixed in Rev. 77389

[jira] Updated: (SLING-964) MimeTypeService: set correct default xml mimetype

2009-05-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-964: Fix Version/s: (was: Extensions Thread Dumper 1.0.0) Commons Mime 2.0.

[jira] Created: (SLING-966) Make internal sling authentication publicly available

2009-05-12 Thread Felix Meschberger (JIRA)
Make internal sling authentication publicly available - Key: SLING-966 URL: https://issues.apache.org/jira/browse/SLING-966 Project: Sling Issue Type: Improvement Components: Engi

creating new properties with HTTP request

2009-05-12 Thread vkrejcirik
I need to create more properties with HTTP request. When I send HTTP request with query string, which contents only one property, it's ok. I don't know, how can I separate more properties. (I tried coma and semicolon ) example: var queryString = "newContent=" + newContent + ";mep=" + mep + ";

[jira] Commented: (SLING-964) MimeTypeService: set correct default xml mimetype

2009-05-12 Thread Roy T. Fielding (JIRA)
[ https://issues.apache.org/jira/browse/SLING-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708587#action_12708587 ] Roy T. Fielding commented on SLING-964: --- Should this be fixed in Sling or in Commons?

Revision of Sling documentation, determining old stuff

2009-05-12 Thread Mike Müller
Hi I'm reviewing the documentation on the Sling Site and need your help do determine old stuff, because I'm not sure if they are up-to-date or not. So please give me some feedback on the following pages: - Architecture (seems to be up-to-date) [1] - Eventing and Jobs (can someone check) [2] - In

Re: Releases in the future

2009-05-12 Thread Roy T. Fielding
On May 12, 2009, at 12:40 AM, Bertrand Delacretaz wrote: On Mon, May 11, 2009 at 10:29 PM, Roy T. Fielding wrote: On May 11, 2009, at 12:03 PM, Felix Meschberger wrote: Carsten and I have been reasoning about the releases in the future, mainly the ones for end-users who just want to grab a

Re: creating new properties with HTTP request

2009-05-12 Thread Tobias Bocanegra
try '&' as delimiter. see: http://en.wikipedia.org/wiki/Query_string and: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Functions/encodeURIComponent regards, toby 2009/5/12 vkrejcirik : > I need to create more properties with HTTP request. When I send HTTP request > wi

[jira] Created: (SLING-967) Support davmount requests (RFC 4709)

2009-05-12 Thread Felix Meschberger (JIRA)
Support davmount requests (RFC 4709) Key: SLING-967 URL: https://issues.apache.org/jira/browse/SLING-967 Project: Sling Issue Type: New Feature Components: JCR Affects Versions: JCR Webdav 2