Re: getting a folder to be seen

2003-02-28 Thread jmaukisch
Hi, how do i get cocoon to recognize that I have a folder with XML files that I want parsed and shown on a website in its folder? Don't know if i got the point but I've to possible answers :-) Do you want to show all the xml files in the folder at the same time ? If yes, you can use the

Re: Downloading Cocoon 2.1 with CVS ?

2003-02-28 Thread jmaukisch
Hi, Whats the CVS command for version 2.1 dev? cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co cocoon-2.1 ??? kind regards Jens Maukisch - sn AG netBank solutions Klingenderstr. 5mailto:[EMAIL PROTECTED] D-33100 Paderborn

RE: Downloading Cocoon 2.1 with CVS ?

2003-02-28 Thread Carsten Ziegeler
No, it's cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co xml-cocoon2 Carsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 9:28 AM To: [EMAIL PROTECTED] Subject: Re: Downloading Cocoon 2.1 with CVS ? Hi, Whats

Re: xmlforms + multiple beans ?

2003-02-28 Thread Ugo Cei
Jeroen Cranendonk wrote: snip/ Does anyone have any ideas of how to get round this, or how we could apporach this differently ? (besides using the adress(for example) bean as a subclass for the other bean, this would break if we want to use more then one generic bean) Why don't you use

Re: Passing format to DateInputModule

2003-02-28 Thread Christian Haul
On 27.Feb.2003 -- 07:01 PM, Alex Romayev wrote: Hi, It looks like DateInputModule has changed and doesn't accept format like it used to. Here is what I used to be able to do in cocoon.xconf: component-instance class=org.apache.cocoon.components.modules.input.DateInputModule

Re: Extra-classpath problem

2003-02-28 Thread Frank Taffelt
- Original Message - From: Yvonne Carpegna [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 10:14 PM Subject: Extra-classpath problem I don't know what is wrong. Have I forgotten anything or is my idea wrong? no, try it with setting the ParanoidCocoonServlet in

encoding

2003-02-28 Thread arturl
Hello, What component (and what configuration is needed) is responsible for setting the Content-Type http response header with charset specified? Thx, Artur - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: xmlforms + multiple beans ?

2003-02-28 Thread Jeroen Cranendonk
Yay, thanks! We did not know that xmlforms would understand this syntax. that's why we didn't use composition :) hmm, schematrons don't accidently support composition too do they ? :) snip/ Does anyone have any ideas of how to get round this, or how we could apporach this differently ?

sitemap error after building cocoon project with Eclipse

2003-02-28 Thread Sylvain.Thevoz
Hello, Is there someone that have seen this error below? After building my Cocoon project in Eclipse (without error), the cocoon app returns this error when I try to load, for example, the samples/ page: org.apache.cocoon.ProcessingException: Failed to load sitemap from

RE: encoding

2003-02-28 Thread BOCEK Michal
Hi this feature set in sitema.xmap on serializers. map:serializer logger=sitemap.serializer.html mime-type=text/html name=html pool-grow=4 pool-max=32 pool-min=4 src=org.apache.cocoon.serialization.HTMLSerializer buffer-size1024/buffer-size doctype-public-//W3C//DTD HTML 4.0

Re: encoding

2003-02-28 Thread arturl
But it seems setting only charset attribute in html META tag and not infuencing http header. Artur - Original Message - From: BOCEK Michal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 28, 2003 12:15 PM Subject: RE: encoding Hi this feature set in sitema.xmap on

Calling a resource from xsp or....

2003-02-28 Thread Luca Marchetti
Hi all I have this problem: after authentication (actually done with SunRise/Spot/etc etc) I must save some user data in session. I don't want to use SunSpot sessin. I use a writeDOMsession transformer. So, I have a Pipeline for saving data in session: -- map:match

Re: encoding

2003-02-28 Thread Sebastian Gil
On Fri, 28 Feb 2003 12:36:00 +0100, arturl [EMAIL PROTECTED] wrote: But it seems setting only charset attribute in html META tag and not infuencing http header. Artur Use action org.apache.cocoon.acting.SetCharacterEncodingAction map:actions map:action name=set-encoding

Sunspot demo portal error-Please help

2003-02-28 Thread Gautam Ganguly
hi, I have just recently started looking at the Cocoon 2 framework and the current project needs are very much like the Sun Spot demo portal sample application that comes with Cocoon.when i run it from the samples page and after enter the username either as cocoon or guest and do submit , i get

RE: Sunspot demo portal error-Please help

