Re: Lucene index building

2003-03-18 Thread Olivier Billard
Hi Upayavira, It sounds like an error I also got. It seems that Lucene doesn't release some Objects and keeps increasing memory consumption. And the end a parsing error occurs. My solution was to raise the memory heap size to the JVM with the CATALINA_OPTS variable : "CATALINA_OPTS=-Xmx128m" (set

svg2jpeg output not equal on different machines

2003-03-18 Thread Christian Hoofe
I'm using the svg2jpeg Serializer to generate menu entries. The svg text tag looks like this This is based on /svg/label.xml from the older documentation generation. My problem is that the generated jpeg are not same on different machines. The generated font under Linux is greater than 14 po

Re: svg2jpeg output not equal on different machines

2003-03-18 Thread Niclas Hedhman
On Tuesday 18 March 2003 16:59, Christian Hoofe wrote: > I'm using the svg2jpeg Serializer to generate menu entries. > > The svg text tag looks like this > > weight="normal" fill="blue" x="14" y="15"> Probably because you don't have "Arial Narrow" installed on the Linux machine (welcome to font-

SendMailAction?

2003-03-18 Thread Stephan Niedermeier
Hello,   i couldn't find the SendMailAction in the cocoon.jar. Can anyone tell me, where I can found this class?   Thanks.   Greetings Stephan

Re: SendMailAction?

2003-03-18 Thread Scherler
Stephan Niedermeier wrote: Hello, i couldn't find the SendMailAction in the cocoon.jar. Can anyone tell me, where I can found this class? Thanks. Greetings Stephan http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=104790860126005&w=2 ---

RE: sql transformer question; *not* esql... (was RE: ???ESQL update table???)

2003-03-18 Thread Delis, Christopher E.
thanks! i am so embarassed. ;-) i gazed right past that little paragraph... sheesh! -Original Message- From: Luca Morandini To: [EMAIL PROTECTED] Sent: 3/18/03 1:15 AM Subject: RE: sql transformer question; *not* esql... (was RE: ???ESQL update table???) Christopher, IIUC, you need s

Re: SendMailAction?

2003-03-18 Thread Stephan Niedermeier
> Stephan Niedermeier wrote: > > > Hello, > > > > i couldn't find the SendMailAction in the cocoon.jar. Can anyone tell > > me, where I can found this class? > > > > Thanks. > > > > Greetings > > Stephan > > http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=104790860126005&w=2 I'm sorry, but I'm

Re: Lucene index building

2003-03-18 Thread Jeremy Quinn
On Monday, March 17, 2003, at 11:47 PM, Upayavira wrote: I have built a site which I want to index with Lucene. I am using the create-index.xsp file in the $COCOON-ROOT/search directory to build my index. I have added the following to cocoon.xconf: .*/search/.* cocoon-view=lucene-l

Re: WritableSource output Cocoon 2.0.4

2003-03-18 Thread Jeremy Quinn
On Tuesday, March 18, 2003, at 12:27 AM, Upayavira wrote: Well, right now the way I have it setup is pretty simple, I have an xsp page that generates an email message(I made up some simili-MIME xml tags) then this goes thru an XSL file that transforms the output into a mime complient mail message

Re: SendMailAction?

2003-03-18 Thread Scherler
That you need for it: http://www.mail-archive.com/[EMAIL PROTECTED]/msg18506.html How it work wih java: http://www.javacommerce.com/articles/sendingmail.htm About the sendmail logicsheet: http://members.iinet.net.au/~xions/jigsaws/sendmail.html you wrote: I'm sorry, but I'm searching for the Actio

Re: SQL Transformer or ESQL Stylesheet?

2003-03-18 Thread Scherler
Konlin wrote: Hello Cocoon! Can you write me any clues when to use sql transformer and when esql stylesheet? What is more flexible, easier, more professional etc? I'm going to write simple news portal with Xindice or MySQL as DBMS and I'm wondering what solution is better. Greetz, Konrad Inglot

