[C2.1M2] IndexOutOfBoundsException (release/recycle)

2003-05-28 Thread Christoph Gaffga
for that? Regards Christoph Gaffga java.lang.IndexOutOfBoundsException: Index: 48, Size: 34 at java.util.ArrayList.RangeCheck(ArrayList.java:508) at java.util.ArrayList.remove(ArrayList.java:388

Re: Build 2.1-dev failed

2003-02-27 Thread Christoph Gaffga
Version?? Any Idea? Christoph Gaffga P.S.: When will a release candidate be available, any plans? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how can i get static files REALLY been processed by apache ???

2003-02-13 Thread Christoph Gaffga
it from hd. Something like the following should work: RewriteCond /your/docroot/dir1/%{REQUEST_FILENAME} -f RewriteRule ^(.+) /your/docroot/dir1/$1 [L] hope that helps Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: SAXESS - Hussayn Dabbous [EMAIL PROTECTED] To: [EMAIL

Re: how can i get static files REALLY been processed by apache ???

2003-02-13 Thread Christoph Gaffga
it from hd. Something like the following should work: RewriteCond /your/docroot/dir1/%{REQUEST_FILENAME} -f RewriteRule ^(.+) /your/docroot/dir1/$1 [L] hope that helps Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: SAXESS - Hussayn Dabbous [EMAIL PROTECTED] To: [EMAIL

Re: Aggregation and XSPs

2003-02-13 Thread Christoph Gaffga
short answer: It's the same for xsps Christoph P.S.:Don't forget to have a map:match pattern=**.xsp map:generate type=serverpages src={1}.xsp/ map:serialize type=xml/ /map:match -part for your xsps. - Original Message - From: Dr. Hans M. Rupp [EMAIL PROTECTED] To: Coocon-user

Re: how can i get static files REALLY been processed by apache ???

2003-02-13 Thread Christoph Gaffga
^(.+) http://localhost:8080/cocoon/$1 [P] Christoph - Original Message - From: Christoph Gaffga [EMAIL PROTECTED] To: Cocoon Users [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 6:51 PM Subject: Re: how can i get static files REALLY been processed by apache ??? Hi

Re: [POLL] JDK 1.2 Support

2003-02-02 Thread Christoph Gaffga
Ours also, Java 1.4.1_01 on Linux (Redhat 7.3) Christoph Gaffga http://www.triplemind.com - Original Message - From: Emmanuil Batsis (Manos) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 02, 2003 11:16 PM Subject: Re: [POLL] JDK 1.2 Support Usually our production

Re: xinclude performance issues,

2003-01-19 Thread Christoph Gaffga
, ); // } super.setup(resolver, objectModel, src, par); } public void recycle() { this.par = null; super.recycle(); } } hope, that will help you. Perhaps you can submit your DirectoryAggregator to the cocoon project. Christoph Gaffga [EMAIL PROTECTED] From: icewind [EMAIL

Re: xinclude performance issues,

2003-01-17 Thread Christoph Gaffga
Aggregator to do so. If you are interested in our code, I can send it to you, but, as I said, it doesn't aggregate a directory, but it's a good piece of code to start with. Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: icewind [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday

Cocoon Cache and no-cache? (Repost: no-cache Pragma in HTTP Request)

2003-01-15 Thread Christoph Gaffga
.: Squid for example looks for this in the Request-Header. - Original Message - From: Christoph Gaffga [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 12, 2003 2:57 AM Subject: no-cache Pragma in HTTP Request Hi, does anybody know if cocoon brings a page from the cache even if I

Re: Cocoon in an application rather than tomcat

2003-01-14 Thread Christoph Gaffga
Hi, isn't that configuration a little bit much for only processing SVG images. You should check out the Batik project for SVG and java: http://xml.apache.org/batik sincirly Christoph [EMAIL PROTECTED] - Original Message - From: Alex McLintock [EMAIL PROTECTED] To: Cocoon users mailing

Re: Cocoon in an application rather than tomcat

2003-01-14 Thread Christoph Gaffga
sorry, i forget to mention the svg-rasteriser. This is possibly what you are looking for: http://xml.apache.org/batik/svgrasterizer.html Christoph - Original Message - From: Alex McLintock [EMAIL PROTECTED] To: Cocoon users mailing list [EMAIL PROTECTED] Sent: Tuesday, January 14, 2003

no-cache Pragma in HTTP Request

2003-01-11 Thread Christoph Gaffga
Christoph MfG Ihr Urlaubstage.de-Team Christoph Gaffga [EMAIL PROTECTED] - Urlaubstage.de - Unterkünfte weltweit Web: http://www.urlaubstage.de Email: [EMAIL PROTECTED

Re: Cocoon/tomcat memory usage

2002-12-02 Thread Christoph Gaffga
Hi, you can change some more in the cocoon.xconf. Try the number of cached objects (MRUMemoryStore, parameter name=maxobjects value=1/). I reach a memory usage of cocoon by around 1,5GB by playing around with these values. yours Christoph Gaffga [EMAIL PROTECTED] - Original Message

Re: Where does Cocoon store state between Tomcat restarts?

2002-12-02 Thread Christoph Gaffga
Hi , for me it always works when I do rm -Rf /var/tomcat4/work/* I think, then you have them all. yours Christoph [EMAIL PROTECTED] - Original Message - From: Lenz, Evan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 02, 2002 6:10 PM Subject: Where does Cocoon store state

Re: [Authentication] - Generate javascript using XSP

2002-12-01 Thread Christoph Gaffga
destroy() { } } hope, that helps. I put some more features in my ModfiyRequest, to change the Request-URL, and Cookies and put some more Header-Information, such as Expires-Headers. Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: Antonio Gallardo [EMAIL PROTECTED

Re: Insert full date and time into Oracle databse using esql:parameter

2002-07-15 Thread Christoph Gaffga
(sql_type)/xsp:expr/esql:parame ter ) /esql:query yours Christoph Gaffga [EMAIL PROTECTED] From: yuryx [EMAIL PROTECTED] Is there any way to insert full datetime value into oracle database using the following syntax: xsp:logic java.util.Date today=new java.util.Date

Re: How to write XSL for PDF?

2002-07-10 Thread Christoph Gaffga
try http://www.google.com/search?q=XSL-FO+Tutorial From: Cenk Uysal [EMAIL PROTECTED] I plan to use Cocoon's PDF Serializer. But I don't know how to write XSLs for styling PDF documents. Is there any resource which tells how to do this?

Re: Reformatting of html source problems

2002-06-26 Thread Christoph Gaffga
Hi ! perhaps it helps if you decrease the line-height (style-attribute): tr td colspan=5 bgcolor=#ff style=font-size: 1px img height=5 width=1 src=b.gif /td /tr Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: Dr. Hans M. Rupp [EMAIL PROTECTED] To: [EMAIL

Re: JSESSIONID had /cocoon as path

2002-06-18 Thread Christoph Gaffga
); response.addCookie(cookie); before or after doFilter, you have to try. hope it will work for you. Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: Liam Morley [EMAIL PROTECTED] To: Cocoon Users [EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 8:04 AM Subject: Re: JSESSIONID had /cocoon

Re: JSESSIONID had /cocoon as path

2002-06-14 Thread Christoph Gaffga
Hi, i'm looking for a way to change the cookie path also. At the Moment I'm using a filter-Class infront of the cocoon-Servlet and wrap the ServletResponse, but it would be nice to just edit the config file. Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: Liam Morley

Re: JSESSIONID had /cocoon as path

2002-06-14 Thread Christoph Gaffga
) { if(cookie.getName().equals(JSESSIONID)) { cookie.setPath(/whereever-you-want/dir/); cookie.setDomain(mydomain.com); // you can also set expiry, etc... } super.addCookie(cookie); } } yours Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: Liam

Re: Form submission - results to a new window? [OT?]

2002-06-10 Thread Christoph Gaffga
Better you use this from target=_blank ... !-- Your form here -- input type=submit/ /form an take a look no http://www.w3.org/TR/html4/interact/forms.html#h-17.3 Yours Christoph Gaffga - Original Message - From: Volker Schneider [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: html2jpg

2002-05-28 Thread Christoph Gaffga
Perhaps cocoon is the wrong way to do that, but you can write a servlet that uses CONVERT to convert from html to jpeg/png/gif or whatever. Take a look at: http://www.imagemagick.org/ Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: Graaf, Edgar de (fin) [EMAIL PROTECTED

Re: XSL function to handle String

2002-05-28 Thread Christoph Gaffga
xsl:choose xsl:when test=string-length(name) gt; 5 xsl:value-of select=substring(name, 1, 5)/... /xsl:when xsl:otherwise xsl:value-of select=name/ /xsl:otherwise /xsl:choose yours Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: Niket Anand [EMAIL

Livesites

2002-04-03 Thread Christoph Gaffga
to hear from you, sincirly Christoph Gaffga Urlaubstage.de Triplemind Internet Service OHG 60386 Frankfurt Germany P.S.: Sorry for my bad english language. - Please check that your question has not already been answered in the FAQ

Re: Cocoon 2.02 where has the svg gone??

2002-03-28 Thread Christoph Gaffga
Hi, I'm using cocoon 2.01 and upgraded from Java 1.3 to 1.4. Now I cant render svg. I posted this before but I didn't get an answer. Do you know, what the the problem ist whith JDK 1.4? Christoph Gaffga - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED