Re: AccessManager? make content only accessible by creator

2009-10-26 Thread Ian Boston
On 25 Oct 2009, at 13:01, thorsten zerha wrote: Hi, I'm sorry to annoy you with my problem in this list as well (I posted this question in the -users list already, nobody replied), but maybe I put myself a bit unclear and also, I have the feeling, the -dev list is frequented by much more

Re: curl command to checkin

2009-10-26 Thread Ian Boston
On 26 Oct 2009, at 06:33, Felix Meschberger wrote: Hi Kent, Kent Barber schrieb: Hi, Can someone give tell me what the curl command would be to checkin a node? There is currently no direct support for the versioning operations in the SlingPostServlet or any out of the box servlets of Sli

Re: Caldav in Sling.

2009-10-26 Thread Bertrand Delacretaz
On Mon, Oct 19, 2009 at 4:09 PM, Ian Boston wrote: > ...Has anyone looked at extending the WebDAV functionality in Sling/Jackrabbit > to support CalDAV. We have an events requirement might be supported by > CalDAV but will require some plugins to webdav to make it do the extra > things in the CalD

Re: JSP Compilation

2009-10-26 Thread Bertrand Delacretaz
Hi, On Tue, Oct 20, 2009 at 1:34 PM, wrote: > I have managed to get the ActiveMQ web console wedged into OSGi/Sling but > can't get the JSPs to compile.  When I access index.jsp of the webapp, I get > back the source to the page.  Is there something I need to enable to get this > to work? Wh

[jira] Created: (SLING-1163) Dynamic Class Loader components unsatisfied after a bundle is updated

2009-10-26 Thread Vidar S. Ramdal (JIRA)
Dynamic Class Loader components unsatisfied after a bundle is updated - Key: SLING-1163 URL: https://issues.apache.org/jira/browse/SLING-1163 Project: Sling Issue Type: Bug

Re: Dynamic Class Loader sometimes needs restart

2009-10-26 Thread Vidar Ramdal
On Fri, Oct 23, 2009 at 2:44 PM, Vidar Ramdal wrote: > I'm seeing a problem with the org.apache.sling.commons.classloader bundle. > When I update certain of my own bundles, RhinoJavaScriptEngineFactory > and JspScriptEngineFactory components are listed as unsatisfied in the > web console (see atta

Re: Dynamic Class Loader sometimes needs restart

2009-10-26 Thread Felix Meschberger
Excellent. Thanks. Regards Felix Vidar Ramdal schrieb: > On Fri, Oct 23, 2009 at 2:44 PM, Vidar Ramdal wrote: >> I'm seeing a problem with the org.apache.sling.commons.classloader bundle. >> When I update certain of my own bundles, RhinoJavaScriptEngineFactory >> and JspScriptEngineFactory compo

Re: curl command to checkin

2009-10-26 Thread Alexander Klimetschek
On Mon, Oct 26, 2009 at 10:04, Ian Boston wrote: > We (Sakai) has implemented a versioning bundle [1]. I think the link got lost. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: curl command to checkin

2009-10-26 Thread Ian Boston
On 26 Oct 2009, at 11:24, Alexander Klimetschek wrote: On Mon, Oct 26, 2009 at 10:04, Ian Boston wrote: We (Sakai) has implemented a versioning bundle [1]. I think the link got lost. Sorry I keep on doing that these days. 1 http://github.com/ieb/open-experiments/tree/master/slingtests/o

[jira] Created: (SLING-1164) espblog sample: AccessDeniedException when saving blog post from Safari

2009-10-26 Thread Bertrand Delacretaz (JIRA)
espblog sample: AccessDeniedException when saving blog post from Safari --- Key: SLING-1164 URL: https://issues.apache.org/jira/browse/SLING-1164 Project: Sling Issue Type:

Re: [jira] Created: (SLING-1164) espblog sample: AccessDeniedException when saving blog post from Safari

2009-10-26 Thread Ian Boston
I think this might be to do with passing basic auth from Safari browser requests to XHR (Ajax) request. I remember something on the Shindig list about the same problem. (or maybe it was this list) Ian On 26 Oct 2009, at 13:40, Bertrand Delacretaz (JIRA) wrote: espblog sample: AccessDeniedE

[jira] Updated: (SLING-1131) i18n: do not enforce a flat node hierarchy below mix:language

2009-10-26 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek updated SLING-1131: - Attachment: SLING-1131.patch Patch for contrib/extensions/i18n that changes the q

[jira] Updated: (SLING-1131) i18n: do not enforce a flat node hierarchy below mix:language

2009-10-26 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek updated SLING-1131: - Attachment: (was: SLING-1131.patch) > i18n: do not enforce a flat node hierar

[jira] Updated: (SLING-1131) i18n: do not enforce a flat node hierarchy below mix:language

2009-10-26 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek updated SLING-1131: - Attachment: SLING-1131.patch First patch contained an error (missing property sel

Buddy classloading

2009-10-26 Thread Ian Boston
Hi, We have a situation using javax.mail and javax.activation as bundles in Sling where the resources (META-INF/mailcap* ) inside the activation jar are not visible. I understand from others that if the OSGi container was Equinox, Eclipse-BuddyPolicy et al would fix the problem (ie buddy

Re: Buddy classloading

2009-10-26 Thread Karl Pauls
There is no such thing as buddy classloading in OSGi and we don't have something like this in the felix framework either. Maybe you can explain a bit about what the problem is exactly and we can see whether there is a different solution... regards, Karl On Mon, Oct 26, 2009 at 10:50 PM, Ian Bost

Re: Buddy classloading

2009-10-26 Thread Ian Boston
The problem is: we have javax.mail in bundle A as mail.jar javax.activation in bundle B as activation.jar These jars have no OSGi activation but just export javax.mail.* and javax.activation.* respectively. and a 3rd bundle that tries to send an email encoded as plain/text. This causes, th

Re: Buddy classloading

2009-10-26 Thread Carsten Ziegeler
I think we faced this problem when we just bundle mail and activation a long time ago. I don't remember the details, but the bundle at Apache Felix Commons: http://svn.apache.org/repos/asf/felix/trunk/commons/mail should already contain everything you need and work :) HTH Carsten Ian Boston wrot