map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Peter Klotz
Hi, I have a pipline that generates a file in the filesystem using a generator and a transformation. The output is empty but I want to present in the same request one of the generated files (index.html). I tried to use and have another map:match for chunk_* that reads index.html. The problem

XSP debugging

2003-06-04 Thread morten svanæs
Hi, I'm wondering if there's someway to get the correct linenumber from a xsp stacktrace, when I get a error it's always on some very high number.   Morten Svanæs  

Re: XSP debugging

2003-06-04 Thread Andreas Hartmann
morten svanæs wrote: Hi, I'm wondering if there's someway to get the correct linenumber from a xsp stacktrace, when I get a error it's always on some very high number. The number is correct. You get the line number of the generated Java file (look in your tomcat/work directory to find the source).

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Andreas Hartmann
Peter Klotz wrote: So how can one read a file from the filesystem after a transformation? You can write a transformer / serializer that reads a file and generates the appropriate SAX events. I don't know if such a component already exists. And why does the redirect not work? There are some threads

How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Galia Angelova
Hi,   I would like to debug cocoon with eclipse and tomcat. I have the blueskytime plugins for eclipse and tomcat but could not make them debug cocoon. May be there's something i'm not doing right?   Galia Do you Yahoo!? Free online calendar with sync to Outlook(TM).

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Andreas Hartmann
Andreas Hartmann wrote: Peter Klotz wrote: So how can one read a file from the filesystem after a transformation? You can write a transformer / serializer that reads a file and generates the appropriate SAX events. I don't know if such a component already exists. Maybe you could use a styleshee

Re: inserting XML fragments in XSP

2003-06-04 Thread Christian Haul
On 03.Jun.2003 -- 02:16 PM, Mato Mira, Fernando wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 03, 2003 1:14 PM > > To: [EMAIL PROTECTED] > > Subject: Re: inserting XML fragments in XSP > > > > > > On 03.Jun.2003 -- 12:49 PM, Mato Mira, Fernando wrote: > > > Wha

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Geoff Howard
At 10:00 AM 6/3/2003, you wrote: ... map:redirect-to issues a client side redirect. under what circumstances would you want to do that along with an pipeline content? are you looking for something like map:call? or map:aggregate? Also it is not possible to use or after a transformation. Righ

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Geoff Howard
At 10:31 AM 6/3/2003, you wrote: Andreas Hartmann wrote: Peter Klotz wrote: So how can one read a file from the filesystem after a transformation? You can write a transformer / serializer that reads a file and generates the appropriate SAX events. I don't know if such a component already exists.

Re: "No buffer space available"

2003-06-04 Thread Lionel Crine
It seems that the buffer is full. Do you open a connection for every rows ? At 15:28 03/06/2003 +0200, you wrote: Hi, I'm trying to extract rows from my MySQL database and convert it to an XML file, using Tomcat/Cocoon. I'm running : FreeBSD 5.0R Sun JRE 1.3.1 (patchset 8) Tomcat 4.1.18

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Lionel Crine
I use tomcat cocoon and the sdk 1.4 All is working fine. Do you have an error message ? At 07:27 03/06/2003 -0700, you wrote: Hi, I would like to debug cocoon with eclipse and tomcat. I have the blueskytime plugins for eclipse and tomcat but could not make them debug cocoon. May be there's some

RE: jfor encoding problem

2003-06-04 Thread Yan, Charlene
Bertrand, Thank you very much for your reply. First of all, I'm using Cocoon-2.1m2 and jdk1.3.1. I am using the xercesImpl-2.4.1.jar (875KB), xalan-20030506.jar(2571KB), and xml-apis.jar(122kb) in tomcat4.0.5's common/lib dir. You can easily reproduce it by using the Orderpage example at htt

Using Path expression in Map Action type

2003-06-04 Thread Shane McEneaney
Hi, is there any way to use path expressions in the "map:act" tag in the sitemap? We'd like the sitemap to choose the appropriate Action class depending on the matched pattern. See the snippet below with the line . .. The code above

FW: jfor encoding problem

