Newbie: writing XML files with Cocoon

2003-06-04 Thread Phil Coultard
Hi, Apologies if this is a basic question. I'm just starting with Cocoon really and am trying to produce a content management system using it to see whether it really is suitable for my needs. As part of this I need to edit xml files via the browser but it occurs to me this must be something

Re: CLI problems (ComponentSelector, cocoon protocol)

2003-06-04 Thread Upayavira
Andreas, I'd suggest trying the CLI from 2.1. It has much greater functionality. OK, I could try that. But I guess it isn't possible to use the Main class from 2.1 for a 2.0.4 site, is it? No, I very much doubt that would work. Have you read the page on the Wiki on the 2.0.4 CLI?

Re: i18n not working

2003-06-04 Thread Konstantin Piroumian
From: Mato Mira, Fernando [EMAIL PROTECTED] From: Mato Mira, Fernando [mailto:[EMAIL PROTECTED] I am placing the i18n transformer just before serialization and it's not working. The namespace is declared in the i18n:translate element itself. Cocoon version: 2.1m2 The

Re: Newbie: writing XML files with Cocoon

2003-06-04 Thread Upayavira
Apologies if this is a basic question. I'm just starting with Cocoon really and am trying to produce a content management system using it to see whether it really is suitable for my needs. As part of this I need to edit xml files via the browser but it occurs to me this must be something

Re: Newbie: writing XML files with Cocoon

2003-06-04 Thread Andreas Kuckartz
I'm just starting with Cocoon really and am trying to produce a content management system using it to see whether it really is suitable for my needs. First of all I would recommend that you participate in developing Apache Lenya (see http://lenya.org/ or http://cocoon.apache.org/lenya/) which

No buffer space available

2003-06-04 Thread Nicolas SANDRI
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 Cocoon 2.0.4 MySQL 3.23.54 MySQL J/Connector 3.0.6 When I start loading my page (a simple XSP/ESQL), I get

generating woody forms without xml-definition

2003-06-04 Thread andi
Hi, I'd like to use the woody form framework, but as the forms i want to create base on data from a database i thought about creating the FormDefinition inside my javacode (transformer). this seems more performant than dynamically creating the xml-definiton for the form which is then dom-parsed

logfiles are empty after docs build?

2003-06-04 Thread Torsten Knodt
Perhaps I'm a fool, but can someone tell me, why the logfiles in the cocoon docs build are empty? logkit.xconf doesn't filter them. I need the debug messages to do some debugging. Regards Torsten -- Domain in provider transition, hope for smoothness. Planed date is 1.7.2003.

RE: Newbie: writing XML files with Cocoon

2003-06-04 Thread Oleg Lyebyedyev
http://www.betaversion.org/~stefano/software/linotype/ -Original Message- From: Upayavira [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 4:08 PM To: [EMAIL PROTECTED] Subject: Re: Newbie: writing XML files with Cocoon Apologies if this is a basic question. I'm just starting

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 map:generate src=.../ map:transform type=xslt src=.../ map:redirect-to

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

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

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

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: What's the correct

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:generate src=.../ map:transform type=xslt src=.../ map:redirect-to uri=chunk_{1}/ 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

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

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

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 map:act type={../1}. map:match pattern=get* map:act type=locale/

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

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

2003-06-04 Thread Andreas Hartmann
Geoff Howard wrote: [...] xsl:template match=/ xsl:copy-of select=document($source)/*/ /xsl:template I think that should work. It may, but I'd not recommend it. Agreed. I should have mentioned this :) Andreas - To

Re: Using Path expression in Map Action type

2003-06-04 Thread Andreas Hartmann
Hi Shane, Shane McEneaney wrote: map:match pattern=get* map:act type=locale/ map:act type=session-validator map:parameter name=descriptor value=descriptors/crs-params.xml/ map:act type={../1} .. The code above fails and I have found no

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

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:generate src=.../ map:transform type=xslt src=.../ map:redirect-to uri=chunk_{1}/ map:redirect-to issues a client side redirect. under what circumstances would you want to do that along with an pipeline

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 Iget

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 isdefined 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 first

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 ;-) map:call resource=resourcename/ is a sitemap internal redirect for

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 ... map:transform type=write-source/ map:transform src=that.xsl/ map:transform type=cinclude/ ... 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

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 : ?xml version=1.0? xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:xsp-request=http://apache.org/xsp/request/2.0;

Re: Problems with umlaut in cocoon2.04

2003-06-04 Thread Joerg Heinicke
Hello Frank, are you generating the XML declaration (?xml version=1.0 encoding=ISO-8859-1?) 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

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 a 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 script/ and style/ are serialized to script/script and style/style. Joerg Alexandre Victoor wrote: Hello Is there a

[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 ... map:transform type=write-source/ map:transform src=that.xsl/ map:transform type=cinclude/ ... I know both xinclude (and cinclude) as well as xsl:document() should work, the problem

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

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

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 01:03

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 xsl:include'd another, which xsl:include'd a third stylesheet (I attached all three of them). They are viewable here: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=105467465417098w=2 if your mail client didn't show

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

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

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, Dmitry. BTW, cocoon v2.1

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, it

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. I have the

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 ?xml version=1.0 encoding=ISO-8859-1? at the top of the default xml and change Order Id to be Gérer, the next html page will display OrderIDGérer /OrderID as Order Id This has

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

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 map:match pattern=JAVA.Login_Screen map:generate

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? Well

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

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

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

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 ;-) map:call resource=resourcename/ is a sitemap internal redirect

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 map:transformer name=ldap src=com.wika.cocoon.transformation.LDAPTransformer/ But it returns me an error : Original

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

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 map:transformer name=ldap

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 : ?xml

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

2003-06-04 Thread Joerg Heinicke
Hello Peter, Peter Klotz wrote: map:call resource=resourcename/ 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 map:resource/. I hear you saying this but when I try this map:resources

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

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 : - ?xml version=1.0 encoding=ISO-8859-1? map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;

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

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

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

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: [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

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 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

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 the

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

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:

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

RE: XSP LDAP

2003-06-04 Thread Maxime.Gheysen
When I declare the transformer map:transformer name=ldap src=org.apache.cocoon.transformation.LDAPTransformer/ 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

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

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 map:transformer name=ldap 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

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 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 :

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 to

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: file titlejndi LDAP API/title descriptionJava API for LDAP works/description used-byLDAP Transformer/used-by liboptional/jndi.jar/lib

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 file 4/i

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.