Re: Accessing the output of a modular db action in xsl

2002-11-01 Thread Christian Haul
On 31.Oct.2002 -- 01:08 PM, [EMAIL PROTECTED] wrote: Is there an example of how to do this available? From XSL? I don't think so. At least not specifically with database actions. There sure is one on accessing request attributes from xsl -- although I don't know off head. Chris. -- C h

Differences in ESQL between Version 2.0 and later?

2002-11-01 Thread Derek Hohls
Can someone please confirm that the esql:group and esql:member tags/functionality was only added *after* version 2.0 of Cocoon - and is there is any simple way to add in this logic to an already installed version (without upgrading the version of Cocoon?) Thanks.

Re: Using Slide with Cocoon 2

2002-11-01 Thread Stephan Michels
On Thu, 31 Oct 2002, Martin Holz wrote: On Thursday 31 October 2002 12:03, Jeremy Quinn wrote: But I am even more confused now ;) 'Off the Shelf' slide.xconf is set up to use the FileContentStore to store content in $CATALINA_HOME/contentstore (as I understand it), but I never see

Re: Differences in ESQL between Version 2.0 and later?

2002-11-01 Thread Christian Haul
On 01.Nov.2002 -- 10:44 AM, Derek Hohls wrote: Can someone please confirm that the esql:group and esql:member tags/functionality was only added *after* version 2.0 of Cocoon - and Derek, I believe so. You can always look at the cvs entries or simply unpack your cocoon.jar and look at the xsl

RE: svg2jpeg serialiser error

2002-11-01 Thread Senhaji
In my configuration, your proposal does not fix the problem. I've checked the batik jar file, the SVGDocument class file is there. Very strange... -Message d'origine- De : François Quartenoud [mailto:francois;quartenoud.ch] Envoyé : vendredi 1 novembre 2002 08:20 À : [EMAIL PROTECTED]

Re: Differences in ESQL between Version 2.0 and later?

2002-11-01 Thread Derek Hohls
Thanks Chris I assume one has to have the code base to do this - I only have the binary version and so cannot find any trace of those files... Derek BTW, I have another machine with 2.01 and it *does* have the additional ESQL functionality [EMAIL PROTECTED] 01/11/2002 11:42:51 On

Re: Differences in ESQL between Version 2.0 and later?

2002-11-01 Thread Christian Haul
On 01.Nov.2002 -- 11:58 AM, Derek Hohls wrote: Thanks Chris I assume one has to have the code base to do this - I only have the binary version and so cannot find any trace of those files... The esql.xsl is included in any version. The Esql*.java obviously not. Only the compiled classes.

Re: Using Slide with Cocoon 2

2002-11-01 Thread Jeremy Quinn
On Thursday, Oct 31, 2002, at 13:42 Europe/London, Stephan Michels wrote: 'Off the Shelf' slide.xconf is set up to use the FileContentStore to store content in $CATALINA_HOME/contentstore (as I understand it), but I never see any files or folders there . then when I restart TomCat, log

java.lang.OutOfMemoryError

2002-11-01 Thread Alex Romayev
Hello, I've just changed the verstion of Tomcat from 4.04 to 4.1.12 with Cocoon 2.1 dev from a couple of weeks ago and now running into memory problems. The site now runs extremely slow (over 1 min for some pages) spits out: java.lang.OutOfMemoryError no stack trace available. I've

Re: Using Slide with Cocoon 2

2002-11-01 Thread Stephan Michels
On Fri, 1 Nov 2002, Jeremy Quinn wrote: On Thursday, Oct 31, 2002, at 13:42 Europe/London, Stephan Michels wrote: 'Off the Shelf' slide.xconf is set up to use the FileContentStore to store content in $CATALINA_HOME/contentstore (as I understand it), but I never see any files or

Re: Using Slide with Cocoon 2

2002-11-01 Thread Jeremy Quinn
On Friday, Nov 1, 2002, at 13:16 Europe/London, Stephan Michels wrote: I fixed the request-param in line 159 of slide/sitemap.xmap I am using this configuration (in slide.xconf): snip When I attempt to login, I now get this exception: java.lang.NullPointerException snip Any idea

[doc] New How-To: i18n with XMLForm

2002-11-01 Thread Diana Shannon
A new How-To was just added to the Cocoon cvs. Here are the details: Title: i18n within the XMLForm Framework Author: Mohamed El-Refaey (with German translations provided by Michael Enke) Description: This How-To shows you how to use the i18n for web site internationalization within the XMLForm

Re: esql:row-count inside esql:row-results

2002-11-01 Thread Jerry Fowler
I forget what version you're in, but I found that in 2.0.3 I had to do this: rowcount xsp:expr + _esql_query.rowCount()/xsp:expr /rowcount to get by a long-since-forgotten generator error. Antonio Gallardo Rivera wrote: Is this tag already working? I am having troubles with it. inside