Re: SendMailAction?

2003-03-18 Thread Stephan Niedermeier
> That you need for it: > http://www.mail-archive.com/[EMAIL PROTECTED]/msg18506.html > > How it work wih java: > http://www.javacommerce.com/articles/sendingmail.htm > > About the sendmail logicsheet: > http://members.iinet.net.au/~xions/jigsaws/sendmail.html > > you wrote: > > I'm sorry, but I'm

Re: SendMailAction?

2003-03-18 Thread Scherler
Hi Stephan, I never heard about the sendmailaction. Sorry, but if you have to pass the email body as a sitemap parameter I think it is not really allways the way to go. http://www.mail-archive.com/[EMAIL PROTECTED]/msg12040.html Stephan Niedermeier wrote: That you need for it: http://www.mail-

Re: WritableSource output Cocoon 2.0.4

2003-03-18 Thread Upayavira
> > The sourceWritingTransformer in 2.1 is quite different to the one in > > 2.0.4. I don't know whether it is 'back-compatible', > > Unfortunately it is not back compatible. Are you aware why not? Upayavira - To unsubscribe,

Re: SQL Transformer or ESQL Stylesheet?

2003-03-18 Thread Andrew Savory
Hi, On Tue, 18 Mar 2003, Scherler wrote: > Konlin wrote: > > >Can you write me any clues when to use sql transformer and when esql > >stylesheet? > > I have ask that question before but with no answer! > My personal opinion is that you should use the SQL-transform [a] for > simple Queries where

Re: Cant get an exception

2003-03-18 Thread Lionel Crine
Hello, I also have created my own transformer, generator, etc ... I didn't had time to use "getlogger", so instead of that I use System.err.println to get my message into the "console". At 16:43 17/03/2003 +, you wrote: Hi, I have built my own generator, using the tutorials. I can get it

Using my own Logging-Class in Cocoon

2003-03-18 Thread Uwe Gerger
Hello, i would like to use an own written Logging-class to catch all logs from Coccon and log them as we need. What I have to do for configuring Cocoon in that way and what interface I have to implement? Thanks -- Uwe Gerger_/_/_/ _/_/ _/_/ BMW AG, TG-5

Re: WritableSource output Cocoon 2.0.4

2003-03-18 Thread Jeremy Quinn
On Tuesday, March 18, 2003, at 11:14 AM, Upayavira wrote: The sourceWritingTransformer in 2.1 is quite different to the one in 2.0.4. I don't know whether it is 'back-compatible', Unfortunately it is not back compatible. Are you aware why not? Because when the modifications made to SWT in 2.1 by v

Re: Passing parameters from xsp to xsp

2003-03-18 Thread Lionel Crine
I don't know if it's possible but why don't you try this : Lionel At 22:44 17/03/2003 +0100, you wrote: Hi, I need to pass request parameters from one XSP to another This is my sitemap

Re: XMLForm: how to display arrays

2003-03-18 Thread ivelin
-=Ivelin=- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 8:46 AM Subject: RE: XMLForm: how to display arrays Hi Ivelin, How do you create columns with repeat tag? Have you an example? Thanks Sylvain -Message d'o

cocoon 2.0.3 on fujitsu interstage?

2003-03-18 Thread Tsui, Alban
Hi Has anyone tried cocoon on fujitsu interstage? I am trying to decide on which app servers can serve cocoon... Cheers Alban This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy

c1 to c2 migration

2003-03-18 Thread JADOUL LAURENT
Hi, I have to do a migration of an web application. But I don't know what are the key point of this operation. Is there a documentation that explain this kind of work ? Currently the application runs on a Apache Tomcat 3.12 under a Suse Linux 6.4 distribution. wiith the version 1.3 of JDK and

Re: Modular Database Actions: Urgently seeking documentation