2003-06-04 Thread Yan, Charlene
Bertrand, Thank you very much for your reply. First of all, I'm using Cocoon-2.1m2 and jdk1.3.1. I am using the xercesImpl-2.4.1.jar (875KB), xalan-20030506.jar(2571KB), and xml-apis.jar(122kb) in tomcat4.0.5's common/lib dir. You can easily reproduce it by using the Orderpage example at htt

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Andreas Hartmann
Geoff Howard wrote: [...] I think that should work. It may, but I'd not recommend it. Agreed. I should have mentioned this :) Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: Using Path expression in Map Action type

2003-06-04 Thread Andreas Hartmann
Hi Shane, Shane McEneaney wrote: .. The code above fails and I have found no documentation to suggest if there is a way of doing it. this way it won't work. The sitemap is compiled to a Java program (tomcat/work/.../sitemap_xmap.java). A

RE: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Carmona Perez, David
Hi Lionel, I'm using very successfully the Sysdeo plug-in. And with JDK 1.4 it supports hot-code replacement, you can modify on the fly a Java class without restarting the server. David -Mensaje original- De: Lionel Crine [mailto:[EMAIL PROTECTED] Enviado el: martes, 03 de ju

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Alex Romayev
--- Geoff Howard <[EMAIL PROTECTED]> wrote: > At 10:00 AM 6/3/2003, you wrote: > ... > > > > > > > > map:redirect-to issues a client side redirect. > under what > circumstances would you want to do that along with > an pipeline > content? are you looking for something like > map:call? or > map:

Profiler in cocoon 2.0.5

2003-06-04 Thread Paweł Żukrowski
Hi all...   I know that profiler generator works in cocoon 2.1 but is there a way to run it on 2.05 dev? (dated on 20 may 2003) I prepared all like documentation said but when i put "org.apache.cocoon.components.profiler.ProfilingCachingEventPipeline" as eventpipeline in cocoon.xconf I get

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Geoff Howard
map:call transfers to a pipeline fragment defined in map:resources, but I don't think it will help you specifically now that I see what you are trying to do. How about using an xslt transform after the SourceWritingTransformer with something that completely replaces all nodes with a cinclude? eg,

Evaluating and working with XPointer in a Transformer

2003-06-04 Thread Stefan Pietschmann
hi again,   as you might remember I'm working on a Transformer. One of its goals is to write an anchor around a certain string in the document. The string is defined as an XPointer value.   So far I the XPointer _expression_ as a variable, something like "string-range(ancestor::span[1],'Home'

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Peter Klotz
> map:call transfers to a pipeline fragment defined in > map:resources, but I don't think it will help you > specifically now that I see what you are trying to > do. map:call does not work the same way as map:redirect-to does not work because the steps before are not executed. Both must be the firs

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Joerg Heinicke
map:call does not work the same way as map:redirect-to does not work because the steps before are not executed. Both must be the first and only statements in a map:match. Hello Peter, fortunately the above is not true ;-) is a sitemap internal redirect for reusing pipeline fragments and so you

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Geoff Howard
At 01:03 PM 6/3/2003, you wrote: > so you'd do > ... > > > > ... I know both xinclude (and cinclude) as well as xsl:document() should work, the problem is that the file to include is a relative URL to the Cocoon-context path. Something like work/test/index.html. When using document() it expects

Re: "No buffer space available"

2003-06-04 Thread Nykos
Yeah, buffer is full ! I open one connection for every rows, and another connection in each one : http://apache.org/xsp"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:esql="http://apache.org/cocoon/SQL/v2";> Extraction catalogue (c)2003 MediaXtend jdbc:mysq

Re: Problems with umlaut in cocoon2.04

2003-06-04 Thread Joerg Heinicke
Hello Frank, are you generating the XML declaration () by hand (so as string) or via some XML methods or tags? Joerg Przybilla, Frank wrote: Hello Cocoon community, I hope there is somebody out there who can explain me the following: I'm using cocoon 2.0.4 together with tomcat.1.4.24 and jdk1

Re: Evaluating and working with XPointer in a Transformer

2003-06-04 Thread Bruno Dumon
On Tue, 2003-06-03 at 18:53, Stefan Pietschmann wrote: > At the moment I'm looking for a good implementation (read: jar) that > allows me to easily evaluate the XPointer expression, which means i > can jump there and write the tag around. Of course I'm thankful > for every other tip that helps :)

Re: empty html tags

2003-06-04 Thread Joerg Heinicke
Hello Alexandre, what Cocoon and Xalan version are you using? I have Cocoon 2.0.5-dev (with Xalan 2.3.1) and 2.1m3-dev (with Xalan 2.5.1-dev (2003-05-06)). With both versions and are serialized to and . Joerg Alexandre Victoor wrote: Hello Is there a simple solution to avoid unwanted trans

[Summary] Cocoon Stammtisch, Vienna, Austria

2003-06-04 Thread Reinhard Pötz
After counting the mails 11 people are interested in a Cocoon Stammtisch in Vienna. I added all names to the list below - please let me know if a name is missing. 24 25 26 - Alexander Schatten xxx - Andreas Hochsteger xxx - Berni Huber

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Alex Romayev
--- Geoff Howard <[EMAIL PROTECTED]> wrote: > At 01:03 PM 6/3/2003, you wrote: > > > > so you'd do > > > ... > > > > > > > > > > > > ... > >I know both xinclude (and cinclude) as well as > xsl:document() should work, > >the problem is that the file to include is a > relative URL to the > >Coco

Re: cocoon 2.1m2 with resin and IBMJVM 1.4

2003-06-04 Thread Joerg Heinicke
I don't have your configuration, but maybe it's obvious from the error messages? What about them? Joerg zze-MORY Nicolas FTRD/DMI/REN wrote: anyone ever installed cocoon 2.1m2 with resin 2.1.9 and IBM JVM 1.4 ? or resin 2.1.9 with sun JDK 1.4 ??? it doesn't run with my configuration... thanks

Unable to get transformer handler for stylesheets/blah.xsl

2003-06-04 Thread Steven Cummings
Hello, Is anybody else getting this sort of an error in 2.1m2 or 2.1cvs (shown below the main text of this message)? I went through the Cocoon sources for TraxTransformer, which led me to XSLTProcessorImpl from Avalon-Excalibur and the piece of code I found (around XSLTProcessorImpl.java:320) i

cocoon to xml or CSV

2003-06-04 Thread Tim Bachta
I am new to cocoon and am trying to find a way to create an CSV or excel file. I have found a little information on the HSSF Serializer but do not know how to implement it. Can anyone help me or show me an example of how to do this properly. Thanks for the help. Tim Bachta ---

RE: cocoon to xml or CSV

2003-06-04 Thread Yan, Charlene
The following links are very helpful. If you have downloaded Cocoon-2.1m2. Here is the link to see Excel in action: http://localhost:8080/cocoon/samples/poi/welcome HTH. Charlene Tony Collen wrote: > On Wed, 21 May 2003, Yan, Charlene wrote: > > Could someone point me to a correct direction

Re: Unable to get transformer handler for stylesheets/blah.xsl

2003-06-04 Thread Joerg Heinicke
Hello Steven, it's XSLTC who does give so exhaustive messages. Try to use Xalan for this particular transformation, maybe you get a real error message. Are you refering external resources from the stylesheet (xsl:import, xsl:include, document())? Joerg Steven Cummings wrote: Hello, Is anybod

RE: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Geoff Howard
Ok, how about sending them a page with a meta refresh tag? I think an elegant solution exists with flow in 2.1, but couldn't help you get there at this stage. Geoff > -Original Message- > From: Alex Romayev [mailto:[EMAIL PROTECTED] > --- Geoff Howard <[EMAIL PROTECTED]> wrote: > > At 0

Re: Unable to get transformer handler for stylesheets/blah.xsl

2003-06-04 Thread Steven Cummings
Joerg, Yes, in the original message I had attached the stylesheet, which 'd another, which 'd a third stylesheet (I attached all three of them). They are viewable here: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105467465417098&w=2 if your mail client didn't show them. Anyway, I'll give

Re: Unable to get transformer handler for stylesheets/blah.xsl

2003-06-04 Thread Steven Cummings
Joerg Well, the tip really worked well. I don't quite get it, but the transform works all of the sudden. So that leads to the question, is there (and I haven't checked Bugzilla for Xalan or XSLTC) a bug in XSLTC related to this (maybe includes)? I'll definitely look into it but if someone alrea

Re: Unable to get transformer handler for stylesheets/blah.xsl

