RE: Install problems with Cocoon2

2002-02-27 Thread Morrison, John
What version of TC are you using *exactly*? Oh, and please don't post in HTML... :) J. -Original Message- From: Cathie Hagen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 27 February 2002 5:54 am To: '[EMAIL PROTECTED]' Subject: Install problems with Cocoon2 I am trying to run

Re: Passing a '+' in a request parameter?

2002-02-27 Thread Christian Haul
On 27.Feb.2002 -- 08:36 AM, Derek Hohls wrote: Based on what you said below - I am now not completely sure what *is* causing the problem, but I can see there is one... Derek, could you please check for me in core.log how your request parameters are received by cocoon. It should look like

RE: Newbies: New Tutorial about Request Parameters

2002-02-27 Thread Andreas Hartmann
Title: Message *** REPLY SEPARATOR ***On 26.02.2002 at 15:35 Stephen Ng wrote: Andreas, This is great stuff!!! Thank you! Thanks! I'm currently writing alittle article about using DocBook, because that was what I started with and it took me quite a lot of

Re: Fw: input type=image src=images/submit.gif name=cocoon-actionvalue=Submit

2002-02-27 Thread Torsten Curdt
Niket, did you do an update? ...as I said I fixed this already -- Torsten On Wed, 27 Feb 2002, Niket Anand wrote: Hello Vadim, Can you help me out of the following problem? - Original Message - From: Niket Anand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February

Re: Fw: input type=image src=images/submit.gif name=cocoon-action value=Submit

2002-02-27 Thread Niket Anand
Hi Torsten, Sorry to trouble you again as I am helpless. Yeah I have updated as per ur instruction. I downloaded latest 2.0.2 dev (26Feb) and again make build of it and tried after made changes in type=image.But it does not work in tutorial example (employee-department) If I am going wrong

RE: How to run Cocoon in command-line mode?

2002-02-27 Thread sirisha santhi
Hi I tried the same.But I couldn't get thing.We are getting Class Not found Exception bye santhi Vadim Gritsenko [EMAIL PROTECTED] wrote: Read run.bat or run.sh. See also build.xml. Try "javaorg.apache.cocoon.Main". Try "build docs"Vadim -Original Message- From: Conal Tuohy

Re: Fw: input type=image src=images/submit.gif name=cocoon-actionvalue=Submit

2002-02-27 Thread Torsten Curdt
Hi Torsten, Sorry to trouble you again as I am helpless. Yeah I have updated as per ur instruction. I downloaded latest 2.0.2 dev (26Feb) and again make build of it and tried after made changes in type=image.But it does not work in tutorial example (employee-department) If I am going wrong

xsl:output problem

2002-02-27 Thread KOZLOV Roman
Hello, Could somebody help me, please? Is it possible to use xsl:output in stylesheets processed by cocoon's xslt transformer? It seems that it has no effect. Indeed, the problem is that I can't tell to xslt transformer that I need a pure XML as a result, but the xslt transformer always

RE: Install problems with Cocoon2

2002-02-27 Thread Georg Von Sperling
Cathie.. Try moving the %TOMCAT_HOME%/webapps/cocoon/WEB-INF/lib/batik**.jar to %TOMCAT_HOME%/common/lib/ directory. (this assumes that you are using Tomcat 4.0.1. ) Georg. -Original Message- From: Cathie Hagen [mailto:[EMAIL PROTECTED]]

RE: How to run Cocoon in command-line mode?

2002-02-27 Thread Vadim Gritsenko
Then you have an error in your script. Vadim -Original Message- From: sirisha santhi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 5:18 AM To: [EMAIL PROTECTED] Subject: RE: How to run Cocoon in command-line mode? Hi  I tried the same.But I couldn't get thing.We are

RE: output problem

2002-02-27 Thread Vadim Gritsenko
From: KOZLOV Roman [mailto:[EMAIL PROTECTED]] Hello, Could somebody help me, please? Is it possible to use xsl:output in stylesheets processed by cocoon's xslt transformer? It seems that it has no effect. Indeed, the problem is that I can't tell to xslt transformer that I need

produce SVG