2003-03-18 Thread Richard In Public
Hi Chris Firstly, thanks for your response. I have been mulling over this and revisiting the docs, but I have not managed to get things working. I suspect that my problem lies in chanelling the request parameters passed by the form into the database action. Specifically, I cannot figure out what

Repost: mod_proxy w/ multiple webapps

2003-03-18 Thread Lorenzo De Sio
Hi all, did anyone succeed in configuring Apache's mod_proxy to serve Cocoon (http://wiki.cocoondev.org/Wiki.jsp?page=ApacheModProxy), mounting it in a subdir and not as /? ( original post was http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=104764398500822&w=2 ) Cheers, L. -

Lookup of PortalManager failed

2003-03-18 Thread JD Daniels
I copied the portal-fw folder up to the cocoon root. After adding the portal pipelines to the root sitemap, I get this when I try to save a profile change (ie, personalize(guest)-->Customize-->Save) My root sitemap is here: http://dev.datatrio.com/tmp-junk/sitemap.xmap Uri: http://localhost/port

Postcript, XLS files....

2003-03-18 Thread Ferran Urgell
Hello Cocooners! I'm interested to do Postcript and XLS files...But I don't know how to do... Which type of Serializer I have to use in the sitemap ? Where I can get information about Xsl-Fo, to transform Xml into a XLS or Postcript files ? Thanks Ferran Do you Yahoo!?Yahoo! Web Hosting - estab

action in a pipeline

2003-03-18 Thread Lionel Crine
I wrote that this match: Cocoon didn't find the resource. Is it illegal to write that ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Postcript, XLS files....

2003-03-18 Thread Joerg Heinicke
Hello Ferran, have a look at http://xml.apache.org/cocoon/userdocs/serializers/serializers.html. There you have an overview of the serializers, for yor needs especially PS Serializer (or PDF Serializer) and HSSF/XLS Serializer. The transformation is up to you. You have to fed the serializers w

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Delis, Christopher E.
actually, now that i return back to my problem... i am not so embarassed (at least not yet!)... this solution doesn't appear to solve my problem because my stylesheet is in the middle of a pipeline and the substitute values are not easily attainable from within the sitemap. also, i do not wish to

Problems Cocoon 2.0.4/FOP 0.20.4

2003-03-18 Thread Jessica Niewint
Hi, I am not sure if this is the right mailing list for the question... so if it is not, please give me a hint where to post my question. I got a problem to insert a external link to my xsl file with . It seems that no one else got a problem like this. So may be I forgot to define something in the

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Luca Morandini
> -Original Message- > From: Delis, Christopher E. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 5:18 PM > To: '[EMAIL PROTECTED]'; 'Luca Morandini ' > Subject: RE: sql transformer question; *not* esql... (was RE: ???ESQL > upda te table???) > sitemap). has anyone else run int

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Delis, Christopher E.
do you mind sharing the template? =-) --chris > -Original Message- > From: Luca Morandini [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 11:18 AM > To: [EMAIL PROTECTED] > Subject: RE: sql transformer question; *not* esql... (was RE: ???ESQL > upda te table???) > > > > -O

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Luca Morandini
> -Original Message- > From: Delis, Christopher E. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 6:32 PM > To: '[EMAIL PROTECTED]' > Subject: RE: sql transformer question; *not* esql... (was RE: ???ESQL > upda te table???) > > > do you mind sharing the template? =-) --chris

Re: Cant get an exception

2003-03-18 Thread Charles Yates
Lionel Crine wrote: Hello, I also have created my own transformer, generator, etc ... I didn't had time to use "getlogger", so instead of that I use System.err.println to get my message into the "console". 1) I recommend you take the time to add the 'getLogger().debug() statements. 2) System

Re: Repost: mod_proxy w/ multiple webapps