2003-06-04 Thread Joerg Heinicke
Sorry, I didn't scroll below the start of the exception trace :) If you don't have a real error in your stylesheets, it will work with Xalan. xsl:include is probably the reason, it had problems with resolving relative paths. But we thought the problem is already solved with the dev version of X

Re: Input modules parameters in sitemap. Is it possible?

2003-06-04 Thread Dmitry Lisenko
On Tue, 3 Jun 2003, Christian Haul wrote: > On 03.Jun.2003 -- 10:02 AM, Dmitry Lisenko wrote: > > > > > > On Tue, 3 Jun 2003, Dmitry Lisenko wrote: > > > > > Hello, Cocooners > > > > > > Q: Can I set parameters of input modules in sitemap instead > > > of cocoon.xconf ? > > > > > > WBR, > > >

Re: Unable to get transformer handler for stylesheets/blah.xsl

2003-06-04 Thread Steven Cummings
sure thing, I'll do that first thing in the morning when I get in. /S Joerg Heinicke <[EMAIL PROTECTED]> wrote: >Sorry, I didn't scroll below the start of the exception trace :) > >If you don't have a real error in your stylesheets, it will work with >Xalan. xsl:include is probably the reason,

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Yury Mikhienko
But who can send the solution about the using the eclipse in this configuration? > I use tomcat cocoon and the sdk 1.4 > > All is working fine. > > Do you have an error message ? > > > At 07:27 03/06/2003 -0700, you wrote: > >Hi, > > > >I would like to debug cocoon with eclipse and tomcat. > >

XSP & LDAP

2003-06-04 Thread Maxime.Gheysen
Hello, I would like to get some information about how to use the LDAP transformer (first of all, in wich library the classes are), and how to make a simple XSP page with an authentification (from Windows Active Directory) Thanks for any help! Maxime ---

[HELP]Exception in ServerPagesGenerator.generate()

2003-06-04 Thread Thorsten Bökenkamp
  Description:org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): java.lang.RuntimeException: Error loading driver: oracle.jdbc.driver.OracleDriver       Was kann ich tun ???  

Fwd: jfor encoding problem (POST encoding problem, indeed)

2003-06-04 Thread Bertrand Delacretaz
Hi Charlene, using the Orderpage example at http://localhost:8080/cocoon/samples/stream/order. If you add at the top of the default xml and change Order Id to be Gérer, the next html page will display Gérer as Order Id This has nothing to do with jfor - in your scenario, Cocoon's S

RE: cocoon 2.1m2 with resin and IBMJVM 1.4

2003-06-04 Thread zze-MORY Nicolas FTRD/DMI/REN
the error message with resin 2.1.9 and Sun SDK 1.4: 500 Servlet Exception java.lang.IllegalAccessError: class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2$AncestorIterator cannot access its superclass org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase at java.lang.ClassLo

WG: Problems with umlaut in cocoon2.04

2003-06-04 Thread Przybilla, Frank
Hello Joerg, Thank you for your reply. No, the XML declaration is hard coded in the specified JSP (the one you can see in the pipline definition). The interesting thing is that when I display a xml document with a pipline like this one (hence displaying a static xml doc

Re: [HELP]Exception in ServerPagesGenerator.generate()

2003-06-04 Thread Antonio Gallardo
Thorsten Bökenkamp dijo: > > Description:org.apache.cocoon.ProcessingException: Exception in > ServerPagesGenerator.generate(): java.lang.RuntimeException: Error > loading driver: oracle.jdbc.driver.OracleDriver > > > > Was kann ich tun ??? ??? I dont understand, but I guess you are asking, "why?"

Fw: Re: XSP & LDAP

2003-06-04 Thread Yury Mikhienko
> Hello, > I would like to get some information about how to use the LDAP > transformer (first of all, in wich library the classes are), and how to > make a simple XSP page with an authentification (from Windows Active > Directory) > Thanks for any help! > Try use new LDAPTransformer http://nago

Cocoon problems generating html output

2003-06-04 Thread Rob . Exley
Hi all, I'm a bit of a Cocoon newbie so forgive me if there are any errors in the following... In an attempt to push the use of DocBook for technical documentation within our group I have been trialling its use and using Cocoon 2.0.4 as the publishing framework. I have deployed this under tomcat-

Re: cocoon 2.1m2 with resin and IBMJVM 1.4

2003-06-04 Thread Joerg Heinicke
Hello Nicolas, I more or less expected it ;-) http://wiki.cocoondev.org/Wiki.jsp?page=EndorsedLibsProblem Joerg zze-MORY Nicolas FTRD/DMI/REN wrote: the error message with resin 2.1.9 and Sun SDK 1.4: 500 Servlet Exception java.lang.IllegalAccessError: class org.apache.xml.dtm.ref.sax2dtm.SAX

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Peter Klotz
Hi Joerg, >> map:call does not work the same way as map:redirect-to does not work >> because the steps before are not executed. Both must be the first and >> only >> statements in a map:match. [...] > fortunately the above is not true ;-) > > is a sitemap internal redirect for > reusing pipeline

RE: Re: XSP & LDAP

2003-06-04 Thread Maxime.Gheysen
Ok. But what am I suppose to do with the *.patch? And where do I "declare" the LDAP Transformer? I saw on a sample that I had to add this line into the sitemap -> map:transformers But it returns me an error : Original exception : java.lang.ClassNotFoundException: com.wika.cocoon.transformation

Re: WG: Problems with umlaut in cocoon2.04

2003-06-04 Thread Joerg Heinicke
Hello Frank, creating the xml declaration by hand is always a bad solution. You tell the XML parser to read the document in a possible wrong encoding - and this is what I guess from your error descriptions. If the JSPGenerator encodes the output in UTF-8 and you have ISO-8859-1 in the declarati

Re: Cocoon problems generating html output

2003-06-04 Thread Joerg Heinicke
Hello Rob, to make it short: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15316 Are absolute paths an option for you? Passing a base directory to FOP is not implemented in Cocoon'S FOPSerailizer. Joerg [EMAIL PROTECTED] wrote: Hi all, I'm a bit of a Cocoon newbie so forgive me if there

Re: XSP & LDAP

2003-06-04 Thread Yury Mikhienko
On Wed, 4 Jun 2003 10:30:11 +0200 <[EMAIL PROTECTED]> wrote: > Ok. But what am I suppose to do with the *.patch? And where do I > "declare" the LDAP Transformer? I saw on a sample that I had to add this > line into the sitemap -> map:transformers > > src="com.wika.cocoon.transformation.LDAPTran

Re: "No buffer space available"

2003-06-04 Thread Lionel Crine
I don't know esql, but is it useful to open a connection for each row ? What's happening if you do not open a connection for your second request ? At 19:28 03/06/2003 +0200, you wrote: Yeah, buffer is full ! I open one connection for every rows, and another connection in each one : http://apac

Re: map:redirecto-to after map:transform/map:generate?

2003-06-04 Thread Joerg Heinicke
Hello Peter, Peter Klotz wrote: is a sitemap internal redirect for reusing pipeline fragments and so you can do first steps of a pipeline on another place than the resource. See also . I hear you saying this but when I try this and have a pipeline ... It shoul

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Lionel Crine
Sorry I'm lost : Whould you like me to send the configuration for eclipse to work with cocoon and tomcat and sdk 1.4 ? If yes, tell me. At 10:43 04/06/2003 +0400, you wrote: But who can send the solution about the using the eclipse in this configuration? > I use tomcat cocoon and the sdk 1.4

WG: WG: Problems with umlaut in cocoon2.04

2003-06-04 Thread Przybilla, Frank
Hello Joerg, that's it! When I remove the encoding specification, so that it defaults to UTF-8, then it works. Maybe in former versions of coocoon the jsp generator was aware of the specified encoding, but now it is confused. Beside that it is only necessary to specify the correct encoding schem

clear cache problems

2003-06-04 Thread Maxime.Gheysen
Hello, I have problems with the cache. Sometimes I change a page (eg the sitemap) and it's still the old page that is displayed! Even if I restart the server, the computer, the client, IE's cache! How is it possible to take the changes -

Re: XSP & LDAP

