Re: WHAT IS WRONG??

2001-06-18 Thread jyoti
even i had tried many times to unsuscribe .. - Original Message - From: Pankaj Malhan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 16, 2001 4:19 AM Subject: WHAT IS WRONG?? I WANT TO UNSUSCRIBE AND I AM NOT ... WHAT TO DO/??

Re: HostSelector broken

2001-06-18 Thread giacomo
On Sun, 17 Jun 2001, Andreas Neuenschwander wrote: Hi, I updated today to cocoon2.1-dev version. It seems that the HostSelector sitemap component is broken. With my previous version of cocoon (2.0a7) it worked fine. Can someone fix this problem? A patch would be appreciated. Giacomo

could not install cocoon1.8.2 on window98

2001-06-18 Thread Jian Kang
hi: i tried to install cocoon1.8.2 on window 98. i download the zip file from http://xml.apache.org, unzip it and run 'build.bat', and the message as below: - Out of environment space Out of environment space ... ... Out of environment space Building with classpath

Re: XMLFragment and toSAX in C2

2001-06-18 Thread Sylvain Wallez
Amal Sirvisetti a écrit : Hi, I have implemented an XMLFragment class based on the AbstractXMLFragment in C2 (dev-2.1). Within the toSAX() method I call another Java class that returns me an XML string. I want to insert this string into the XSP page. However, when I call the

How to override cocoon.properties settings through web.xml?

2001-06-18 Thread Luís Góis
Thar's it, How to override cocoon.properties settings through web.xml?. From the cocoon Changes documentation this seems to be possible to do, but how? Using init-param with equal names as the cocoon.properties settings? TIA Luis Gois

Re: How do you build your XSLs?

2001-06-18 Thread Piroumian, Konstantin
I personally edit XSL in XMLSpy eval version, the only functionality of XMLSpy I use is XML validation, sp I don't miss a tag or closing bracket or something like that. Otherwise, Notepad is as good a tool for editing XSL. Then I run this XSL in pair with data-containing XML through Web

C2 performance

2001-06-18 Thread Jarosaw Kutyowski
Have you got any factual data that describes the performance gain on Cocoon2 compared to C1? We are thinking about deploying our solution at C2 for performance reasons and do not know whether the effort to port our solution is reasonable. Jaroslaw KutylowskiAxIT Poland

Re: WHAT IS WRONG??

2001-06-18 Thread Pankaj Malhan
i have sent atleast 10 mails to usnsubscribe my self from the list , buti still recieve mails regrads pankaj __ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/

using esql without xsp

2001-06-18 Thread java guru
Hi., I am newbie to cocoon and trying the example to use esql without xsp..following is the xml i am trying to put . But how shall i mention this to sitemap? what generator/transformer/serializer need to be included Thanks ** ?xml

anybody try cocoon 1.8 or 2 on iPlanet Web Server, Enterprise Edition 6.0

2001-06-18 Thread jkim28
I think 6 has support for war files and I can't get 1.8 to work on iplanet 6 but works fine on 4.1. thanks - Please check that your question has not already been answered in the FAQ before posting.

Formatter for FOP 0.18++

2001-06-18 Thread Hans-Guenter Stein
Is there anyone who could send me a version of FO2PDFFormatter which runs with FOP 0.18++? I tried the following hack, but the resulting pdf is not correct: public void format(Document document, Writer writer, Dictionary parameters) throws Exception { Driver driver = new Driver();

Re: How can I make a validation !

2001-06-18 Thread Gustavo Mejia
Hi ! Any notice about this issue ??? I am going to appreciate all your help !! Gustavo Mejia Gustavo Mejia wrote: Hi everyone !! I am trying to make a validation in order to skip part of my code (I want to skip the connection to my database), I am doing something like this: xsp:logic> if

Re: Formatter for FOP 0.18++

2001-06-18 Thread Uli Mayring
On Mon, 18 Jun 2001, Hans-Guenter Stein wrote: Is there anyone who could send me a version of FO2PDFFormatter which runs with FOP 0.18++? Is this for Cocoon1 or Cocoon2? I think the latter supports later versions of fop, but the former isn't maintained anymore with respect to fop integration.

RE: How 2 serve a simple .html File?

2001-06-18 Thread giacomo
On Mon, 18 Jun 2001, Gary Clark wrote: For purely static content, you should use a web server (apache comes to mind :) since it will be less resource intensive and much faster. Gary A. Clark Systems Programmer Software Services Group JELD-WEN Information Systems -Original

Re: Newbie API question

2001-06-18 Thread giacomo
On Mon, 18 Jun 2001, Chad La Joie wrote: I am evaluating the use of Caccoon 2 and have a basic question about the First of all: this project is called Cocoon. API. Thus far I've really likes what I have seen but I am curious as to whether it is possible access Caccoon in some other way

Re: WHAT IS WRONG??

2001-06-18 Thread giacomo
On Thu, 18 Jun 1998, jyoti wrote: even i had tried many times to unsuscribe .. If you are subscribbed from another mail address than the one you are using now try to write to [EMAIL PROTECTED] where yourname=yourold.dom is your old email address with the '@' replaced by '=' Giacomo

Sylvain: was ... RE: broken build?

2001-06-18 Thread Paul Nock
Hmmm... Is your patch correct? I see it's changed to... private boolean isValidName (String name) { if (name != null) { return false; } . I found my stylesheets no longer had xsl:params working properly with the 20010618104654 C1 build. Looking at the

Re: How can I make a validation !

2001-06-18 Thread Gustavo Mejia
Thanks Vadim, I tried but doesn't work, now the message is: java.lang.RuntimeException: Error executed prepared statement: insert into Departamento values Vadim Gritsenko wrote: Why do you use esql:parameter> here: if (esql:parameter type="string">request:get-parameter

Re: How do you build your XSLs?

2001-06-18 Thread Gritsenko
OK, Kot, that's a good idea - to integrate XMLSpy with Xalan as transformer - I din't know it's possible - I should try that. I already installed Stylus, but didn't activate the eval license yet. - Original Message - From: Piroumian, Konstantin [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RE: How can I make a validation !

2001-06-18 Thread Vadim Gritsenko
I don't know much about esql logicsheet, can recommend only to check generated Java class. May be it have some clue which will help you to solve this problem. Vadim -Original Message-From: Gustavo Mejia [mailto:[EMAIL PROTECTED]]Sent: Monday, June 18, 2001 17:06To: [EMAIL

Re: How can I make a validation !

2001-06-18 Thread Gustavo Mejia
Hi everyone !! Now my problem is: I know that my variable EMP_DEP is null, and I don't know why is passing to the connection section.and if I add one line with: System.out.println(" enter " + request:get-parameter name="EMP_DEP"/>); before star the connection, just appear "enter". Do you know

Re: Problems initializing cocoon2

2001-06-18 Thread Donald Ball
On Mon, 18 Jun 2001, Carlos wrote: Good afternoon: I am getting the following errors when tryinf to access cocoon2. I am accessing it over HTTP, and using JDK 1.3.0 on Linux Redhat 7 (thread moved to cocoon-users where it's relevant) looks like there's a jaxp parser that doesn't support

[review] Cocoon support in Borland JBuilder 5 Enterprise

2001-06-18 Thread Stefano Mazzocchi
People, in case you didn't know, Borland JBuilder 5 Enterprise Edition ships with Apache Cocoon and adds a set of tools and wizards that simplify the development of Cocoon-powered solutions. A couple of hours ago, I received a full copy of the baby (many thanks to Borland for this 3500$ gift!)