2003-03-18 Thread Charles Yates
ProxyPass /webapp1/ http://localhost:8080/lwebapp1/ ProxyPassReverse /webapp1/ http://localhost:8080/webapp1/ ProxyPass /webapp2/ http://localhost:8080/webapp2/ ProxyPassReverse /webapp2/ http://localhost:8080/webapp2/ Lorenzo De Sio wrote: Hi all, did anyone succeed in configuring Apache's mod_p

character encoding problem with resource reader?

2003-03-18 Thread Robert Douglass
I'm encountering a problem where this à character in a javascript file causes illegal character exceptions when read with the resource reader, but not when I open the file up directly from the filesystem. The character occurs inside a javascript character array ["Ã"]. Cocoon serves an html page and

XPathDirectoryGenerator - need help

2003-03-18 Thread hgadm
Maybe I do not understand the XPathDirectoryGenerator: Also tried: KNO\#/azkno:knowledgeobject/dc:title/text() Same, tag content is not displayed !? Any help is appreciated !! Holger On Thu, 13 Mar 2003, [EMAIL PROTECTED] wrote: > > Thanks Jens and Jeff ! > > Itried the XPathDirector

Re: Passing parameters from xsp to xsp

2003-03-18 Thread Yves Vindevogel
No, that's the same ... When the .html is called, the XSP can use the However, it calls a new match, where the values of the request are no longer available That's exactly my problem. > I don't know if it's possible but why don't you try this : > > > > >

RE: svg2jpeg output not equal on different machines

2003-03-18 Thread Conal Tuohy
Christian Hoofe wrote: > My problem is that the generated jpeg are not same on > different machines. The > generated font under Linux is greater than 14 points. I tried > this with Cocoon > 2.0.4 under j2sdk1.3.1 and j2sdk1.4.1. > > Win98, Sun j2sdk1.3.1 and j2sdk1.4.1 > Suse 7.2, Blackdown j2sdk1

Re: SendMailAction?

2003-03-18 Thread Frank Ridderbusch
On Tue, 18 Mar 2003 12:14:18 +0100 Scherler <[EMAIL PROTECTED]> wrote: > Hi Stephan, > > I never heard about the sendmailaction. Sorry, but if you have to pass > the email body as a sitemap parameter I think it is not really allways > the way to go. > http://www.mail-archive.com/[EMAIL PROTECTED]

Re: action in a pipeline

2003-03-18 Thread Jeremy Michael Crosbie
I am assuming you want the value of "save" to equal "foobar" in the case where the URI is "save/foobar". Try using {../1} instead. Since actions add their own parameters to the sitemap you need to tell Cocoon to get the parameter from the match. Lionel Crine wrote: I wrote that this match:

Weblogic6.1Sp3+cocoon2.1-org.apache.avalon.framework.component.ComponentException:UnnamedSelector:

2003-03-18 Thread Girish Patil
Hi, I downloaded and installed cocoon2.1 on windows with weblogic 6.1sp3. I created a simple web app using cocoon. when I click on http://localhost:7001/test/samples/brand/myhome.xml I get the following error in weblogic. I have all the cocoon libraries in my java classpath and xalan and xerces t

Re: SendMailAction?

2003-03-18 Thread Scherler
Frank Ridderbusch wrote: On Tue, 18 Mar 2003 12:14:18 +0100 Scherler <[EMAIL PROTECTED]> wrote: Hi Stephan, I never heard about the sendmailaction. Sorry, but if you have to pass the email body as a sitemap parameter I think it is not really allways the way to go. http://www.mail-archive.com/[

Re: Using my own Logging-Class in Cocoon

2003-03-18 Thread Niclas Hedhman
On Tuesday 18 March 2003 20:53, Uwe Gerger wrote: > Hello, > i would like to use an own written Logging-class to catch all logs from > Coccon and log them as we need. > > What I have to do for configuring Cocoon in that way and what interface > I have to implement? Cocoon is using LogKit, and LogK