2003-06-04 Thread Martin Holz
<[EMAIL PROTECTED]> writes: > Hello, > I would like to get some information about how to use the LDAP > transformer (first of all, in wich library the classes are), In cocoon-naming-block.jar. - To unsubscribe, e-mail: [EMAIL

RE: cocoon 2.1m2 with resin and IBMJVM 1.4

2003-06-04 Thread zze-MORY Nicolas FTRD/DMI/REN
ok thanks Joerg!!! i found the solution on wiki for the SUN JVM, but for IBM JVM it doesn't work at all and the error is diferent, perhaps there some other jar file to replace, if anyone have an idea ?... thanks, this is the error with the IBM JVM : Initialization Problem > > Message: null

RE: clear cache problems

2003-06-04 Thread Maxime.Gheysen
This is a sample of my problems (I saved this sitemap, restarted both client and server computers), clear every possible cache and I get this : my sitemap : - http://apache.org/cocoon/sitemap/1.0";> the result of a page :

Re: clear cache problems

2003-06-04 Thread Antonio Gallardo
Hi: I saw this problem always in Explorer. Sometimes explorer is too smart that prefer to not download the page. Instead it gets it from the local disk cache. I recommend you to change options of how IE manages the cache. Best Regards, Antonio Gallardo. > Hello, > I have problems with the cach

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Upayavira
Haven't done it yet myself, but have you read the Wiki page for Cocoon 2.1? http://wiki.cocoondev.org/Wiki.jsp?page=LoadInEclipse Regards, Upayavira On 4 Jun 2003 at 10:51, Lionel Crine wrote: > Sorry I'm lost : > > Whould you like me to send the configuration for eclipse to work with > cocoon

Re: clear cache problems

2003-06-04 Thread Bertrand Delacretaz
Le Mercredi, 4 juin 2003, à 11:20 Europe/Zurich, Antonio Gallardo a écrit : ...I saw this problem always in Explorer. Sometimes explorer is too smart that prefer to not download the page. Instead it gets it from the local disk cache The best thing if you're not sure about the browser's cache

RE: clear cache problems

2003-06-04 Thread Maxime.Gheysen
no, because if I take Opera and load any page that I have never requested I get the same error! The problem must be on the server. Do I have to reinstall it? I really tried to delete all cache-files! I don't see any other possibility -Original Message- From: Antonio Gallardo [mailto:[EMAIL

Re: clear cache problems

2003-06-04 Thread Antonio Gallardo
Bertrand Delacretaz dijo: > The best thing if you're not sure about the browser's cache is to test > without a browser - use wget or telnet to make requests and check the > results. > hi: Good advise. I use Mozilla instead! ;) Antonio Gallardo.

RE: clear cache problems

2003-06-04 Thread Antonio Gallardo
What versions are you using? Antonio Gallardo > no, because if I take Opera and load any page that I have never > requested I get the same error! > The problem must be on the server. Do I have to reinstall it? I really > tried to delete all cache-files! I don't see any other possibility > > -

Re: [Chaperon-users] help - about cocoon 2 generators

2003-06-04 Thread Stephan Michels
On Tue, 3 Jun 2003, severine wrote: > Hi, > > I'm a engineer student and I want to create a text generator on cocoon 2 for > transforming TXT documents into XML. > > So, I've read on your website that's the chaperon's project contains Text > Generator for Cocoon 2 Apache. > > I've downloaded cha

RE: clear cache problems

2003-06-04 Thread Stavros Kounis
i have a machine that serve several sites through one cocoon instance (2.0.4) many times when i update something i get the same problem the only solution i have found is to clear tomcats working directory -- stavros On Wed, 4 Jun 2003 [EMAIL PROTECTED] wrote: > no, because if I take Opera and

RE: clear cache problems

2003-06-04 Thread Maxime.Gheysen
cocoon 2.0 and tomcat 4.1.18 -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 11:29 AM To: [EMAIL PROTECTED] Subject: RE: clear cache problems What versions are you using? Antonio Gallardo > no, because if I take Opera and load any pag

RE: clear cache problems

2003-06-04 Thread Antonio Gallardo
> cocoon 2.0 and tomcat 4.1.18 Hi: Try to upgrade to Tomcat 4.1.24. It is better stable than the 4.1.18 I had many problems related as your with 4.1.18 like yours + others, like blank pages after a while. Also java version? We are using 1.4.1_03 and looks pretty stable. Running since yesterday.

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread g4
On Wednesday, Jun 4, 2003, at 10:16 Europe/London, Upayavira wrote: Haven't done it yet myself, but have you read the Wiki page for Cocoon 2.1? I've tried that, CVS cocoon and eclipse. Just to let everyone know I encountered some permission issues and I still haven't got Cocoon to build within e

