[jira] Created: (SLING-622) JspScriptEngineFactory: reference to repository classloader is not correctly unbound

2008-08-20 Thread Carsten Ziegeler (JIRA)
JspScriptEngineFactory: reference to repository classloader is not correctly unbound Key: SLING-622 URL: https://issues.apache.org/jira/browse/SLING-622 Project:

[jira] Closed: (SLING-622) JspScriptEngineFactory: reference to repository classloader is not correctly unbound

2008-08-20 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-622. -- Resolution: Fixed JspScriptEngineFactory: reference to repository classloader is not correctly

Re: ClassCircularityError when using LdapLoginModule (updated)

2008-08-20 Thread Felix Meschberger
Hi Rory, Rory Douglas schrieb: Apologies if this is a repeat, my first post didn't seem to make it: And apologies for not replying earlier... Thanks for reporting this tricky issue ;-) Well, this is quite a tricky situation here Let me explain quickly what is going on: * The

Re: Accessing Felix services from Jackrabbit classes

2008-08-20 Thread Felix Meschberger
Hi Rory, Rory Douglas schrieb: I want to write a facade AccessManager implementation that will delegate to a bundle-provided service. The idea would be to register one or more bundles providing AccessManager implementations and be able to configure the paths and/or nodetypes that they

[jira] Created: (SLING-623) Update to OSGi R4.1

2008-08-20 Thread Carsten Ziegeler (JIRA)
Update to OSGi R4.1 --- Key: SLING-623 URL: https://issues.apache.org/jira/browse/SLING-623 Project: Sling Issue Type: Improvement Components: General Reporter: Carsten Ziegeler Assignee:

[jira] Closed: (SLING-623) Update to OSGi R4.1

2008-08-20 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-623. -- Resolution: Fixed Update to OSGi R4.1 --- Key: SLING-623

Application Form POST handling

2008-08-20 Thread Ralph Bänziger
Hi, I'm currently writing a SLING application with a feedback component, which allows a user to send a mail-message to a destination configured in the component content. The component can be placed in multiple webpages. The component renders a HTML-Form in a popup and POSTs it back to do the

dojo.data.api.Write support

2008-08-20 Thread Vidar Ramdal
According to https://issues.apache.org/jira/browse/SLING-301?focusedCommentId=12578395#action_12578395 : ... write support for dojo should be implemented. I have set up a sample page, with a dojo tree widget. I want to be able to reorder nodes with drag-and-drop, using standard dojo

[jira] Updated: (SLING-619) Add a java servlet scripting engine

2008-08-20 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-619: --- Component/s: Scripting Java Add a java servlet scripting engine

[jira] Created: (SLING-624) ignoreImportProviders cannot have more than one value

2008-08-20 Thread Mike Pfaff (JIRA)
ignoreImportProviders cannot have more than one value - Key: SLING-624 URL: https://issues.apache.org/jira/browse/SLING-624 Project: Sling Issue Type: Bug Components: Maven

[jira] Commented: (SLING-624) ignoreImportProviders cannot have more than one value

2008-08-20 Thread Mike Pfaff (JIRA)
[ https://issues.apache.org/jira/browse/SLING-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12624045#action_12624045 ] Mike Pfaff commented on SLING-624: -- Workaround: Put the whole tree, for which you do not

[jira] Created: (SLING-625) Add support for installing of deployment packages

2008-08-20 Thread Carsten Ziegeler (JIRA)
Add support for installing of deployment packages - Key: SLING-625 URL: https://issues.apache.org/jira/browse/SLING-625 Project: Sling Issue Type: New Feature Components: Launchpad

[jira] Closed: (SLING-625) Add support for installing of deployment packages

2008-08-20 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-625. -- Resolution: Fixed Committed initial version. Add support for installing of deployment

How do I create a Ruby template?

2008-08-20 Thread Joshua Oransky
I'm just getting started with Sling. I've played around with the examples and feel pretty comfortable with the layout. However, I need to use Ruby as my scripting language. What extension do I use for a template that uses Ruby code? I tried various extensions, but nothing works. Thanks

Re: How do I create a Ruby template?

2008-08-20 Thread Rory Douglas
I think the extension you need is .erb (see org.apache.sling.scripting.ruby.ErbScriptEngineFactory#ERB_SCRIPT_EXTENSION) Joshua Oransky wrote: I'm just getting started with Sling. I've played around with the examples and feel pretty comfortable with the layout. However, I need to use Ruby as

Re: Umlaut problem

2008-08-20 Thread Juerg Meier
Hi Tobias, _charset_ was good, though it did not do the job entirely. I was pretty disappointed when I still had the klingon characters on my screen... But I tried several things, among others setting the form's enctype to multipart/form-data. Then, there were there... finally! Thanks so much

sling FCKeditor

2008-08-20 Thread Juerg Meier
Hi, I assume there's a sling way of integrating fck edtior into sling... Most likely, day soft must have already done it, as it is also in their CQ product... Can somebody share? Thanks, Juerg

Re: sling FCKeditor

2008-08-20 Thread Alexander Klimetschek
There is no trick involved. Just place the javascript files of the FCK editor into some location in your repository (eg. /libs/fckeditor), create a HTML page that includes those files and uses the editor. To send the html of the rich text field to the server, just use normal form posts with Sling.