DO NOT REPLY [PATCH QUEUE] Summary February 24 2002

2002-02-23 Thread barozzi
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to t

Re: cocoon 2.0.1/tomcat 4.0.2/jdk 1.4.0

2002-02-23 Thread Marcelo F. Ochoa
Di wrote: > Hi, > > does the newest cocoon NOT work together with sun's jdk 1.4.0 ? > > target: linux (debian) and even solaris (8) > > error: Replace Cocoon's javac.jar for JSDK 1.4's tools.jar, it seem to be a compatibility problem with the internal compiler used for compiling the site

[Upload] File upload cleanup

2002-02-23 Thread Pascal Davoust
Hi, Using the upload example and the DB-related actions (and a few looks at the source code too ;), I'm now able to upload files (images) into my database (my previous problem was my own fault: used the wrong column type...). That rocks! :o) Now, I'm wondering about cleanup. What's the most appr

[PATCH and HOW-TO] Cocoon-2.0.1 and Borland Enterprise Server (BES 5)

2002-02-23 Thread Terence Jacyno
= HOW-TO: Deploying the Cocoon-2.0.1 example within BES = By following these steps, *most* of the cocoon demo webapp site should work. 1) Unpack the cocoon.war file into a working directory ()

Re: Tomcat 4.0.2, Cocoon 2.0.1, JDK 1.4.0 Build Problem

2002-02-23 Thread dylanb
Anyone know what could be wrong here ? Dylan Bruzenak - Original Message - From: "dylanb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 4:42 PM Subject: Re: Tomcat 4.0.2, Cocoon 2.0.1, JDK 1.4.0 Build Problem > I have this error as well, I am unable to comp

RE: [XSP] Sitemap parameter passed to XSP page

2002-02-23 Thread Pascal Davoust
Cool, thanks! By the way, why do I need an here since I'm already in an node here? To do some escaping on the returned string? Pascal. -Original Message- From: Jan Normann Nielsen [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 2002 11:45 AM To: [EMAIL P

Cocoon Error

2002-02-23 Thread Yvon Thoraval
I get the following error : org.xml.sax.SAXParseException: White space is required between the version and the encoding declaration. with all of my xml files even with those successfully converted to html. Here is the starting point of those files : have an idea ? -- Yvon Thoraval -

cocoon 2.0.1/tomcat 4.0.2/jdk 1.4.0

2002-02-23 Thread Dizzzz
Hi, does the newest cocoon NOT work together with sun's jdk 1.4.0 ? target: linux (debian) and even solaris (8) error: >Cocoon 2 - Internal server error > > > >type fatal > >message Language Exception > >descriptio

Re: does cocoon 2.0.1 NOT run with J2SDK1.4.0?????

2002-02-23 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, > I tried this with the binary dist of cocoon 2.0.1 and I also downloaded > the latest > developer build - xml-cocoon2_20020222172240.tar.gz, built it and tried > again. > Is this saying that my JRE is TOO Recent?? > What do I need to do to ge

Urgent Help:Cocoon server startup exception

2002-02-23 Thread sheshadri emmadi
Hi, I have installed tomcat 4.02 and cocoon2 i am not able to start the cocoon server. for the first time when i try to access the cocoon server, i get the following exceptions. -- Apache Tomcat/4.02 - HTTP Status 500 - Internal Server Error jav

NameTrans lookup failed Error

2002-02-23 Thread Xia Hui
The below message was posted from Kommineni, Sateesh on 24 May 2001. I am wondering how this problem was solved, since I have exactly the same problem right now. Please kindly help me.   Xia Hui   Installation Problem on iPlanet Kommineni, Sateesh (IndSys) [EMAIL PROTECTED] Thu, 24

RE: howto make use of default database add, delete, update action for mutilple table at a time

2002-02-23 Thread Pascal Davoust
Yes, updating multiple tables in the same transaction is very frequent. Thanks for the info! I'm looking forward working with it, it seems a real improvement. Pascal. -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23,

semi-OT: java server benchmarks/comparisons?

2002-02-23 Thread tvon
Hey all, I cant seem to find any non-biast benchmarks for Tomcat/JRun/whatever else Can anyone point me in the right direction? -Tom -- -- - Please check that your question has not already been answered in the FAQ befor

Re: howto make use of default database add, delete, update action for mutilple table at a time

2002-02-23 Thread Christian Haul
On 22.Feb.2002 -- 11:13 PM, Pascal Davoust wrote: > I read in a post a few days ago (or was it in the archive?) that there were > some serious limitations with these actions, and that some work is currently > done to overcome those (something is already available in the scratchpad to > have a look

SV: [XSP] Sitemap parameter passed to XSP page

2002-02-23 Thread Jan Normann Nielsen
Hi Pascal You can access the parameters variable from your XSP page, just like you would do in an Action. Example: String myParam = parameters.getParameter("my-param") to access the "my-param" sitemap parameter. Best regards, Jan Nielsen > -Oprindelig meddelelse- > Fra: Pascal D

Re: [HELP]Could not read resource file:/home/jakarta-tomcat-3.3/webapps/cocoon/docs/samples/xsp/test.svg

2002-02-23 Thread yuryx
Eduard Drenth wrote: > Dear developers, > > Can anyone help me with the following: > > I created an svg document which I can display in batik: > > http://www.w3.org/2000/svg"; > xmlns:xlink="http://www.w3.org/1999/xlink"; >width="400" height="300" viewBox="0 0 400 300"> > > Testje v