Re: include parameters in sling:include/SlingRequestDispatcher

2009-03-31 Thread Felix Meschberger
Hi Stefan, Stefan Seifert schrieb: i think a possibility to pass additional parameters to sling components included by sling:include or SlingRequestDispatcher would be helpful. example: sling:include path=content resourceType=/apps/xxx/parsys sling:parameter name=allowedComponents

[jira] Created: (SLING-903) Access-control related integration tests run too early and fail

2009-03-31 Thread Bertrand Delacretaz (JIRA)
Access-control related integration tests run too early and fail - Key: SLING-903 URL: https://issues.apache.org/jira/browse/SLING-903 Project: Sling Issue Type: Bug

Re: Gwt + Sling

2009-03-31 Thread Christophe Lombart
2009/3/30 Glenn Silverman gl...@glenn3.securesites.net Hi, Christophe, How do you handle relative paths in your GWT application, such as image hrefs' and links, I have not yet tested hrefs links but it should works with the noServer gwt option. I will test it asap. What I did is a sample

[jira] Closed: (SLING-903) Access-control related integration tests run too early and fail

2009-03-31 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz closed SLING-903. - Resolution: Invalid I was wrong, the problem was caused by a stale sling folder with old

mvn clean should delete sling work folders

2009-03-31 Thread Bertrand Delacretaz
Hi, I was bitten by this one again, trying to run Sling tests failed due to a stale sling work folder, or more precisely gave different results when run in the launchpad/testing folder vs. top of the source code tree. In my opinion, mvn clean test should have predictable results, without taking

Re: sling - wicket integration?

2009-03-31 Thread Bertrand Delacretaz
Hi Alex, On Fri, Mar 27, 2009 at 9:42 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: ...I'm new around here, so excuse my ignorance :).. Welcome ;-) ...I'm very interested in integrating sling as a content repository with wicket... So am I, but my Copious Free Time doesn't allow me

Re: sling-test.html fails

2009-03-31 Thread Bertrand Delacretaz
Hi, On Sun, Mar 29, 2009 at 6:58 AM, Jim White j...@pagesmiths.com wrote: The Sling client library test page (/sling-test/sling/sling-test.html) has an assertion that fails for me (fixing the clean build didn't fix this problem). assertNull failed: testRemoveContent: data should be gone

Re: securing a sling based application

2009-03-31 Thread Bertrand Delacretaz
Hi, On Fri, Mar 27, 2009 at 4:39 PM, Ruben Reusser r...@headwire.com wrote: ...I am wondering how to best secure a sling based application so once my app is deployed and I allow access from the internet I do not run into security issues or unexpected outside exposure.Is there a best practice

Re: test failures

2009-03-31 Thread Bertrand Delacretaz
Hi, On Fri, Mar 27, 2009 at 6:44 AM, Jim White j...@pagesmiths.com wrote: I get the following test failures with the trunk (r758703) : Results : Failed tests: testRemoveAce(org.apache.sling.launchpad.webapp.integrationtest.accessManager.RemoveAcesTest)

How about renaming the bundles source code folder to core ?

2009-03-31 Thread Bertrand Delacretaz
Hi, The names of the subfolders at the top of the Sling source code tree all make sense to me, except bundles: bundles contrib launchpad maven parent samples site How about renaming bundles to core? That folder contains api commons engine extensions jcr scripting servlets Which IMHO fit well

Re: How about renaming the bundles source code folder to core ?

2009-03-31 Thread Carsten Ziegeler
I think we disregarded core when we discussed a good name and simply choose bundles; core implies that you need all this stuff to run Sling which is not true; you just need some the bundles there. Carsten Bertrand Delacretaz wrote: Hi, The names of the subfolders at the top of the Sling

Re: How about renaming the bundles source code folder to core ?

2009-03-31 Thread Jukka Zitting
Hi, On Tue, Mar 31, 2009 at 3:31 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: The names of the subfolders at the top of the Sling source code tree all make sense to me, except bundles: My rationale for the bundles name was that there we have all the OSGi bundles included in a normal

Re: JCR Install next steps

2009-03-31 Thread Bertrand Delacretaz
Hi Felix, On Tue, Mar 24, 2009 at 5:34 PM, Felix Meschberger fmesc...@gmail.com wrote: ...Therefore, I think, we might want to refactor JCR Install along the following lines... Agree 100% with what you suggest, the experiences collected while working on jcrinstall should help us make it

[jira] Closed: (SLING-646) jcrinstall - take two

2009-03-31 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz closed SLING-646. - Resolution: Fixed Implemented, SLING-904 is the next step jcrinstall - take two

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

2009-03-31 Thread Bertrand Delacretaz (JIRA)
jcrinstall - take three --- Key: SLING-904 URL: https://issues.apache.org/jira/browse/SLING-904 Project: Sling Issue Type: Improvement Components: JCR Install Reporter: Bertrand Delacretaz

Re: Sling javadocs?

2009-03-31 Thread Bertrand Delacretaz
On Thu, Mar 19, 2009 at 7:04 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: ...Something I look for every now and then. Do we have the javadocs of a) the latest trunk and b) the release up somewhere?... I don't think so...the best might be to have a continuous integration server generate

Re: SlingWebDavServlet serves resource not only below /dav?

