Re: http://wiki.apache.org/jackrabbit/ApacheSling

2008-08-27 Thread Bertrand Delacretaz
Hi, On Wed, Aug 27, 2008 at 9:56 AM, [EMAIL PROTECTED] wrote: ...I just got the following response from my latest posting: undeliverable to s l i n [EMAIL PROTECTED] Body of message generated response: 552 spam score (7.9) exceeded threshold... Can you give me more details about that

[jira] Created: (SLING-630) StarResource does not adapt to a Map or String

2008-08-27 Thread Bertrand Delacretaz (JIRA)
StarResource does not adapt to a Map or String -- Key: SLING-630 URL: https://issues.apache.org/jira/browse/SLING-630 Project: Sling Issue Type: Bug Reporter: Bertrand Delacretaz

[jira] Assigned: (SLING-630) StarResource does not adapt to a Map or String

2008-08-27 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz reassigned SLING-630: - Assignee: Bertrand Delacretaz StarResource does not adapt to a Map or String

Security?

2008-08-27 Thread Joseph Ottinger
Is there a way to manage permissions to, well, things like the admin console from the Sling .war without rebundling the thing with security in web.xml?

[jira] Closed: (SLING-630) StarResource does not adapt to a Map or String

2008-08-27 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz closed SLING-630. - Resolution: Fixed Fix Version/s: JCR Resource 2.0.4 Fixed in revision 689439, the

[jira] Updated: (SLING-630) StarResource does not set correct ResourceMetadata

2008-08-27 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-630: -- Summary: StarResource does not set correct ResourceMetadata (was: StarResource does

[jira] Commented: (SLING-301) Dojo Classes for accessing the repository via the µjax protocol

2008-08-27 Thread Vidar S. Ramdal (JIRA)
[ https://issues.apache.org/jira/browse/SLING-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12626108#action_12626108 ] Vidar S. Ramdal commented on SLING-301: --- Lars Trieloff - 13/Mar/08: Also: write

[jira] Updated: (SLING-339) Implement job acknowledge

2008-08-27 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-339: --- Priority: Blocker (was: Major) Affects Version/s: Extensions Event 2.0.2

Re: How do I create a Ruby template?

2008-08-27 Thread Joshua Oransky
Felix, I have a feeling you are correct. I did what you said, and it appears to have installed. However, .erb files are still not being interpreted. I'm using CRX, not Jackrabbit, and I check /system/ bundles and it does not show any new bundles, specifically Ruby ones, installed. I

Re: Security?

2008-08-27 Thread Felix Meschberger
Hi Joseph, Joseph Ottinger schrieb: Is there a way to manage permissions to, well, things like the admin console from the Sling .war without rebundling the thing with security in web.xml? Sling does not use the servlet container security at all. For normal access to the system (except the

[jira] Created: (SLING-631) RequestData.toSlingHttpServletResponse does not wrap HttpServletResponse

2008-08-27 Thread Felix Meschberger (JIRA)
RequestData.toSlingHttpServletResponse does not wrap HttpServletResponse Key: SLING-631 URL: https://issues.apache.org/jira/browse/SLING-631 Project: Sling Issue Type:

Re: Capturing component output

2008-08-27 Thread Felix Meschberger
Hi Jukka, Jukka Zitting schrieb: Hi, I'm trying to use a RequestDispatcher and a (Sling)HttpServletResponseWrapper in a servlet component to capture output from another components. My current attempt is: final ByteArrayOutputStream buffer = new ByteArrayOutputStream(); final

Re: Capturing component output

2008-08-27 Thread Felix Meschberger
Hi Jukka, I have now fixed the wrong method. Maybe you can test again ? Thanks. OTOH, thinking again, I don't think, that the wrong response wrapper should have any influence here hmm, strange. Regards Felix Felix Meschberger schrieb: Hi Jukka, Jukka Zitting schrieb: Hi, I'm trying

Re: How do I create a Ruby template?

2008-08-27 Thread Joshua Oransky
Felix, I attached the logs that happened when I ran your command. I';ve tried restarting CRX, but still .erb files are not interpreted. However, simply changing the extension to .jst or .esp causes output. Currently, there is no code in my file, only text. Here's the command

Re: How do I create a Ruby template?

2008-08-27 Thread Felix Meschberger
Hi Josh, The Maven output just says, that it has been successfully building the bundle and sent it to the Sling system. Actually sending to the Sling system is only part of the story. The other part of the story is, what the Sling system actually does with this. This is found in the