File Upload Problem

2008-01-20 Thread Alexander Saar
Hi all, I have a problem with the file upload in Sling. I have a form that uploads a file and an according POST.jsp for handling the upload. The log shows that POST.jsp is resolved correct, but when I try to upload the file, I get the following exception: javax.servlet.ServletException: null

[jira] Created: (SLING-177) Improvements to event bundle

2008-01-20 Thread Carsten Ziegeler (JIRA)
Improvements to event bundle Key: SLING-177 URL: https://issues.apache.org/jira/browse/SLING-177 Project: Sling Issue Type: Improvement Components: Event Reporter: Carsten Ziegeler

Sling Launchpad: How to get access to the current JCR session from .esp

2008-01-20 Thread David Nuescheler
Hi guys, I have been trying to access the JCR session from my .esp script to create content for an import script that needs to create many nodes in the repository. I think my initial thought was to get access to the session from the node on the resource via the .getSession() method on Node, but