Re: [Summary] Cocoon Stammtisch, Vienna, Austria

2003-06-04 Thread Gernot Koller
Hi! Please add me to the list! 25th and Centimeter sounds fine ! thx, Gernot On Tue, 3 Jun 2003 22:01:31 +0200, Reinhard Pötz <[EMAIL PROTECTED]> wrote: After counting the mails 11 people are interested in a Cocoon Stammtisch in Vienna. I added all names to the list below - please let me know

I've a problem

2003-06-04 Thread Mmutuberria
Hello friends, I've to implant Cocoon in my enterprise (AUSA) and I need a bit of generic information about it. I Know the product, I think is a great solution, but I need some study of implantation with contrasted data in a web site migration to Cocoon, and the economic advantages in maintenance

Re: Cocoon problems generating html output

2003-06-04 Thread Rob Exley
Thanks Joerg, Unfortunately we are directly publishing the source XML from CVS, therefore we can guarantee that the images are in the same place relative to the source document but we cannot guarantee the absolute path. Are there any workarounds until this is fixed that you know of..? --- Rob.

Re: Cocoon problems generating html output

2003-06-04 Thread Jeff Turner
On Wed, Jun 04, 2003 at 10:37:47AM +0200, Joerg Heinicke wrote: > Hello Rob, > > to make it short: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15316 > > Are absolute paths an option for you? Btw, the 'realpath' input module is useful here, for passing in the absolute context path into

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Galia Angelova
Yes, please! I'll be grateful!   GaliaLionel Crine <[EMAIL PROTECTED]> wrote: Sorry I'm lost :Whould you like me to send the configuration for eclipse to work with cocoon and tomcat and sdk 1.4 ?If yes, tell me.At 10:43 04/06/2003 +0400, you wrote:>But who can send the solution about the using the

Re: empty html tags

2003-06-04 Thread Alexandre Victoor
Thanks for your response I am using cocoon 2.0.4, I will try with a new version. Alex At 21:50 03/06/2003 +0200, you wrote: Hello Alexandre, what Cocoon and Xalan version are you using? I have Cocoon 2.0.5-dev (with Xalan 2.3.1) and 2.1m3-dev (with Xalan 2.5.1-dev (2003-05-06)). With both versi

Re: "No buffer space available"

2003-06-04 Thread Geoff Howard
You can (and should) use one esql:connection for your entire page. Geoff At 04:48 AM 6/4/2003, you wrote: I don't know esql, but is it useful to open a connection for each row ? What's happening if you do not open a connection for your second request ? At 19:28 03/06/2003 +0200, you wrote: Yea

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Geoff Howard
Look at build.xml - it's the real build file that uses entities to include the sub-builds (of which init-build.xml is one). The sub-build files are xml fragments and not wellformed, and not "build files" in and of themselves. That said, I had trouble getting the build to execute from within ecli

RE: XSP & LDAP

2003-06-04 Thread Maxime.Gheysen
When I declare the transformer in the sitemap I get the error "class not found". Do I need some special libs? I have tomcat 4.1.24 & cocoon 2.0 Thanks -Original Message- From: Martin Holz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 11:15 AM To: [EMAIL PROTECTED] Subject: R

getting subsitemap path in XSP

2003-06-04 Thread Mato Mira, Fernando
Hello, How can one get the absolute path to the current subsitemap in XSP? Thanks -- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Dialog www.dialog.com E-MAIL NOTICE: This message (plus any attachments) is confidential and may be subject to lawyer-client privilege. Use with

Re: XSP & LDAP

2003-06-04 Thread Yury Mikhienko
On Wed, 4 Jun 2003 13:47:23 +0200 <[EMAIL PROTECTED]> wrote: > When I declare the transformer > src="org.apache.cocoon.transformation.LDAPTransformer"/> > in the sitemap I get the error "class not found". > Do I need some special libs? You must have the jndi.jar or use the J2SDK 1.4.1 family

RE: XSP & LDAP

2003-06-04 Thread Maxime.Gheysen
I have them, into the cocoon/web-inf/lib I have these libs : jndi.jar jaas.jar ldap.jar ldapbp.jar ldapsec.jar providerutil.jar but I doesn't work. Still have the "class not found" error -Original Message- From: Yury Mikhienko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 2:13

Re: XSP & LDAP

2003-06-04 Thread Yury Mikhienko
Check the : LDAPTransformer.class LDAPTransformer$LDAPQuery.class in the your cocoon.jar (org/apache/cocoon/transformation) > I have them, into the cocoon/web-inf/lib I have these libs : > jndi.jar > jaas.jar > ldap.jar > ldapbp.jar > ldapsec.jar > providerutil.jar > > but I doesn't work. Still h

RE: XSP & LDAP

2003-06-04 Thread Maxime.Gheysen
there aren't in the cocoon.jar (org/apache/cocoon/transformation) Should I add them? Where can I find them? Thanks! -Original Message- From: Yury Mikhienko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 2:21 PM To: [EMAIL PROTECTED] Subject: Re: XSP & LDAP Check the : LDAPTra

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Lionel Crine
With the tomcat plugin : 2.1 I think you have setup the windows->preference->tomcat. I repeat it : 1/choose the version you have. 4.1.x is good. 2/choose the tomcat root directory 3/choose the server.xml file 4/i had my tomcat project to my classpath (i'm not sure it's necessary). 5/ If you want t

Re: XSP & LDAP

2003-06-04 Thread Yury Mikhienko
Put the jndi.jar into the $COCOON_SRC_DIR/lib/optional Check the $COCOON_SRC_DIR/lib/jars.xml for following lines: jndi LDAP API Java API for LDAP works LDAP Transformer optional/jndi.jar http://java.sun.com/products/jndi and rebuild the cocoon. After rebuilding, in the $COCOON_SRC

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Yury Mikhienko
On Wed, 04 Jun 2003 14:33:37 +0200 Lionel Crine <[EMAIL PROTECTED]> wrote: > With the tomcat plugin : 2.1 > > I think you have setup the windows->preference->tomcat. > I repeat it : > > 1/choose the version you have. 4.1.x is good. > 2/choose the tomcat root directory > 3/choose the server.xml f

RE: jfor encoding problem (POST encoding problem, indeed)

2003-06-04 Thread Yan, Charlene
Bertrand, Thank you very much for your help!!! The html encoding was the problem!!! You are the man!!! I'm just so happy that it works. Charlene -Original Message- From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 3:25 AM To: [EMAIL PROTECTED] Subject

commandline executes matching pipeline three times

2003-06-04 Thread Geert Van Damme
Hi, I'm trying to run Cocoon from the command line, but it seems that the matching pipeline for the requested URI is executed three times instead of just one. Did anyone experience the same problem ? I'm running Cocoon2.0.4 using a very simple example which does work (meaning pipeline processed

Re: commandline executes matching pipeline three times

2003-06-04 Thread Andreas Hartmann
Geert Van Damme wrote: Hi, I'm trying to run Cocoon from the command line, but it seems that the matching pipeline for the requested URI is executed three times instead of just one. Look at the Cocoon Wiki (http://wiki.cocoondev.org/Wiki.jsp?page=CommandLine): In order to follow links and rewrit

Re: commandline executes matching pipeline three times

2003-06-04 Thread Steven Noels
On 4/06/2003 15:39 Geert Van Damme wrote: Hi, I'm trying to run Cocoon from the command line, but it seems that the matching pipeline for the requested URI is executed three times instead of just one. Did anyone experience the same problem ? bug == feature ;-) binnen Cocoon 2.1 wordt er momenteel

Re: commandline executes matching pipeline three times

2003-06-04 Thread Upayavira
> Look at the Cocoon Wiki > (http://wiki.cocoondev.org/Wiki.jsp?page=CommandLine): > > > In order to follow links and rewrite URLs, Cocoon must generate pages > multiple times: > > * once to extract links from the page, using the links view > * once to check the mime type for URL rewri

Re: recommed upgrading to Xalan 2.5 when using document() regularly

2003-06-04 Thread Antonio Gallardo
Joerg Heinicke dijo: > Hello Bruce, > > I upgraded Xalan to 2.5.1 and Xerces to 2.4.0 in the Cocoon 2.0 CVS, so > they should be in the next Cocoon 2.0.x release - I guess the 5 comes > after the 4 ;-) Cool! I think we can close the bug related to document() function! Antonio Gallardo. --