2003-02-28 Thread Carsten Ziegeler
You have to copy xalan, xerces and xml-apis jar from cocoon/WEB-INF/lib into the common/endorsed directory of tomcat. Carsten -Original Message- From: Gautam Ganguly [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:06 PM To: [EMAIL PROTECTED] Subject: Sunspot demo portal

RE: Sunspot demo portal error-Please help

2003-02-28 Thread Gautam Ganguly
hi Carsten, I already had the 3 jar files in the tomcat/common/lib area as that was part of the instruction about installing cocoon on tomcat4.0.x.The sitemap is also intact as it came with the build. regards, Gautam [EMAIL PROTECTED] 02/28/03 07:19AM You have to copy xalan, xerces and

RE: Sunspot demo portal error-Please help

2003-02-28 Thread Carsten Ziegeler
Ok, did you also follow the instructions for jdk1.4 and copy the jars in the jre/lib/endorsed directory? Carsten -Original Message- From: Gautam Ganguly [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:57 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Sunspot

Re: Calling a resource from xsp or....

2003-02-28 Thread Timothy Larson
I did not find out how to get the {1} from the sitemap, but this XSP page and XSP-Action may help you with calling resources. Here is an XSP page that calls a resource: (Using an XSP page prevents you from using a map:redirect-to .../) ?xml version=1.0? xsp:page language=java xmlns:xsp

RE: Sunspot demo portal error-Please help

2003-02-28 Thread Gautam Ganguly
Carsten, It still doesnot work. This is what i did just now: Step:1 I built the cocoon source file again but before that i changed the web.xml file in the web-inf dir,to take into account the extra-classpath settings to include these 3 jar files. Step:2 Build the src file using the options

RE: Sunspot demo portal error-Please help

2003-02-28 Thread Tony Linde
It seems that the directory for the fixed jars is /common/endorsed, rather than /common/lib. See the thread at: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=104616838802904w=2 It fixed the problem for me. Cheers, Tony. -Original Message- From: Gautam Ganguly [mailto:[EMAIL

Re: Calling a resource from xsp or....

2003-02-28 Thread Luca Marchetti
Timothy Larson wrote: I did not find out how to get the {1} from the sitemap, but this XSP page and XSP-Action may help you with calling resources. Really thanks Timothy.. it works well This is my action -- ?xml version=1.0?

Redirection limit exceeded for URL

2003-02-28 Thread Maxime Levesque
My config : - resin 2.1.7 - IBM jdk1.4 linux - redhat 8.0 - mozilla 1.0.1 - cocoon 2.0.4 i) I droped the cocoon.war in the webapp directory ii) set the servlet-classloader-hack element to true (as specified in the installation instructions) Problem : I hit

Re: Re: getting a folder to be seen

2003-02-28 Thread Melih Onvural
The mapping is exactly what i need. where do i put it? thanks, melih From: [EMAIL PROTECTED] Date: 2003/02/28 Fri AM 03:05:19 EST To: [EMAIL PROTECTED] Subject: Re: getting a folder to be seen Hi, how do i get cocoon to recognize that I have a folder with XML files that I want

Re[3]: getting a folder to be seen

2003-02-28 Thread Jens Maukisch
Hi, The mapping is exactly what i need. where do i put it? just put it in a map:pipeline in the map:pipelines section of your sitemap.xmap (there are already some, so just search for map:pipelines and add your map:match). e.g.: map:pipelines map:pipeline map:match pattern=myfolder/*

RE: Sunspot demo portal error-Please help

2003-02-28 Thread Gautam Ganguly
I tried it as you said by copying the jars to the endorse directory..but it didnot help. By any chance is it something to do with database?Does the portal application use hsqldb for authenticating users,because while going through tomcat log files i saw this errors that show up when tomcat

ITS WORKING now!!!RE: Sunspot demo portal error-Please help

2003-02-28 Thread Gautam Ganguly
hi all, Finally it started working!!!.The thing that i found out was that eventhough i had been copying the xalan-2.3.1.jar,xercesImpl-2.0.0.jar and xml-api.jar to the tomcat\common\endorsed directory,there was a copy of xerces.jar present in the tomcat\common\lib area.So i removed it from there

Re: Redirection limit exceeded for URL

2003-02-28 Thread Joerg Heinicke
Hello Maxime, normally this error occurs, if a link is redirected to another url is redirected to another url is redirected ... and so on ;-) Wasn't there a bug in link resolving with Cocoon and Resin? So it can be that the redirecting from http://localhost:8080/cocoon/ to

DO NOT REPLY [PATCH QUEUE] Summary March 1 2003

2003-02-28 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to