Re: upload file-overwrite permission(Waiting for reply...)

2002-09-10 Thread Jeroen ter Voorde
Hi, There's currently no other way than to set ALLOW_OVERWRITE to true and recompile cocoon. Someone may want to make this configurable from web.xml Jeroen - Original Message - From: Niket Anand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 10, 2002 12:43 PM

Re: Return BLOB Value

2002-07-27 Thread Jeroen ter Voorde
Title: Return BLOB Value You can use a Reader to implement this (That's what i did). (Stripped) Example: public class Reader extends AbstractReader implements Poolable, Composable { Request request = null;Response response = null;Context context = null;ComponentManager manager = null;

Re: [Q] SunSpot Portal Demo Error(NullPointerException) in Cocoon 2.0.2 and 2.1-dev

2002-07-02 Thread Jeroen ter Voorde
I had this problem too. Catalina uses -Djava.endorsed.dirs=${CATALINA_HOME}/common/lib to override the default endorsed dirs. - Original Message - From: Carsten Ziegeler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 12:14 PM Subject: RE: [Q] SunSpot Portal Demo

Re: Upload/HTTP-Post-Request

2002-06-14 Thread Jeroen ter Voorde
You can't. Nicola Ken suggested that the upload mechanism should be rewritten. I'm willing to do this (including some major speedups of the multipart parser) but i could use some pointers how to do this. Jeroen - Original Message - From: Lutz Lenzen [EMAIL PROTECTED] To: [EMAIL

Problem with org.apache.avalon.excalibur.xml.Parser

2002-06-14 Thread Jeroen ter Voorde
Hi, I'm trying to get the latest CVS (HEAD) webapp to work but there seems to be a problem with the JaxpParser. I'm using tomcat 4.0.4 on Win98. The exception is as follows: org.apache.avalon.framework.component.ComponentException: Could not set up Component for role:

Re: Vadim : RE: XSP Upload example - I do not understand

2002-06-12 Thread Jeroen ter Voorde
Hi, You can use an action to move the attachment to where you want. Here's how: http://marc.theaimsgroup.com/?l=xml-cocoon-devm=101878098524370w=2 Jeroen - Original Message - From: Chitharanjan Das [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 12, 2002 12:32 AM

Re: Upload

2002-06-07 Thread Jeroen ter Voorde
This problem is fixed in the latest development versions (2.0.3 and 2.1). Jeroen - Original Message - From: Marc Schüpbach [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 07, 2002 2:26 PM Subject: Upload hello, i'm doing a file upload using cocoon2.0.2-dev. it works fine

Sunrise authentication

2002-05-28 Thread Jeroen ter Voorde
Hi, I'm trying the sunRise stuff from the latest2.1 code(checked out today) but i can't get it to work. It seems the AuthenticationManager which is defined in authentication.xconf is not loaded. My question is: - Should this code be working? If yes, what did i forget? PS. I'm using a

Re: Sunrise authentication

2002-05-28 Thread Jeroen ter Voorde
-online.de -Original Message- From: Jeroen ter Voorde [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 1:44 PM To: [EMAIL PROTECTED] Subject: Sunrise authentication Hi, I'm trying the sunRise stuff from the latest 2.1 code (checked out today) but i can't get it to work. It seems

Re: Newbie Please Help

2002-04-22 Thread Jeroen ter Voorde
Probably a typo but: /map:pipeline /map:pipelines map:match pattern=test/*.pdf Isn't correct - Original Message - From: Hahn Kurt (CHA) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 22, 2002 8:38 AM Subject: RE: Newbie Please Help Hi, if you have a