2002-02-27 Thread Ahmad Morad
Hi, I try to produce SVG with cocoon 2. And this work well with the following sitemap and corresponding xml and stylesheet files. -- map:match pattern=projects/*.xml map:generate type=file src=projects/{1}.xml/ map:transform type=xslt src=stylesheets/proj2svg.xsl/

Re: produce SVG

2002-02-27 Thread Koen Pellegrims
First of all, sorry for the empty post... CTRL-X instead of CTRL-C ... if you take your snippet, uncomment the last-but-one line, comment the last line; change 'name' to 'type' and you should have a real SVG with mime-type and all ! K. On Wed, 27 Feb 2002, Ahmad Morad wrote: Hi, I try to

Re: AW: output problem

2002-02-27 Thread KOZLOV Roman
Thank you very much for your help, Petr. In command line all was ok. I've found out that the problem was in the i18n transformer. It was working in Cocoon 2.0 but in 2.01 it can't process the i18n:attr=alt attribute and crashes. In the Tomcat's console window I can see:

read xml tag(having namespace) from xsl

2002-02-27 Thread sunil vashisth
Hi, i want to read read xml tag(having namespace) from xsl. i am doing following ///xml file root xsp:page attri=att1 name Sunil /name /xsp:page /root How can I access the value of name tag.Here xsp:page tag is creating problem and I have to have this tag. I am trying with following

help me (how to aggregate one xsp and one xml page)

2002-02-27 Thread manishjain
Hello, I am trying to include some common information in xsp page through xml file. I used aggregator like map:aggregate element="newRootElement" map:part src="cocoon:/includeXML" element="common"/ map:part src="cocoon:/WBookCurrency" element="workarea"/ /map:aggregate I am facing

AW: read xml tag(having namespace) from xsl

2002-02-27 Thread Kubanek, Petr
Try to process it with Xalan directly from command line. Most probably you get some error - YOU need to define XML namespace in both files (= in xml as well as in xsl), with xmlns:xsp=http://[pointer to def here] attribute. So, try with Xalan, see errors, and then come back, if it will not

running 2 cocoon webapps

2002-02-27 Thread Bert Van Kets
I use the latest CVS build (2.0.2-dev) on Win2K server with Tomcat 4.0.1. I use the full build to have the docs handy, but I'm also developing a web application. I copied the war file to another name and then got rid of all the samples in the sitemap and cleaned up all the sample documents.

Help connect Cocoon2 to Oracle8

2002-02-27 Thread Giuseppe De Vincenzi
I am not able to connect to Oracle8i database.Exceptionstates that could not connect to datasource you cannot get a poolablebefore the pool is initialized.type internal-server-errormessage Error in sitemap configuration : Could not set up Component forhint: add-employeedescription

RE: Uninterruptable Sleep

2002-02-27 Thread Colin Hall
Sorry, I've been out of town for a few days. -Original Message- From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 8:37 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Uninterruptable Sleep Colin, I am using a source distribution I downloaded

Re: Help connect Cocoon2 to Oracle8

2002-02-27 Thread yuryx
Giuseppe De Vincenzi wrote: I am not able to connect to Oracle8i database.Exception states that could not connect to datasource you cannot get a poolable before the pool is initialized. type internal-server-error message Error in sitemap configuration : Could not set up Component for

Re: Newbies: New Tutorial about Request Parameters

2002-02-27 Thread Bud Gibson
Being a newbie, I would say the biggest single positive change you could make would be to put a link to an easily searchable mail list archive on the cocoon install page and again as the main link in the mailing lists page. The one that is featured now is a text archive. Vadim Gritsenko

Re: Newbies: New Tutorial about Request Parameters

2002-02-27 Thread Andreas Hartmann
Bud, *** REPLY SEPARATOR *** On 27.02.2002 at 12:27 Bud Gibson wrote: Being a newbie, I would say the biggest single positive change you could make would be to put a link to an easily searchable mail list archive on the cocoon install page and again as the main link in the

RE: help me (how to aggregate one xsp and one xml page)

2002-02-27 Thread Lai, Harry
Hi Manish, Looking at your output XML, it looks like your WBookCurrency xsp never got processed (after processing, the xsp:page element is removed). Are you sure your WBookCurrency pipeline match uses a serverpages generator? Harry -Original Message-From: manishjain

Re: Newbies: New Tutorial about Request Parameters

2002-02-27 Thread Bud Gibson
Andreas: Andreas Hartmann wrote: Bud, *** REPLY SEPARATOR *** On 27.02.2002 at 12:27 Bud Gibson wrote: Being a newbie, I would say the biggest single positive change you could make would be to put a link to an easily searchable mail list archive on the cocoon install page

Question about cocoon

2002-02-27 Thread kosaka
Dear cocoon members. My name is Shigeki Kosaka working in Japan. I need your help, please. Now I use cocoon1.8.2 in order to translate xml-files with xslt-files. I want to make the file which fulfills the following two conditions. But I can't. condition1: $B!!(BFollowing characters should be

Help configure Cocoon Oracle

2002-02-27 Thread giuseppe . devincenzi
My mame is Giuseppe. I am not able to connect to Oracle8i database.Exception states that could not connect to datasource you cannot get a poolable before the pool is initialized. java.lang.RuntimeException: Could not get the datasource java.sql.SQLException: You cannot get a Poolable

Livesites

2002-02-27 Thread Informació Aujac
Cocoon 1.8 URL: www.aujac.org (Associació d'Usuaris de Java de Catalunya) +--+ Aujac (Associació d'Usuaris de Java de Catalunya) WWW: http://www.aujac.org Fòrum Aujac:

RE: Passing a '+' in a request parameter?

2002-02-27 Thread Pascal Davoust
Hi Derek, I'm using the same actions as you are and it works perfectly well. Just as a hint, here what I'm using: * OS: Windows 2000 US-en SP2 * JVM: Sun JDK 1.3.0 * RDBMS: SQL Svr 2000 SP 2 * JDBC driver: Opta2000, from iNetSoftware (type 4) * Page encoding: UTF-8 (I've tested with

RE: running 2 cocoon webapps

2002-02-27 Thread Vadim Gritsenko
From: Bert Van Kets [mailto:[EMAIL PROTECTED]] I use the latest CVS build (2.0.2-dev) on Win2K server with Tomcat 4.0.1. I use the full build to have the docs handy, but I'm also developing a web application. I copied the war file to another name and then got rid of all the samples in the

RE: Newbies: New Tutorial about Request Parameters

2002-02-27 Thread Vadim Gritsenko
From: Andreas Hartmann [mailto:[EMAIL PROTECTED]] snip/ Being a newbie, I would say the biggest single positive change you could make would be to put a link to an easily searchable mail list archive on the cocoon install page and again as the main link in the mailing lists page. The one

RE: Livesites

2002-02-27 Thread Vadim Gritsenko
Your site has already been added to the list of the live sites: http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/documentation/xdocs/li vesites.xml?rev=1.11content-type=text/vnd.viewcvs-markup This change will be posted on the official Cocoon site at xml.apache.org/cocoon right at the moment of

RE: produce SVG

2002-02-27 Thread Colin Hall
Hi Ahmad. You should be able to do this. We are doing something similar and it works. All we are doing is converting XML to SVG and returning that SVG directly to the SVG-enabled client (Not using an HTML page with EMBED). It works fine. The pipeline looks something like this... map:match

SVG not working with J2SDK 1.4.0 ?!?

2002-02-27 Thread Peter Christoph Alexander Bär
A few observations of today. Most relevant to other users is (1), probably, while (2) and (3) are just comments / reports. (I Hope that helps to detect bugs and fix them; just let me know, if this kind of information is of no use --- I don't want to bore you; I just thought that I could help

Where do I get phpsrvlt.jar?

2002-02-27 Thread Peter Christoph Alexander Bär
I'd like to build my C2 dev snapshot with PHP support. Where do I get the phpsrvlt.jar? I can't find it on http://www.php.net/ and elsewhere. Could it be that I have to build it myself? Where are the sources, then? -- mailto:[EMAIL PROTECTED]

RE: Where do I get phpsrvlt.jar?

2002-02-27 Thread Martin Baranec
hi phpsrvlt.jar is located in php distribution file when you unzip php-4.1.1-Win32.zip, phpsrvlt.jar is located in JAVA directory -Original Message- From: Peter Christoph Alexander Bär [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 2:14 AM To: [EMAIL PROTECTED] Subject:

problems with cocoon-2.0.1 and resin-2.0.3

2002-02-27 Thread Donald Ball
hey guys. i thought i'd take the webapp that was causing the xsp engine to hang in tomcat-4.0.2 with cocoon-2.0.1 and try it with resin-2.0.3 instead. interesting results... when i copy the webapp into resin's webapps area while the resin server is still running, it notices the new webapp,

Re: problems with cocoon-2.0.1 and resin-2.0.3

2002-02-27 Thread Donald Ball
one more bit of potentially useful information - when i start from scratch with a clean webapp tree, i note that cocoon-files directory created in the servlet's temporary work area, the only directories that are created are cache-dir and upload-dir - the org directory which normally serves as the

Re: xsl:output problem

2002-02-27 Thread Bartomeu Adrover
Hello, the xslt tranform xml to xml, but the HTML serializer transform the result xml in html. If you tell to the sitemap that the serilizer is xml then your result as xml. For example: map:match pattern=files/**.xml map:generate src={1}.xml/ map:transform src=transformer.xsl/

RE: output problem

2002-02-27 Thread KOZLOV Roman
I'm sorry. It works now. Perhaps the problem was concerned with jar's mixing. Thank you very much for your help. Subject: Date: Wed, 27 Feb 2002 10:38:23 -0500 From: Vadim Gritsenko [EMAIL PROTECTED] To:

Re: problems with cocoon-2.0.1 and resin-2.0.3

2002-02-27 Thread Torsten Curdt
and it does repeat itself periodically, losing 5-10k of free memory each time. access, error, and sitemap logs are all blank. resin won't stop normally, the java processes must be killed. looks like deadlock to me, although why it only happens when the server is being started from scratch is

Could not set up Cocon Logger, will use screen instead

2002-02-27 Thread Paolo Scaffardi
I get this message with last snapshot of Cocoon (27 02 2002) with Tomcat 4.0.1, when trying to configure the logger to rotate files with this logkit.conf. Looking at catalina.out i see these two rows: Logging Error: Could not set up Cocon Logger, will use screen instead

Re: problems with cocoon-2.0.1 and resin-2.0.3

2002-02-27 Thread Torsten Curdt
On Thu, 28 Feb 2002, Donald Ball wrote: one more bit of potentially useful information - when i start from scratch with a clean webapp tree, i note that cocoon-files directory created in the servlet's temporary work area, the only directories that are created are cache-dir and upload-dir -