Link:http://www.logabit.com/consulting/cocoon/CocoonTutorial.html Guide:A Cocoon 2 introduction and tutorial

2003-03-18 Thread Stephan Niedermeier
Hello,   I have written an introduction for Cocoon 2 in german language. This tutorial is not complete yet, but I'm updating this site every 1-2 days.   There are an PDF-Version avaiable, too: http://www.logabit.com/consulting/cocoon/CocoonTutorial.pdf.php   It would be nice, to add this tutor

Re: Postcript, XLS files....

2003-03-18 Thread Derek Hohls
Ferran   You can also look at the (brief) notes + links + sample at the wiki: http://wiki.cocoondev.org/Wiki.jsp?page=ExcelGeneration and http://wiki.cocoondev.org/Wiki.jsp?page=XLSSerializer   Derek>>> [EMAIL PROTECTED] 18/03/2003 06:18:05 >>>Hello Ferran,have a look at http://xml.apache.org/c

RE: Link:http://www.logabit.com/consulting/cocoon/CocoonTutorial.html Guide:A Cocoon 2 introduction and tutorial

2003-03-18 Thread Reinhard Pötz
Title: Nachricht Thank you for the link!   I added it to the Cocoon Wiki (the Cocoon documentation incubator) - you find it at http://wiki.cocoondev.org/Wiki.jsp?page=Links.   Best regards, Reinhard   (Sorry, for some strange reason I wasn't able to convert this mail to plain text ... Outlo

Re: SendMailAction?

2003-03-18 Thread Stephan Niedermeier
> On Tue, 18 Mar 2003 12:14:18 +0100 > Scherler <[EMAIL PROTECTED]> wrote: > > > Hi Stephan, > > > > I never heard about the sendmailaction. Sorry, but if you have to pass > > the email body as a sitemap parameter I think it is not really allways > > the way to go. > > http://www.mail-archive.com

Re: XPathDirectoryGenerator - need help

2003-03-18 Thread Jeff Turner
On Tue, Mar 18, 2003 at 11:27:27AM -0800, [EMAIL PROTECTED] wrote: > Maybe I do not understand the XPathDirectoryGenerator: > > Also tried: > > KNO\#/azkno:knowledgeobject/dc:title/text() > > Same, tag content is not displayed !? Probably because XPathDirectoryGenerator doesn't provide a w

Re: action in a pipeline

2003-03-18 Thread Jeff Turner
On Tue, Mar 18, 2003 at 05:13:46PM +0100, Lionel Crine wrote: > I wrote that this match: > > > > > > Can't see anything wrong with that. I assume you have a definition for 'Save' somewhere in the sitemap too. Check the logs for errors.. --Jeff

Re: Postcript, XLS files....

2003-03-18 Thread Stephan Niedermeier
Ferran Urgell wrote:> Hello Cocooners!> > I'm interested to do Postcript and XLS files...But I don't know how> to do...> > Which type of Serializer I have to use in the sitemap ? Where I can> get information about Xsl-Fo, to transform Xml into a XLS or> Postcript files ?> > Thanks

Re: [TIPS] Basic configurations of Apache 2.0 for Cocoon 2

2003-03-18 Thread Tony Collen
Reading this great article [1] (Thanks Pier!), I realized that the mod_rewrite stuff could possibly be worked around using virtualhosts. I'm not too familliar with Apache HTTPD 2, but I assume setting up vhosts is not much different. Would it not make sense to create a static.domain.com host (if

Re: [TIPS] Basic configurations of Apache 2.0 for Cocoon 2

2003-03-18 Thread Pier Fumagalli
On 18/3/03 20:14, "Tony Collen" <[EMAIL PROTECTED]> wrote: > Reading this great article [1] (Thanks Pier!), I realized that the > mod_rewrite stuff could possibly be worked around using virtualhosts. I'm > not too familliar with Apache HTTPD 2, but I assume setting up vhosts is > not much differe