Re: Accessing the output of a modular db action in xsl

2002-11-01 Thread Antonio Gallardo Rivera
Dont know if this can helps you, but maybe XSP session can help you. Antonio Gallardo. El Viernes, 01 de Noviembre de 2002 02:37, Christian Haul escribió: On 31.Oct.2002 -- 01:08 PM, [EMAIL PROTECTED] wrote: Is there an example of how to do this available? From XSL? I don't think so. At

RE: java.lang.OutOfMemoryError

2002-11-01 Thread Hunsberger, Peter
After I've made the changes, I don't seem to get the OutOfMemory exception anymore, but the site still runs extremely slow. The TaskManager shows CPU usage at 100%, which I suspect is due to memory to disk swaps. Can't help you, but if it's swapping then almost certainly you won't peg CPU

Re: esql:row-count inside esql:row-results

2002-11-01 Thread Antonio Gallardo Rivera
I am using 2.1 lastest CVS in XSP. Antonio Gallardo. El Viernes, 01 de Noviembre de 2002 09:13, Jerry Fowler escribió: I forget what version you're in, but I found that in 2.0.3 I had to do this: rowcount xsp:expr + _esql_query.rowCount()/xsp:expr /rowcount to

Installing cocoon in Tomcat 4.1.12

2002-11-01 Thread Greg Jewell
Hi All, I'm attempting to install cocoon 1.8 into Tomcat 4.1.12. I've made pretty good progress so far, but have encountered a problem that I haven't been able to get around. Whenever I attempt to access the page http://server:port/cocoon/Cocoon.xml, I receive an error stating that cocoon is

RE: java.lang.OutOfMemoryError

2002-11-01 Thread Alex Romayev
Sorry, it's 196M, not 96M. Still not much, but it had been sufficient enough untill I've upgraded Tomcat to 4.1.12! --- Hunsberger, Peter [EMAIL PROTECTED] wrote: After I've made the changes, I don't seem to get the OutOfMemory exception anymore, but the site still runs extremely

XMLForms and Java

2002-11-01 Thread Mauro Daniel Ardolino
Hi! I've never used XMLForms, but now I'm writting an application that can have or not a web interface. I mean that I need to contemplate at least 2 types of clients: e.g. swing guis and web browsers. So I wrote all the application in Java. When I need to create a html page I only ask the

using XMLForms with Xindice (through XMLDB Transformer) - ideas?

2002-11-01 Thread Josema Alonso
Hello. I have a working XMLForm. I want to add the generated data in the last step to a Xindice database. I also have the XMLDBTransformer configured and working just fine. In case you haven't heard of the XMLDBTransformer, it takes a XML file or string and works with it. For example, the insert

Re: XMLForms and Java

2002-11-01 Thread Jacob L E Blain Christen
[pre-snip] Now I want to give some flow logic to the application and I think that struts or cocoon are a good way to do it. I red that XMLForms is Struts based. [post-snip] From what I've read XMLForms IS NOT based on Struts. Take a look at the thread: XMLForms vs Struts in the archive for

Re: XMLForms and Java

2002-11-01 Thread Mauro Daniel Ardolino
All right! Now I'm up to date with the XMLForms vs Struts thread. But I still have the same questions (of the previous mail). About XMLForm and Struts: May be I had to say inspired, not based. The XMLForm framework is inspired by Apache Jakarta Struts and W3C XForms. This is from:

[ Book ] Thoughts on the newer Cocoon book?

2002-11-01 Thread Tony Collen
Hi everyone, I was just wondering if anyone else has looked at the newer of the Cocoon books entitled, Cocoon 2 Programming: Web Publishing with XML and Java ... I just picked it up last night and I'm working my way through it, and I was wondering what other people thought of it so far. Tony

Cocoon Orion

2002-11-01 Thread Alejandro Raiczyk
Title: Cocoon Orion Hi, I'm trying to run C2 in Orion and I get the following error: org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/SAXSVGDocumentFactory at org.apache.cocoon.sitemap.Handler.run(Handler.java:290)

Transformer problem

2002-11-01 Thread Steven Cummings
Hey all, I'm working on developing a SOAPTransformer that behaves very much like the SQLTransformer. In other words, the input XML under my current working namespace should describe a SOAP call (but doesn't really look like a SOAP envelope) and the response will be the result value or the

Re: Transformer problem

2002-11-01 Thread WeikelQ
This person who is a member of your group is no longer at this address. DELETE FROM YOU FILES - Please check that your question has not already been answered in the FAQ before posting.

DO NOT REPLY [PATCH QUEUE] Summary November 2 2002

2002-11-01 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to