java.lang.IllegalStateException: Cannot create a session after theresponse has been committed

2002-08-11 Thread Ramy Mamdouh
Hello, I'm using Cocoon 2.1-dev (cvs), SuSE Linux 8.0, j2sdk 1.3.1, Tomcat 4.0.3. trying to login with the portal sample (or any application that uses auth-login action) from the cvs head produces this error (stacktrace) : java.lang.IllegalStateException: Cannot create a session after the res

RE: Can't build 2.0.2, Can build 2.0.3

2002-08-11 Thread Jesse Reynolds
At 21:13 -0400 10/8/2002, Vadim Gritsenko wrote: > > From: Jesse Reynolds [mailto:[EMAIL PROTECTED]] > > > Does anyone know about these two build errors? 2.0.3 builds without a > > hitch, but 2.0.2 gives these two errors. ... > > Environment is FreeBSD 4.1.1-RELEASE, Linux (Blackdown) JDK 1.

RE: Sending a parameter to Xerces (allow java char encodings)

2002-08-11 Thread Jesse Reynolds
Hi Vadim et al Okay, I've now edited JaxpParser.java, the diff's between the 2.0.2 version (same as the 2.0.3 version) and my modification is below. But it doesn't work. What have I missed? Do I need to fix something in cocoon.xconf? I've modified it in the 2.0.2 source. ... How can I build a

Re: Finding DTD when aggregating content using XSL

2002-08-11 Thread Rick Tessner
On Sat, 2002-08-10 at 01:24, Ross Gardler wrote: > Yes, below are the log snippets that I get when I make the DOCTYPE point > at the documentv11.dtd via the full path. Note the file it can't find, > ISOlat1.pen, is to be found in > /home/rgardler/projects/research/saafe/build/work/resources/sc

Re: Finding DTD when aggregating content using XSL

2002-08-11 Thread Ross Gardler
Rick Tessner wrote: > On Sat, 2002-08-10 at 01:24, Ross Gardler wrote: > > >>Yes, below are the log snippets that I get when I make the DOCTYPE point >>at the documentv11.dtd via the full path. Note the file it can't find, >>ISOlat1.pen, is to be found in >>/home/rgardler/projects/research/sa

RE: POST request with XSP

2002-08-11 Thread Vadim Gritsenko
> From: Boscoe [mailto:[EMAIL PROTECTED]] > > Vadim, > > after a few hours of sleep and a good meal, I will try to outline > my thoughts a bit more precisely. > >>As I asked above, it's unclear why do you want to use specifically XSP >>here. It's one of the possibilities, yes, but in th

RE: "...Parser does not implement XML Reader"

2002-08-11 Thread Vadim Gritsenko
> From: Lauren Commons [mailto:[EMAIL PROTECTED]] > > First of all, I know this question has been covered, > but none of the list archives are available, so I'll > ask again... > I am running RH7.(2 I think?), JDK1.4, Tomcat > 4.0.3-LE-jdk14. > I had previously installed (unsuccesfully) cocoon >

RE: Trying to run Command line Cocoon 2.0.2

2002-08-11 Thread Vadim Gritsenko
> From: William Brogden [mailto:[EMAIL PROTECTED]] > > I am attempting to execute the command line version of > Cocoon with an ANT task. > > Configuration: JDK 1.3.1, Tomcat 4.0.1, Cocoon-2.0.2 > ANT 1.4.1 - op sys: Windows XP > > Tomcat happily serves pages from > http://localhost/cocoon

cocoon-users@xml.apache.org

2002-08-11 Thread Vadim Gritsenko
> From: Justin Fagnani-Bell [mailto:[EMAIL PROTECTED]] > > Hi again, ... >I'm still working on HTML forms where the user (me for the moment:) is > supposed to input HTML into a text area that will be stored in an XML > format. I'm still having problems, so I haven't written a SUMMARY post...

cocoon is non-validating, any ideas why?

2002-08-11 Thread Ian Atkin
using cocon v2.0.3 i've just changed the xml-parser validate parameter to true and cocoon failed with a "doctype name can't equal 'null'" error upon investigation the xml file concerned, treeprocessor-builtins.xml, doesn't have a doctype tag - which explains it is cocoon intended as a non-val

RE: Sending a parameter to Xerces (allow java char encodings)

2002-08-11 Thread Vadim Gritsenko
> From: Jesse Reynolds [mailto:[EMAIL PROTECTED]] > > Hi Vadim et al > > Okay, I've now edited JaxpParser.java, the diff's between the 2.0.2 > version (same as the 2.0.3 version) and my modification is below. > > But it doesn't work. What have I missed? Do I need to fix something > in cocoon.xc

RE: cocoon is non-validating, any ideas why?

2002-08-11 Thread Vadim Gritsenko
> From: Ian Atkin [mailto:[EMAIL PROTECTED]] > > using cocon v2.0.3 > > i've just changed the xml-parser validate parameter to true and cocoon > failed with a "doctype name can't equal 'null'" error > > upon investigation the xml file concerned, treeprocessor-builtins.xml, > doesn't have a doct

cocoon-users@xml.apache.org

2002-08-11 Thread Conal Tuohy
Justin wrote: > 2) Create a jTidy like program that will turn HTML into > XHTML, but work > for fragments (jTidy seems to only output complete HTML documents) I think this is a good approach. I'm trying to deal with the same thing when reading emails: an email may contain a section formatted in

RE: Sending a parameter to Xerces (allow java char encodings)

2002-08-11 Thread Jesse Reynolds
Thanks Vadim I've changed the code to mention the correct URL, but it is still not working. I am confused about why it isn't working. Either: a) My code is not doing the right thing b) Xerces has a bug c) I need to make a similar change to another piece of code in cocoon as well. Any suggestio

Re: test

2002-08-11 Thread sidharthg
Hi Niket I am getting married on 31st august. So please do come to my marrigae (See attached file: wedding card.jpg) Regards Sidharth Ghai Vmoksha Technologies VI th Floor, Corporate Towers 'C' Diamond District Kodihally Banglore <>

Re: java.lang.IllegalStateException: Cannot create a session afterthe response has been committed

2002-08-11 Thread Stephan Michels
On Sun, 11 Aug 2002, Ramy Mamdouh wrote: > Hello, > > I'm using Cocoon 2.1-dev (cvs), SuSE Linux 8.0, j2sdk 1.3.1, Tomcat 4.0.3. > > trying to login with the portal sample (or any application that uses > auth-login action) from the cvs head produces this error (stacktrace) : > > java.lang.Illega