2009-03-31 Thread Bertrand Delacretaz
Hi Marc, On Tue, Mar 17, 2009 at 2:46 PM, Marc Speck marcsp...@gmail.com wrote: While testing a custom bundle, I found that the SlingWebDavServlet also handles HTTP POST requests which are not below the root path (default /dav). Is this expected or a bug?... I don't think that's expected, but

Renaming SlingWebDavServlet? (was: SlingWebDavServlet serves resource not only below /dav?)

2009-03-31 Thread Bertrand Delacretaz
(still catching up with my Sling mail ;-) Hi, On Tue, Mar 17, 2009 at 2:46 PM, Marc Speck marcsp...@gmail.com wrote: ...You have also my vote if you want to rename org.apache.sling.jcr.webdav.impl.servlets.SimpleWebdavServlet. public class SimpleWebDavServlet extends SimpleWebdavServlet is

Public snapshots, javadocs and CI

2009-03-31 Thread Bertrand Delacretaz
Hi, There were questions recently about making public snapshots of Sling available, and also about making javadocs available. I'm not an expert w.r.t to configuration of continuous integration servers - could someone outline what's needed to make this happen? I assume we need the artifacts

Re: Renaming SlingWebDavServlet? (was: SlingWebDavServlet serves resource not only below /dav?)

2009-03-31 Thread Paul Noden
2009/3/31 Bertrand Delacretaz bdelacre...@apache.org I agree that this can be confusing, do people agree about renaming the Sling servlet, to SlingSimpleWebDavServlet, maybe? +1 Kind Regards, Paul Noden

Re: Public snapshots, javadocs and CI

2009-03-31 Thread Jukka Zitting
Hi, On Tue, Mar 31, 2009 at 4:29 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: I assume we need the artifacts created by our continuum server [1] to be pushed somewhere when the builds are successful, but I'm not sure how to set that up. RTFM links are welcome of course. The easiest

Re: Renaming SlingWebDavServlet? (was: SlingWebDavServlet serves resource not only below /dav?)

2009-03-31 Thread Carsten Ziegeler
Paul Noden wrote: 2009/3/31 Bertrand Delacretaz bdelacre...@apache.org I agree that this can be confusing, do people agree about renaming the Sling servlet, to SlingSimpleWebDavServlet, maybe? +1 I'm fine with the name change, but what is really the idea of having a Simple in the name?

Re: Public snapshots, javadocs and CI

2009-03-31 Thread Carsten Ziegeler
Jukka Zitting wrote: Hi, On Tue, Mar 31, 2009 at 4:29 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: I assume we need the artifacts created by our continuum server [1] to be pushed somewhere when the builds are successful, but I'm not sure how to set that up. RTFM links are welcome

Support XML-compliant script delimiter

2009-03-31 Thread Vidar Ramdal
This is off the top of my head from the Jackrabbit/Sling BOF at ApacheCon: It would be of great use to support another script delimiter in script files. The current delimiters (% and %) does not play well with most IDEs (at least the one I've tried). At least in IntelliJ IDEA, you can mix

[jira] Commented: (SLING-788) Provide /etc/cron.d/ style approach to scripting timed events

2009-03-31 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12694139#action_12694139 ] Bertrand Delacretaz commented on SLING-788: --- See

Re: Renaming SlingWebDavServlet? (was: SlingWebDavServlet serves resource not only below /dav?)

2009-03-31 Thread Bertrand Delacretaz
On Tue, Mar 31, 2009 at 4:46 PM, Carsten Ziegeler cziege...@apache.org wrote: 2009/3/31 Bertrand Delacretaz bdelacre...@apache.org I agree that this can be confusing, do people agree about renaming the Sling servlet, to SlingSimpleWebDavServlet, maybe? ...I'm fine with the name change, but

Re: mvn clean should delete sling work folders

2009-03-31 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: Hi, I was bitten by this one again, trying to run Sling tests failed due to a stale sling work folder, or more precisely gave different results when run in the launchpad/testing folder vs. top of the source code tree. In my opinion, mvn clean test should have

Re: sling-test.html fails

2009-03-31 Thread Jim White
Bertrand Delacretaz wrote: Hi, On Sun, Mar 29, 2009 at 6:58 AM, Jim White j...@pagesmiths.com wrote: The Sling client library test page (/sling-test/sling/sling-test.html) has an assertion that fails for me (fixing the clean build didn't fix this problem). assertNull failed:

Re: mvn clean should delete sling work folders

2009-03-31 Thread Jim White
Yeah, that cost me a fair bit of time when I tried starting using Sling again last week. I patched launchpad/testing/pom.xml to clean some of the files in that sling folder, but I suspect the right thing is to delete the whole thing. https://issues.apache.org/jira/browse/SLING-900 Jim

RE: sling - wicket integration?

2009-03-31 Thread Stefan Seifert
And maybe asking the Wicket people what the best option would be would be worth it? Asking how to run Wicket in an OSGi environment might raise their interest, and the Wicket takes over the request processing cycle after Sling has selected content integration that Dominik suggests might be of

RE: sling - wicket integration?

2009-03-31 Thread paksegu
Does this means that sling will tightly integrated or remain modular for use of other frameworks that may find sling useful? Ransford Segu-Baffoe paks...@yahoo.com http://www.noqmx.com/ https://serenade.dev.java.net/ --- On Tue, 3/31/09, Stefan Seifert sseif...@pro-vision.de wrote: From: