RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and released cocoon 2.0.2

2002-03-26 Thread Piroumian, Konstantin
Hi! > > Hello Konstantin... > I downloaded the binary of 2.0.2 and tested the JSP > generator and the exception's still there Did you do the fixes ? > If yes, is there any configuration that needs to be > done to get the JSP's working... Unfortunately, I hadn't much time to in

RE: Database connection problem

2002-03-26 Thread Sozonnik Andrew
Tell us, version of Cocoon and JDK. Have you compiled Cocoon by yourself and under what JDK ? -Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 8:39 AM To: [EMAIL PROTECTED] Subject: Re: Database connection problem 1) The jdbc driver file i

Re: XSL-question: sort with parameter

2002-03-26 Thread Bartomeu Adrover
It's not a very good solution if you have a lot of values for sort, because you need to put one xsl:if tag for any possible value. http://www.w3.org/1999/XSL/Transform";> Axel Honfi wrote: > Hi! > > I passed a parameter to a stylesheet and

Re: XSL-question: sort with parameter

2002-03-26 Thread KOZLOV Roman
Hi Axel, You can use something like following: Best regards Roman Axel Honfi wrote: > Hi! > > I passed a parameter to a stylesheet and I can get the value with > . > > But I need to sort data by the value of the parameter like > > . > > But with this nothing happens and all other for

RE: Database connection problem

2002-03-26 Thread Hahn Kurt (CHA)
I'm still a Cocoon beginner, and I just got my db connection working yesterday, and my dburl in datasources looks a bit different, like this: jdbc:oracle:thin:@pallas6:1521:PAIG I don't know whether you should replace the "//localhost" by "@localhost"? Maybe it's worth a try Regards Kurt -Me

Re: Database connection problem

2002-03-26 Thread Derek Hohls
1) The jdbc driver file is loaded under: WEB-INF/classes/ 2) The xconf file contains: true jdbc:mysql://localhost:3306/mydbase foo bar 3) I am not sure what you mean by "access.log" - I only have cocoon.log and root.log in my WEB-INF/logs di

Re: [Announcement] Apache Cocoon 2.0.2 Release

2002-03-26 Thread Derek Hohls
Wasn't this is: > *) New implementation of the sitemap engine based on an evaluation tree. > This provides super-fast load times (no more compilation), and a slight gain > in request processing speed compared to the compiled engine thanks to the > HotSpot VM. [SW] or, at least, that was what it

Re: [Announcement] Apache Cocoon 2.0.2 Release

2002-03-26 Thread Ovidiu Predescu
Congratulations to all for all the work, and to Carsten for putting it together! I noticed there was no mention of the interpreted sitemap in the announcement. Was it on purpose to not confuse people? Ovidiu On Tue, 26 Mar 2002 09:51:19 +0100, "Carsten Ziegeler" <[EMAIL PROTECTED]> wrote: > Ap

XSL-question: sort with parameter

2002-03-26 Thread Axel Honfi
Hi! I passed a parameter to a stylesheet and I can get the value with . But I need to sort data by the value of the parameter like . But with this nothing happens and all other forms I tried also failed. Does anyone know how to work this? Thanks a lot Axel -

RE: build error: cocoon-2.0.2, jdk-1.4, Win2000

2002-03-26 Thread Faulkner, Perry
Hi Neil, I've had the same problem. I don't completely understand the build.xml, but I assume that it looks for the "java.sql.Savepoint" class, in the classpath. I've checked it and that should be the case with my setup, same as you! It then replaces JDBC3_START and _END in any source, I suppose,

build error: cocoon-2.0.2, jdk-1.4, Win2000

2002-03-26 Thread neil
In a dos box: set PATH=C:\WINNT\system32;C:\WINNT set CLASSPATH= build clean build First error: C:\Neil\cocoon-2.0.2\build\cocoon\src\org\apache\cocoon\components\language\ mark up\xsp\EsqlConnection.java:66: class org.apache.cocoon.components.language.marku p.xsp.EsqlConnection must be

RE: related problem?

2002-03-26 Thread Sreedhar Chintalapaty
Title: Glacier Found the answer to my problem in the news group archives, actually. I was looking for nearly a day without knowing -what- I should search for; finally today it clicked! (veterans, please don't get annoyed, I am new to the list too :))   After duly 'importing' the Util style sh

Re: 4 Suite Server

2002-03-26 Thread MJ Ray
Anthony W. Marino wrote: > Anyone have any experiences with "4 Suite Server "http://fourthought.com"; > compared to cocoon2? They were developing a fairly nippy XSLT engine last I saw, but I've not tried the recent 4SS releases. I think they are at a similar level of "working the bugs out and t

RE: C2.0.2: ClassCastException

2002-03-26 Thread Vadim Gritsenko
Try deleting work directory. Might help, I'm not sure what you have got (you cut the stacktrace too short) Vadim > From: Jozsa Kristof [mailto:[EMAIL PROTECTED]] > > Hi, > > I've downloaded Cocoon 2.0.2, compiled, replaced the libs in my project and > deployed successfully. It works, however,

RE: Turning XSPs into Generators (Why?)

2002-03-26 Thread Vadim Gritsenko
> From: Artur Bialecki [mailto:[EMAIL PROTECTED]] > > Can you explain how this makes things faster, I assume > XSPs are not convereted to Java and complied each time > I access given XSP. Is the performance difference in > sitemap processing, cache lookups, etc. One is serverpages generator over

RE: [C2] Sitemap questions

2002-03-26 Thread Vadim Gritsenko
> From: Erwin [mailto:[EMAIL PROTECTED]] > > Hello, > ... > > I downloaded the latest release (2.0.2) and have studied the sitemap dtd > and the sitemap schema > dtd: src/documentation/xdocs/dtd/sitemap-v02.dtd > schema: /src/documentation/xdocs/drafts/sitemap-working-draft.xsd > but I havent f

RE: [C2] DeltaTimeCacheValidity?

2002-03-26 Thread Vadim Gritsenko
> From: Rune Sandnes [mailto:[EMAIL PROTECTED]] > > I have set up caching in an XSP page with several ESQL statements. > One version bases the CacheValidity object on a timestamp that it gets from > the database, like this: > > public CacheValidity generateValidity() { > return ne

related problem?

2002-03-26 Thread Sreedhar Chintalapaty
Title: Glacier Hi,   This is going to be rather long-winded, please bear with me. :)   I have a java class that returns a result set as XML. I am calling it in a logic sheet like so:         SingerHelper.getAllSingers()

RE: Turning XSPs into Generators (Why?)

2002-03-26 Thread Artur Bialecki
Can you explain how this makes things faster, I assume XSPs are not convereted to Java and complied each time I access given XSP. Is the performance difference in sitemap processing, cache lookups, etc. If so how much. Thanks, Artur... > -Original Message- > From: Vadim Gritsenko [mailt

RE: XML namespaces and result of RequestGenerator

2002-03-26 Thread Volker Schneider
Hi Matthieu, I don't find this a silly question, because I have exactly this problem and I'm searching a solution for hours. Please tell me the solution. Best regards - Volker - -Original Message- From: Matthieu Benéteau [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 21. März 2002 19:10 T

RE: 4 Suite Server

2002-03-26 Thread Berin Loritsch
> -Original Message- > From: Anthony W. Marino [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 4:32 PM > To: '[EMAIL PROTECTED]' > Subject: 4 Suite Server > > > Anyone have any experiences with "4 Suite Server > "http://fourthought.com"; > compared to cocoon2? No, but if

Re[2]: Parsing a Request Stream

2002-03-26 Thread Michael Raffenberg
Hello Jeremy, Thursday, March 21, 2002, 11:20:25 AM, you wrote: JQ> At 2:22 pm +0100 19/3/02, Michael Raffenberg wrote: >>Hi, >> >>i like to receive a post input stream with the following sitemap >>definitions: >> >> >> >> >> >> >>This works ok. >>The inpu

4 Suite Server

2002-03-26 Thread Anthony W. Marino
Anyone have any experiences with "4 Suite Server "http://fourthought.com"; compared to cocoon2? Thank You, Anthony - Please check that your question has not already been answered in the FAQ before posting.

RE: [C2] Sitemap questions

2002-03-26 Thread Argyn Kuketayev
> Also, if you have two pipeline elements as children of the > pipelines element and inside each pipeline element you have a > match for > e.g. index.html, then what choice does C2 make? Does it choes > the first > one defined or what is its behaviour? C2 takes first in the list --

[C2] Sitemap questions

2002-03-26 Thread Erwin
Hello, for my thesis I have studied Cocoon 2 and am now writing a chapter about it. At the moment I am writing a section about the sitemap, but I still have some (theoretical) questions about it. (as this is my first post to the list, I hope this is the right place to ask) I downloaded the late

RE: XSL question

2002-03-26 Thread Argyn Kuketayev
> As I've said > before, you can use an action to get params from whereever > you need then > expose them to sitemap (using returning map in an action). > Then you can > simply set those params in your trasformer call: > > > > > > -- > Konstantin Piroumian > [EMAIL PROTECTED] can yo

Re: breadcrumb navigation

2002-03-26 Thread Charles Yates
>If you mean to show a "navigation-path" like subdirectories, I would >enable >sitemap-parameters in the XSLT-Transformer and use the request-url of >the >user as name(I think they did the same at yahoo changing the '_' to a >blank >space). > >Maybe that helped you > >Axel >I included the breadc

RE: installing problems cocoon 2.0.1

2002-03-26 Thread Vadim Gritsenko
RTFM http://xml.apache.org/cocoon/installing/index.html Vadim > From: Diego Lluna [mailto:[EMAIL PROTECTED]] > > Dear friends, > > I'm stuck trying to install cocoon 2.0.1. > > The details are: > > W2000 professional > tomcat 4.0.3 installed and working fine > cocoon copied under webapps dir

RE: Cannot install: latest snapshot, Java 1.4, Tomcat 4.0.3LE

2002-03-26 Thread Vadim Gritsenko
DELETE WORKING DIRECTORY PS: RTFM http://xml.apache.org/cocoon/installing/index.html Vadim > -Original Message- > From: Rob Jellinghaus [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 2:36 AM > To: [EMAIL PROTECTED] > Subject: Cannot install: latest snapshot, Java 1.4, Tomcat

RE: Problems with Cocoon 2.0.2

2002-03-26 Thread Vadim Gritsenko
Two advices: 1. use plain text emails 2. RTFM http://xml.apache.org/cocoon/installing/index.html Vadim -Original Message- From: Mike Ahlers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 6:44 AM To: [EMAIL PROTECTED] Subject: Re: Problems with Cocoon 2.0.2 Tx, that solved it

RE: Turning XSPs into Generators

2002-03-26 Thread Vadim Gritsenko
> From: Michael Zehrer [mailto:[EMAIL PROTECTED]] > > Hi list, > > reading the Performance Guide Draft, it sems to me that turning XSPs > into Generators is a good idea, is there some general way how to do > this? Any tips, templates? Once you run XSP once, Cocoon will compile them into Java cl

RE: problems installing cocoon 2.0.1

2002-03-26 Thread Vadim Gritsenko
Thanks to Carsten who uploaded new website... Now I can say: RTFM: http://xml.apache.org/cocoon/installing/index.html It has all you need to know about tomcat 4.0.3 Vadim > -Original Message- > From: Diego Lluna [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 5:12 AM > To: [

cocoon-users@xml.apache.org

2002-03-26 Thread [EMAIL PROTECTED]
Has anyone ever seen THIS TAG :   /C:/final latest/cocoon/docs/samples/showroom1/showroomXSP2.xsldependency>   this is output. The file being fed into the serverpages generator has a name

Re: Include Pipeline output in XSP.

2002-03-26 Thread [EMAIL PROTECTED]
Dear Roman / Vadim Thanks for the replies - yes could feed xindice o/p into XSP pipeline - but only the namespace is not getting resolved in the XSP pipeline - which brings me to the next question : Has anyone ever seen THIS : http://apache.org/xsp"; xmlns:apparelshow="http://www.apparelxml.net

RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and released cocoon 2.0.2

2002-03-26 Thread Chitharanjan Das
Hello Konstantin... I downloaded the binary of 2.0.2 and tested the JSP generator and the exception's still there Did you do the fixes ? If yes, is there any configuration that needs to be done to get the JSP's working... Thanks in advance, Chiths -Original Message

RE: getRootContext in Action

2002-03-26 Thread Chitharanjan Das
1. From Object Model get the request object 2. String ctxRoot = request.getContextPath() -Original Message- From: Andrey Demchenko [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 5:49 AM To: [EMAIL PROTECTED] Subject: getRootContext in Action Hi, How can I get RootContext in ac

Re: SourceWritingTransformer : Cannot get 'xml' serializer

2002-03-26 Thread Jeremy Quinn
At 6:18 pm +0100 26/3/02, Matthieu Benéteau wrote: >Hi, > >I've just installed Cocoon 2.0.2 on Tomcat 4.0.1, and it works perfectly :). >But I've encountered a problem using the scratchpad's >SourceWritingTransformer. > >I used to use revision 1.6 of the old FileWritingTransformer. >I've just chan

SourceWritingTransformer : Cannot get 'xml' serializer

2002-03-26 Thread Matthieu Benéteau
Hi, I've just installed Cocoon 2.0.2 on Tomcat 4.0.1, and it works perfectly :). But I've encountered a problem using the scratchpad's SourceWritingTransformer. I used to use revision 1.6 of the old FileWritingTransformer. I've just changed "xfwt" into "source" and tested it, and I've received t

Re: [CL] Following links doesn't work

2002-03-26 Thread Stephan Michels
On Tue, 26 Mar 2002, Stephan Michels wrote: > Hi, > > I have some problems using cocoon in the commandline. The option > "following links" won't work with my documents. > > In the project Krysalis from Nicola Barozzi everything works. In the > log file appears following line: > [java] INFO

[CL] Following links doesn't work

2002-03-26 Thread Stephan Michels
Hi, I have some problems using cocoon in the commandline. The option "following links" won't work with my documents. In the project Krysalis from Nicola Barozzi everything works. In the log file appears following line: [java] INFO10171 [] (): Link translated: images/logo.png

logic sheet help

2002-03-26 Thread Parrott Geoff
Title: logic sheet help Hi I am trying to get a session variable in a logic sheet AND assign values to variable in esql so if they match I can display extra features I have a database table with training details in and am displaying all but restricting some of the functions a user can perf

Re: Database connection problem

2002-03-26 Thread Andrey Demchenko
1) You must have jdbc driver file in classpath 2) Check your cocoon.xconf for ... for pool configuration 3) See access.log for message like this DEBUG (2002-03-26) 17:04.45:713 [access] (Unknown-URI) Unknown-thread/Cocoon Servlet: Trying to load class: org.gjt.mm.mysql.Driver - Original

Re: cocoon 2.0.2 and mod_webapp

2002-03-26 Thread leo leonid
what about changing the location of your work directory to something like /WEB-INF/work (relative to the context path of the servlet) ? /Leo > I had assumed that deleting cocoon, shutting down tomcat pasting in the > new cocoon war and firing up tomcat would force a complete redeploy > instead o

Database connection problem

2002-03-26 Thread Derek Hohls
When trying to connect to a mySQL database, I get: Could not get the datasource java.sql.SQLException: There are no connections in the pool, check your settings. I already have the setting for the driver in the web.xml; load-class org.gjt.mm.mysql.Driver I can also connec

Re: Automatic upload

2002-03-26 Thread Alexander Kruth
Yes, I know, but I don't know how to turn off this feature!   Alex. - Original Message - From: Markus Blank To: [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 3:07 PM Subject: Re: Automatic upload You can change the upload direcrory in the web.xml of c

Re: Automatic upload

2002-03-26 Thread Markus Blank
You can change the upload direcrory in the web.xml of cocoon - Original Message - From: Alexander Kruth To: [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 2:57 PM Subject: Automatic upload Hi! How can I turn off the automatic upload of files sent by

Automatic upload

2002-03-26 Thread Alexander Kruth
Hi! How can I turn off the automatic upload of files sent by an ?   I dont know if Tomcat or Cocoon saves all the files to %TOMCAT_HOME%\work\localhost\cocoon\cocoon-files\upload-dir   I think Cocoon does this, but why?     Thanks, Alex.

RE: cocoon 2.0.2 and mod_webapp

2002-03-26 Thread caleb racey
Thanks peter its working now :-) I had assumed that deleting cocoon, shutting down tomcat pasting in the new cocoon war and firing up tomcat would force a complete redeploy instead of a kind of half redeploy :-( You live and learn -Original Message- From: Peter Jacobs [mailto:[EMAIL PR

getRootContext in Action

2002-03-26 Thread Andrey Demchenko
Hi, How can I get RootContext in action? --- Andrey Demchenko. - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAI

RE: cocoon 2.0.2 and mod_webapp

2002-03-26 Thread Peter Jacobs
did you delete the Tomcat work directory for cocoon? (don't trust me, i am just a beginner :-) Peter Jacobs > -Original Message- > From: caleb racey [mailto:[EMAIL PROTECTED]] > Sent: dinsdag 26 maart 2002 14:11 > To: [EMAIL PROTECTED] > Subject: cocoon 2.0.2 and mod_webapp > > > Jdk

Power using the sitemap.

2002-03-26 Thread Olivier Rossel
Here is my problem: i have several similar directories structures containing XML datas, for each customers I have (customer1/, customer2/, customer3/) I need to apply the same pipeline on one directory tree, depending on a request parameter: when I have "URL?customer=IBM", i need my pipeline to

RE: help on jvm_bind error

2002-03-26 Thread Volker Schneider
Hi Marco, sorry it wasn't web.xml but cocoon.xconf. Best regards - Volker - -Original Message- From: marco [mailto:[EMAIL PROTECTED]] Sent: Montag, 18. Marz 2002 03:45 To: [EMAIL PROTECTED] Subject: help on jvm_bind error I am using cocoon 2.00, jdk1.3.1_01, tomcat4.0.1 in Windows 98.

RE: help on jvm_bind error

2002-03-26 Thread Volker Schneider
Hi Marco, now I found a workaround for your (and my) problem. Take a look into cocoon's web.xml file: If you don't need the samples, then you can comment the above section and you will get rid of the problem. Puuuh ! Best regards, - Volker - -Original Message- From: marco [mailto:

C2.0.2: ClassCastException

2002-03-26 Thread Jozsa Kristof
Hi, I've downloaded Cocoon 2.0.2, compiled, replaced the libs in my project and deployed successfully. It works, however, I keep getting spammed in the error.log with messages like these: ERROR (2002-03-26) 14:13.28:463 [core.manager] (/list/mainlist) SocketListener-0/XMLResourceBundle: cann

cocoon 2.0.2 and mod_webapp

2002-03-26 Thread caleb racey
Jdk=suns jdk1.3.1_02 Os=redhat 7.2 (headless) Servlet container = tomcat 4.0.1 Cocoon= cocoon 2.0.2 Webserver = apache 1.3.23 I have just upgraded from cocoon 2.0.1 too 2.0.2 on my server Previously I had cocoon 2.0.1 running fine through apache + mod_webapp + tomcat on my headless redhat box (

Re: AW: cocoon & Websphere 3.55

2002-03-26 Thread Souillard M Ext DvSI/SICoR
yes ... it's ok with a relative unix-style path for the properties param. (at least for cocoon 1.8.2 - we would use cocoon 2.x when our application will be full servlet2.2/JSP1.1 compliant). I have now to resolve some problems with FOP usage but the simple cocoon samples are ok. Michael, many th

Re: Another problem with Cocoon 2.0.2

2002-03-26 Thread Olivier Rossel
I use C2.0.2 with JDK1.3.1_02 from Sun. I try to generate the xjavadocs. I use the command ./build.sh xjavadocs. It complains that: "Cannot find com.sun.xml.XmlDoclet" I wonder if this class is available by default with JDK1.3? And if this is the correct command to have the javadocs generated co

Re: Problems with Cocoon 2.0.2

2002-03-26 Thread Mike Ahlers
Tx, that solved it. - Original Message - From: Diego Lluna To: [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 12:41 PM Subject: RE: Problems with Cocoon 2.0.2 Hi,   I was having a similar problem a while ago. My versions do not exactly match, sti

Re: HTML Output Issues

2002-03-26 Thread Derek Hohls
XSL: you can also use   to force spaces Placing JavaScript inside XSLT should *not* cause any problems - use the

RE: Problems with Cocoon 2.0.2

2002-03-26 Thread Diego Lluna
Hi,   I was having a similar problem a while ago. My versions do not exactly match, still, I would try this:   Then you have to copy the batik...jar and xml-apis.jar file to the common/lib directory and restart tomcat again.   it worked for me, and i couldn't find it in the documentation.  

Problems with Cocoon 2.0.2

2002-03-26 Thread Mike Ahlers
  Hi,   I use java 1.4, Tomcat 4.0.3 and Cocoon 2.0.2. Copied the cocoon.war to webapps and was hoping of a smooth lift-off. Error I am getting is:   org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGPaint at org.apache.cocoon.

AW: cocoon & Websphere 3.55

2002-03-26 Thread Michael Zehrer
and be sure that your Servlet Engine ist in full servlet2.2/JSP1.1 compliance mode... -Ursprüngliche Nachricht- Von: Michael Zehrer Gesendet: Dienstag, 26. März 2002 12:19 An: [EMAIL PROTECTED] Betreff: AW: cocoon & Websphere 3.55 Hi Michael, try defining the properties param as a rel

AW: cocoon & Websphere 3.55

2002-03-26 Thread Michael Zehrer
Hi Michael, try defining the properties param as a relativ unix-style path, where your current directory is the web directory (like ../servlets/cocoon.properties) Michael -Ursprüngliche Nachricht- Von: Souillard M Ext DvSI/SICoR [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 26. März 20

Re: AW: AW: cocoon & Websphere 3.55

2002-03-26 Thread Souillard M Ext DvSI/SICoR
> There are install instructions for Cocoon 1 on the website > http://xml.apache.org/cocoon1/install.html Yes, I already used these instructions, with and without the properties param to indicate where to find the cocoon.properties file. But I have the following problems (of course I've checked

Re: Turning XSPs into Generators

2002-03-26 Thread Nicola Ken Barozzi
From: "Michael Zehrer" <[EMAIL PROTECTED]> > reading the Performance Guide Draft, it sems to me that turning XSPs > into Generators is a good idea, is there some general way how to do > this? Any tips, templates? tip: use the .java file that results from the XSP; look in the work dir template: l

Re: HTML Output Issues

2002-03-26 Thread Bert Van Kets
I had the same problem. Adding right under the root node solved the problem. Every image sticks correctly to the previous one in the browser. All the tags follow one another. It's also a very good way to compress the HTML output. There's one drawback though: all the leading spaces are st

Turning XSPs into Generators

2002-03-26 Thread Michael Zehrer
Hi list, reading the Performance Guide Draft, it sems to me that turning XSPs into Generators is a good idea, is there some general way how to do this? Any tips, templates? Cheers, Michael - Please check that your question has

RE: Problems accessing database,

2002-03-26 Thread Hahn Kurt (CHA)
Thanks, I changed a number of configurations, including the Web.xml file, and now it's working! -Message d'origine- De: Sozonnik Andrew [mailto:[EMAIL PROTECTED]] Date: mardi, 26. mars 2002 11:22 À: [EMAIL PROTECTED] Objet: RE: Problems accessing database, First you have to load Oracle

RE: Problems accessing database,

2002-03-26 Thread Sozonnik Andrew
First you have to load Oracle driver in WEB-INF/web.xml load-class oracle.jdbc.driver.OracleDriver -Original Message- From: Hahn Kurt (CHA) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 11:56 AM To: '[EMAIL PROTECTED]' Subjec

RE: problems installing cocoon 2.0.1

2002-03-26 Thread Volker Schneider
Hi Diego, I have the same configuration and I didn't copy cocoon under webapps directory, but the cocoon.war file. Then I restarted Tomcat so that the war file can be unpacked. Then you have to copy the batik...jar and xml-apis.jar file to the common/lib directory and restart tomcat again. Mayb

problems installing cocoon 2.0.1

2002-03-26 Thread Diego Lluna
Dear friends, I'm stuck trying to install cocoon 2.0.1. The details are: W2000 professional tomcat 4.0.3 installed and working fine cocoon copied under webapps directory listening to 8080 port .war file copied and automatically decompressed under webapps JAVA_HOME path set ok to jdk1.3 what I

RE: [Announcement] Apache Cocoon 2.0.2 Release

2002-03-26 Thread Carsten Ziegeler
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 10:38 AM > To: [EMAIL PROTECTED] > Subject: RE: [Announcement] Apache Cocoon 2.0.2 Release > > > Dear Cocoon Dev Team, > > Congratulations - I look forward eagerly to my download compl

AW: AW: cocoon & Websphere 3.55

2002-03-26 Thread Michael Zehrer
Hi Michael. There are install instructions for Cocoon 1 on the website http://xml.apache.org/cocoon1/install.html Do you have all jar files from the Cocoon 2.0.1 install in your classpath? It looks like you missed some... Cheers, Michael -Ursprüngliche Nachricht- Von: Souillard M Ext D

TR: Problems accessing database,

2002-03-26 Thread Hahn Kurt (CHA)
Now I found an additional entry in the access log: DEBUG (2002-03-26) 10:48.43:410 [access] (Unknown-URI) Unknown-thread/CocoonServlet: parent-component-manager was not set - defaulting to null. DEBUG (2002-03-26) 10:48.43:430 [access] (Unknown-URI) Unknown-thread/CocoonServlet: Trying to

RE: HTML Output Issues

2002-03-26 Thread Piroumian, Konstantin
> -Original Message- > From: Corey Jewett [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 12:50 PM > To: [EMAIL PROTECTED] > Subject: HTML Output Issues > > > Rookie cocoon user. Asked this question about a week ago and got no > answer, trying to rephrase it. > > I have very

HTML Output Issues

2002-03-26 Thread Corey Jewett
Rookie cocoon user. Asked this question about a week ago and got no answer, trying to rephrase it. I have very simple XML documents. I'm using a simple XSL to insert content (from the XML) into an XHTML skin. Works well except the resulting HTML is modified which breaks browser display compatibil

RE: [Announcement] Apache Cocoon 2.0.2 Release

2002-03-26 Thread cwatson
Dear Cocoon Dev Team, Congratulations - I look forward eagerly to my download completing!. - I'm in the UK and BT haven't got ADSL working in my exchange so it'll take a while at 56k ;-{ Just a couple of nitpicks ... 1) The cocoon homepage still referds to 2.0.1 :- ===

Problems accessing database,

2002-03-26 Thread Hahn Kurt (CHA)
Cocoon 2.01, Tomcat 4.01, Oracle db I can't access my Oracle db, no errors, just this entry in the core log: WARN(2002-03-26) 09:11.01:401 [core] (/cocoon/Kurt/testsxml/HD/base/query.xml) HttpProcessor[8080][3]/LogKitLogger: Could not return Connection java.lang.IllegalStateException: There

[Announcement] Apache Cocoon 2.0.2 Release

2002-03-26 Thread Carsten Ziegeler
Apache Cocoon 2.0.2 Released The Apache Cocoon team is proud to announce the new release of Apache Cocoon. Apache Cocoon is an XML framework that raises the usage of XML and XSLT technologies for server applications to a new level. Designed for per