RE: java.lang.NoSuchFieldError: generators

2002-04-22 Thread Vadim Gritsenko
From: Gal Nitzan [mailto:[EMAIL PROTECTED]] Hi, I just finished installing Cocoon 2.0.2 with Tomcat 4.0.4 b2 on Win 2K server. When trying to access my test page I get the following error: Did you have older Cocoon version? Unwritten FAQ (ok, written, but not published):

RE: ComponentException fatal error

2002-04-22 Thread Vadim Gritsenko
From: Kari Whitcomb [mailto:[EMAIL PROTECTED]] Hello all, I'm trying to get an installation of Cocoon 2.0.2 working on a Tru64 server running Tomcat 4.0.3 and Java 1.3.1. I've followed all the instructions in Have you tried Tomcat 4.0.4? Vadim the cocoon docs (including copying

RE: HELP: can I *move* xalan/xerces/xml-apis and still have cocoon resolve to them?

2002-04-22 Thread Vadim Gritsenko
From: Terry Longo [mailto:[EMAIL PROTECTED]] Hi, Earlier I posted a long-winded message about the apparent need for the xerces/xalan/xml-apis jars to be in both jre/lib/endorsed and cocoon's web-inf/lib directory. I have a shorter way of asking the same question, and please accept my

RE: Exception in creating Transform Handler

2002-04-23 Thread Vadim Gritsenko
From: Andreas Buschka (tops.net) [mailto:[EMAIL PROTECTED]] Hello! I have the following setup: - SuSE 8.0 Base System with the bundled Apache - Cocoon 2.0.2 Binary installation in /opt/jakarta/webapps/cocoon The base installation works fine, but I cannot add a directory to put my

RE: question concerning cocoon.war

2002-04-23 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gregor Neu E1 Hi all, somwhere on the install page http://xml.apache.org/cocoon/installing/index.html; under the heading Installing on Tomcat 4.0.3 it says: ... 3.Remove xalan-XXX.jar,

RE: [Problem]sendmail - reference to Session is ambiguous

2002-04-23 Thread Vadim Gritsenko
From: Christian Haul [mailto:[EMAIL PROTECTED]] On 18.Apr.2002 -- 10:02 AM, Vadim Gritsenko wrote: From: Ehms, Jurgen [mailto:[EMAIL PROTECTED]] Here is the Bugfix to Sendmail.xsl - long Path to javax.mail.Session on account of ambiguous

RE: xslt transformer caching

2002-04-23 Thread Vadim Gritsenko
From: Stephen Ng [mailto:[EMAIL PROTECTED]] The xslt transformer doesn't know if a file that is being imported has changed and needs to be reloaded instead of using the cached version. I.e.: map:transform src=foo.xslt/ If foo.xslt xsl:import's bar.xslt, Cocoon doesn't check to see

RE: Iteration inside xsp

2002-04-23 Thread Vadim Gritsenko
From: Volker Schneider [mailto:[EMAIL PROTECTED]] Hi Harry, thank you for your reply. It tried the request variable. I tried to get the session from the request but it didn't work. ?xml version=1.0? xsp:page xmlns:xsp=http://apache.org/xsp;

RE: Stylesheet directed termination(newbie)

2002-04-23 Thread Vadim Gritsenko
From: Kenny Chow [mailto:[EMAIL PROTECTED]] cocoon /project browse.xsp browse-test.xsl sitemap map:match pattern=browse.xsp map:generate src=browse.xsp/ map:serialize/ /map:match browse.xsp generates the following xml file ?xml version=1.0 encoding=UTF-8? page

RE: ComponentException fatal error

2002-04-24 Thread Vadim Gritsenko
exception. Send log snippets to the group. Vadim Thanks, Kari - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] Date: Tue, 23 Apr 2002 10:23:42 -0400 To: [EMAIL PROTECTED] Subject: RE: ComponentException fatal error From: Kari Whitcomb [mailto:[EMAIL PROTECTED

RE: Parameter Selector Problem

2002-04-24 Thread Vadim Gritsenko
From: Christian Haul [mailto:[EMAIL PROTECTED]] On 24.Apr.2002 -- 10:30 AM, manish wrote: Hello, I am facing some problem while using Parameter Selector. I got one example in cocoon API, but when I am executing this example it give the following error. If I remove the line

RE: How to append DOM Tree to XML using Cocoon 2

2002-04-24 Thread Vadim Gritsenko
From: Huaiyang Mao [mailto:[EMAIL PROTECTED]] Hello expert: In Cocoon 1.0 I have used xspCurrentNode.appendChild(DocumentFragment) to append DOM Tree to the current XSP/XML, but in Coccon 2 ist this internal object xspCurrentNode not longer available. So I must go another way to append

RE: Exclude in directory generator

2002-04-24 Thread Vadim Gritsenko
From: Martin Grebac [mailto:[EMAIL PROTECTED]] Hi, I need use the exclude attribute in directory generator, but don't know what's the exact syntax. Exclude attribute has regular expression syntax: http://jakarta.apache.org/regexp/apidocs/org/apache/regexp/RE.html More precisely, what

RE: ComponentException fatal error

2002-04-24 Thread Vadim Gritsenko
Message - From: Vadim Gritsenko [EMAIL PROTECTED] Date: Tue, 23 Apr 2002 10:23:42 -0400 To: [EMAIL PROTECTED] Subject: RE: ComponentException fatal error From: Kari Whitcomb [mailto:[EMAIL PROTECTED]] You seem to be suggesting that there is no way to fix

RE: Serving static XML files a la Cocoon-1

2002-04-25 Thread Vadim Gritsenko
From: Peter Flynn [mailto:[EMAIL PROTECTED]] Must admit I am not familiar with Cocoon-1, but you can setup wildcards in the sitemap so that all documents in a particular location are automatically displayed; you don't have to explicitly give the filename. Can it be set up to behave

RE: [HELP]SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader

2002-04-25 Thread Vadim Gritsenko
You must have missed several steps. Try again. http://xml.apache.org/cocoon/installing/index.html Vadim -Original Message- From: sheshadri [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 10:04 AM To: [EMAIL PROTECTED] Subject: [HELP]SAX2 driver class

RE: Memory leaks(?)

2002-04-25 Thread Vadim Gritsenko
From: Rogier Peters [mailto:[EMAIL PROTECTED]] Hi, Hi, We've been running cocoon for some time now, and we really like it, but we keep having problems with memory usage. We're running on a dual pII-700 with 1Gb memory and windows 2000 server. I just upgraded from jdk1.3.1_01 to

RE: Cocoon on Resin 2.1.0

2002-04-25 Thread Vadim Gritsenko
From: Peter Velichko [mailto:[EMAIL PROTECTED]] Hi all! I'm trying to install Cocoon 2.0.2 on Resin 2.1.0 (W2K) and have the following message: type fatal message Language Exception description org.apache.cocoon.ProcessingException: Language Exception:

RE: Cocoon on Resin 2.1.0

2002-04-25 Thread Vadim Gritsenko
From: Torsten Curdt [mailto:[EMAIL PROTECTED]] Sounds to me like XSLT transformation problem. Check generated sitemap_xmap.java (I guess it is 0 bytes), try to replace Resin's XSLT with Xalan shipped with Cocoon. this should not be necessary... work for us without PS Tomcat

RE: Problems with XSP

2002-04-25 Thread Vadim Gritsenko
1. Check XSP namespace. It is not correct. 2. Is this valid UTF-8? Or ISO-8859-1? Specify encoding in ?xml? instruction. Vadim -Original Message- From: cyril vidal [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:41 PM To: [EMAIL PROTECTED] Subject: Re: Problems with XSP

RE: [HELP]SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader

2002-04-26 Thread Vadim Gritsenko
- 2.0.0.jar;C:\jakarta-tomcat-4.0.3\common\lib\xml-apis.jar;C:\jakarta-tom cat- 4.0.3\common\lib\batik-all-1.5b1.jar/param-value /init-param From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL

RE: Memory leaks(?)

2002-04-26 Thread Vadim Gritsenko
From: Rogier Peters [mailto:[EMAIL PROTECTED]] Hi all, thanks for the quick reply.. We've been running cocoon for some time now, and we really like it, but we keep having problems with memory usage. The problem is that with each page, looking at the Windows Task Manager,

RE: Yeah!!!! Got it working!!!! :-)))

2002-04-26 Thread Vadim Gritsenko
Chris: I'm wondering: Have you been reading install doc lately? http://xml.apache.org/cocoon/installing/index.html Edit c:\bea\wlserver6.0sp2\config\mydomain\startWebLogic.cmd file, add xerces and xml-apis JAR files to the classpath: Vadim From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE: virtual hosting in the webapp/cocoon directory?

2002-04-28 Thread Vadim Gritsenko
From: Ben Skelton [mailto:[EMAIL PROTECTED]] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Is it possible to have virtual hosts mapped to subdirectories within the single cocoon context? Yes. For example if I have http://www.bighost.com/cocoon/host1/ and

RE: cocoon class(es) at SD West 2002; XSP question

2002-04-29 Thread Vadim Gritsenko
From: Rick [mailto:[EMAIL PROTECTED]] it was touch-and-go for awhile there -- i'd managed to munch all copies of the presentation on my hard disk using Windows' hibernate feature -- but my cocoon class at the software dev west conference wound up coming off OK. there were about 20 people

RE: Status of Cocoon2 in CVS

2002-04-29 Thread Vadim Gritsenko
Joseph, all, As it was already mentioned (IIRC by Carsten), Cocoon CVS HEAD is now in *ALPHA* state. It means that some errors are expected, and will be fixed as we move along. If you have a patch which fixes some of these issues, please send it to BugZilla. Those users who work with

RE: Status of Cocoon2 in CVS

2002-04-29 Thread Vadim Gritsenko
From: jrajkumar [mailto:jrajkumar] On Behalf Of Joseph Rajkumar Vadim Gritsenko wrote: Joseph, all, As it was already mentioned (IIRC by Carsten), Cocoon CVS HEAD is now in *ALPHA* state. It means that some errors are expected, and will be fixed as we move along. If you

RE: mutli-level stylesheets

2002-04-29 Thread Vadim Gritsenko
From: Ethan Kennelly [mailto:[EMAIL PROTECTED]] I've looked and looked for a way to apply multilevel styles sheets in cocoon2 like I can in cocoon 1 using xsl:processing-instruction name=cocoon-process, but can't find anything. My problem is I want to have an xml file that uses an xsl file

RE: Problem with FormValidatorAction

2002-04-30 Thread Vadim Gritsenko
This one is fixed in the CVS. Vadim From: Hiloliddin Karimov [mailto:[EMAIL PROTECTED]] Hello all, Problem with FormValidatorAction. I have following on my sitemap.log, when I try Login: DEBUG (2002-04-30) 16:10.17:468 [sitemap](/cocoon/protected/do-login)

RE: Livesites: Be Blogging

2002-04-30 Thread Vadim Gritsenko
From: Ugo Cei [mailto:[EMAIL PROTECTED]] Having finally implemented caching, my humble Cocoon2-based weblog should be able to withstand the hordes of developers that will be hitting it ;). As soon as I finish refactoring and cleaning the code, I plan to release it to the community. Stay

RE: cocoon class(es) at SD West 2002; XSP question

2002-04-30 Thread Vadim Gritsenko
) i haven't found a way to do that. And this is good, otherwise I will be surprised ;) Vadim OTOH, you've shown me a useful technique for other applications, so merci encore. rw On Mon, 2002-04-29 at 13:44, Vadim Gritsenko wrote: Define incoming XML here. Is it XML posted as http

RE: Including generated content

2002-04-30 Thread Vadim Gritsenko
From: Avi Kivity [mailto:[EMAIL PROTECTED]] I'd like to include content generated by on XSP in another. Looks like I have three options: 1. Use map:aggregate/ - I don't want to do that as it doesn't allow me control of where to place content (I'd like to place one document inside

RE: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Vadim Gritsenko
From: Christian Haul [mailto:[EMAIL PROTECTED]] On 30.Apr.2002 -- 04:17 PM, Fabricio Chalub wrote: you can add any number of transformations. just add another transformer line to your pipeline with the second stylesheet. Thanks! I have tried this and it appears to me that only

RE: {0} sitemap parameter in regexp matcher

2002-04-30 Thread Vadim Gritsenko
From: Christian Haul [mailto:[EMAIL PROTECTED]] On 30.Apr.2002 -- 04:54 PM, Artur Bialecki wrote: Is {0} not available when using sitemap matcher? I have a sub-sitemap where This works (wildcard): map:match pattern=product/category_edit.xml map:act

RE: Multiple Pipelines Advantages?

2002-05-02 Thread Vadim Gritsenko
internal-only=true PS This one was asked several times already... FAQ? Vadim From: David Trammell [mailto:[EMAIL PROTECTED]] I was wondering what the advantages were for using multiple pipelines in a sitemap. It looks like being able to have a different error page is one, are there

RE: Install error win2000 IBM jdk 1.3.0 Websphere 4.0.2 Cocoon 2.0.2

2002-05-03 Thread Vadim Gritsenko
From: Jon Pallas [mailto:[EMAIL PROTECTED]] Hi All I have problem running Cocoon on websphere, it works on some of the pages from the install but on others for example. http://localhost:9080/cocoon/cocoon/documents/index.html it dosnt i think that the under underling error message

RE: java.lang.ClassCastException

2002-05-03 Thread Vadim Gritsenko
From: Hiloliddin Karimov [mailto:[EMAIL PROTECTED]] Hi all, I have downloaded CVS xml-cocoon2_20020502102538.tar.gz, and have BUILD SUCCESSFUL. Many problem is solved, but there is new problem, when insert or update via DatabaseAddAction and DatabaseUpdateAction, see

RE: Cocoon SOAP HTTP hang bug on port 80

2002-05-03 Thread Vadim Gritsenko
From: Graeme Rocher [mailto:[EMAIL PROTECTED]] Hi all, I'm having a strange problem with cocoon, my configuration is Cocoon2.02, jdk1.4.0, Tomcat 4.03 and Apache/1.3.23. Basically I've got an aggregate with the one part being a local resource and the other being a soap call to a

RE: Cocoon SOAP HTTP hang bug on port 80

2002-05-03 Thread Vadim Gritsenko
session? BTW, search archives. Somebody already shared session successfully. Graeme Vadim -- Resistance is futile. From: Vadim Gritsenko From: Graeme Rocher [mailto:[EMAIL PROTECTED]] Hi all, I'm having a strange problem with cocoon, my configuration is Cocoon2.02, jdk1.4.0

RE: Session does not persist

2002-05-03 Thread Vadim Gritsenko
From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] Hi, If I turning off cookies from the browser, Session does not persist. I'm using Cocoon 2.0rc2 and as of my understanding it wraps the javax.servlet.http.HttpSession, As I know when cookies are disabled it should use URL rewriting

RE: Install error win2000 IBM jdk 1.3.0 Websphere 4.0.2 Cocoon 2.0.2

2002-05-03 Thread Vadim Gritsenko
) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java: 323) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:252) at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122) - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday

RE: Stylesheet directed termination with a Resource Request?

2002-05-03 Thread Vadim Gritsenko
Robert: Next time you see some error, try reading the log file. It has some useful info in it; also sometimes it is too verbose. Vadim -- Resistance is futile. -Original Message- From: Robert J. Lebowitz [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 4:09 PM To: [EMAIL

RE: Tomcat 4.0.4b2 Cocoon2.0.2 JDK1.3.1 HP-UX 11 Error

2002-05-03 Thread Vadim Gritsenko
Read installation notes about X-less Cocoon installation, Batik, and UNIX. Take a look also at FAQs and mail archive. For some reason (org.apache.batik.dom.svg.SAXSVGDocumentFactory) I think you have an issue running Batik on that box. Vadim -- Resistance is futile. -Original

RE: XSP + Dynamic XML generator ??

2002-05-05 Thread Vadim Gritsenko
One line for you: http://localhost:8080/cocoon/sub/xsp-cocoon Other samples might be useful too. PS Why not use xsp, then xinclude your xml and xslt as necessary? Vadim -- Resistance is futile. From: Chris Wolf [mailto:[EMAIL PROTECTED]] I am working on a project where we have a

RE: Cocoon and DocBook?

2002-05-05 Thread Vadim Gritsenko
I bet that's not cocoon problem but the stylesheet you are using and Xalan. I bet that the next line after org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: 2 = 2 is something like: at org.apache.xalan. Check your stylesheet

RE: Cocoon and cokies

2002-05-05 Thread Vadim Gritsenko
From: Luca Morandini [mailto:[EMAIL PROTECTED]] Thomas, I know this will sound rather naive but... did you look into the cookie logicsheet ? Unfortunately, this won't help him. He wants to act Cocoon as a client to Livelink and manage cookies sent by Livelink on Cocoon side (like usual

RE: Cocoon 2, Batik, URL encoding, bug? (long-ish, sorry)

2002-05-06 Thread Vadim Gritsenko
From: Daniel Vogelheim [mailto:[EMAIL PROTECTED]] Hello, I have a problem with non-English letters in URLs. I suspect it's a bug, but I'm not sure where exactly the problem is. So I think it's best to give a description of what I'm doing: I want to automatically create text buttons

RE: Can't connect to MySQL with Cocoon 2

2002-05-06 Thread Vadim Gritsenko
From: Daniel Vogelheim [mailto:[EMAIL PROTECTED]] Hello, You can install *headless X* (Xvfb) which is BTW faster than X. Yes, I had already discovered this in the FAQ, but had hoped to get away without. I'll first try the configuration that Conrad F. D'Cruz sent (btw, thanks Conrad!),

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] Now that I've solved my DocBook rendering problem, I'm getting a new problem. Approximately every other request fails with a null pointer exception. Attached below is the full stack trace. I noticed, combing through it that it was either

RE: dispatch to new window in web browser possible?

2002-05-06 Thread Vadim Gritsenko
From: Bert Van Kets [mailto:[EMAIL PROTECTED]] There is NO WAY you can open a new window from the server side. Thanks GOD it is so!!! Otherwise web would be nightmare... Client side JavaScript (or VBscript in IE for the picky ones) is the only way to do this. There are different

RE: How do I use tag libraries in XSP pages?

2002-05-06 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Hi I have a JSP page from an old prototype application which used struts on Weblogic 5.1 Is it possible to use an XSP page instead, and include the tag libraries inside the XSP page? What tag libraries? XSP tag libraries? Or JSP tag

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] Don't think so. You have document() function somewhere, and for some reason, Cocoon failed to resolve the document: What I can't figure out is why the page renders at all! When I start up Cocoon, my first request to the page works.

RE: XSP + Dynamic XML generator ??

2002-05-06 Thread Vadim Gritsenko
it it will work for a dynamic datasource. It does work. Vadim Thanks, -Chris Vadim Gritsenko wrote: One line for you: http://localhost:8080/cocoon/sub/xsp-cocoon Other samples might be useful too. PS Why not use xsp, then xinclude your xml and xslt as necessary? Vadim

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] What do you mean - xsp:page stuck? It should never ever happen after XSP is correctly processed by the serverpages generator. May be you have problem with the XSP? Perhaps it's the way I'm using it... In my system, I'm building up a

RE: Need to replace xalan

2002-05-06 Thread Vadim Gritsenko
Try saxon-6.5.2.jar. Works for me. Vadim -- Resistance is futile. From: Artur Bialecki [mailto:[EMAIL PROTECTED]] Ok, xalan 2.3.1 and xalan head is horribly broken and from the number of bugs I doubt will see a working vision this year. What other XSLT processor can I use that's

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] What do you mean - xsp:page stuck? It should never ever happen after XSP is correctly processed by the serverpages generator. May be you have problem with the XSP? Perhaps it's the way I'm using it... In my system, I'm building up a

RE: xinclude

2002-05-06 Thread Vadim Gritsenko
From: Margrit John [mailto:[EMAIL PROTECTED]] Hi! I have the two xml files below. In the sitemap I want to generate the xml out of these two files. My output (default.xml) is the following: ?xml version=1.0 encoding=UTF-8? Page xmlns:xi=http://www.w3.org/2001/XInclude; Content

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] Do you know about strip-root attribute? Uh, no -- So I can just do map:part src=xxx strip-root=true That would be so much better for me. Yes. This is not valid XSP page. It must have one and only one element inside

RE: XSP + Dynamic XML generator ??

2002-05-06 Thread Vadim Gritsenko
for your help, Welcome. Vadim -Chris Vadim Gritsenko wrote: From: Chris Wolf [mailto:[EMAIL PROTECTED]] I looked over most of the examples, including this one, before posting. It's not really what I want to do, that just seems to be using another pipline as an imput

RE: Need to replace xalan

2002-05-06 Thread Vadim Gritsenko
PROTECTED]; Vadim Gritsenko Subject: Re: Need to replace xalan On Monday 06 May 2002 20:11, Vadim Gritsenko wrote: Try saxon-6.5.2.jar. Works for me. Vadim Just wondering... how is the speed compared to Xalan? -- Torsten

RE: Cocoon and cokies

2002-05-06 Thread Vadim Gritsenko
From: Ruth, Thomas {PDBI~Basel} [mailto:[EMAIL PROTECTED]] Thanks Vadim yes you are right. It this cookie handling of Cocoon I don't know what to do. Any additional tips? Nothing to add - you have to extend URLSource implementation. It does not have cookie management functionality like

RE: Question about WildcardURIMatcher

2002-05-06 Thread Vadim Gritsenko
Alejandro, What's wrong with: map:match pattern=x*/y*/z*.gif map:read mime-type=image/gif src=img/y{2}/z{3}.gif/ PS Plain text mail is better. Vadim -- Resistance is futile. -Original Message- From: Alejandro Raiczyk [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 10:18

RE: dynamically generated cinclude-tag not processed

2002-05-06 Thread Vadim Gritsenko
From: Dirk Reiss [mailto:[EMAIL PROTECTED]] Hello, we try to generate a cinclude:include - tag dynamically using the following code: xsp:element It has three parameters: uri (optional), prefix (optional), name. xsp:param name=namexsp:exprelementName/xsp:expr/xsp:param You

RE: XSP + Dynamic XML generator ??

2002-05-06 Thread Vadim Gritsenko
From: Chris Wolf [mailto:[EMAIL PROTECTED]] Thanks, I'll wait for this XSPT to be better documented, It does not exist. But it is possible. Vadim until then, I'll just write a java-based Transformer... -Chris Vadim Gritsenko wrote: From: Chris Wolf [mailto:[EMAIL

RE: XInclude

2002-05-07 Thread Vadim Gritsenko
You should use base= attribute. IIRC: x:include base=cocoon:/path/ url=to/page/ Vadim -- Resistance is futile. From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]] This probably already has been discussed. But I have two files I want to aggregate. One way to do it is with

RE: XSP + Dynamic XML generator ??

2002-05-07 Thread Vadim Gritsenko
until then, I'll just write a java-based Transformer... -Chris Vadim Gritsenko wrote: From: Chris Wolf [mailto:[EMAIL PROTECTED]] Ok, after reading this, and your previous response, I can now articulate my problem better. It seems the XSP allows

RE: Caching of external documents

2002-05-07 Thread Vadim Gritsenko
From: John Gilbertson [mailto:[EMAIL PROTECTED]] On Fri, 3 May 2002, Vadim Gritsenko wrote: The cached version it's using was me trying in work yesterday.. this morning it's still using that cached version, even though it's requesting the file each time I request the page from

RE: Need to replace xalan

2002-05-07 Thread Vadim Gritsenko
From: Frank Ridderbusch [mailto:[EMAIL PROTECTED]] On Mon, 6 May 2002 14:11:53 -0400 Vadim Gritsenko [EMAIL PROTECTED] wrote: Try saxon-6.5.2.jar. Works for me. Vadim Does it work for you in every respect? I'm also using Saxon and for the most part it works. However I'm

RE: Caching, Xindice, Aggregate

2002-05-07 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] It does not *execute* XSP page neither *calls* XSP page. It merely *reads* XSP page, that's it. Ah, my mistake then, sorry. The interesting thing to note, is that it did not give any errors calling it the way I did -- and when I remove

RE: Dynamic sql in xsp

2002-05-09 Thread Vadim Gritsenko
From: Stephen Ng [mailto:[EMAIL PROTECTED]] I need some advice. I have an xsp which is using esql. The query in the esql is dynamically generated (based upon the request string). I use cinclude to inject the dynamic sql into the esql element. Something like this: esql:execute-query

RE: Dynamic sql in xsp

2002-05-09 Thread Vadim Gritsenko
From: Stephen Ng [mailto:[EMAIL PROTECTED]] Why not generate SQL string *in* this XSP? That's would give the best performance. Or, other way is to obtain this SQL string into String programmatically, without using include. Here I mean do not use include to include your XSLT

RE: Dynamic sql in xsp

2002-05-09 Thread Vadim Gritsenko
From: Stephen Ng [mailto:[EMAIL PROTECTED]] Vadim, Here I mean do not use include to include your XSLT generated SQL, but access cocoon programmatically and get this SQL into String. Then, you will have static XSP source. Sounds good to me but I have absolutely no idea how to do

RE: Possible to use xsl:template in a query?

2002-05-10 Thread Vadim Gritsenko
From: Hahn Kurt (CHA) [mailto:[EMAIL PROTECTED]] Or would it be better to just execute the query and then aggregate the result with the XML? I thought it was more elegant to do that through an XSL... ... The stylesheet below is applied to use a parameter (=odjID) with a query. It is

RE: CachingCIncludeTransformer - no effect?

2002-05-10 Thread Vadim Gritsenko
From: Volker Schneider [mailto:[EMAIL PROTECTED]] Dear colleagues, I have built a xsp-page which takes two xml-Files and builds a xsp which will be compiled by another pipeline: map:match pattern=xsp-part1 map:generate src=part1.xsp/ map:serialize type=xml/

RE: jdk1.4 revisited . What CVS branch? How is 2.0.3?

2002-05-10 Thread Vadim Gritsenko
From: Christopher Watson [mailto:[EMAIL PROTECTED]] Can someone recommend.. I'm about to have another go at getting jdk1.4 and cocoon working together. I've tried 2.0.2 release with failures on 1)ESQL, specifically with connection pooling, once I'd patched EsqlConnection ;- 2)

RE: Sample or documentation about FormValidatorAction?

2002-05-10 Thread Vadim Gritsenko
From: Volker Schneider [mailto:[EMAIL PROTECTED]] Dear colleagues, where can I find a documentation about or a sample using the FormValidator action? Main sitemap, search for form-validator. Source code says that the configuration xml file don't need to be a file. Any source,

RE: WebSphere jdk1.4

2002-05-10 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Hi, anybody out there running Cocoon on WebSpere can tell me if WebSphere is JDK1.4 ready? My experience is IBM is always running way behind. On a sidenote has anybody running Cocoon using JDK1.4 noticed a significant performance

RE: Transformer writing

2002-05-10 Thread Vadim Gritsenko
From: Ben Skelton [mailto:[EMAIL PROTECTED]] Hallo, I am trying to get my head around the cocoon internals. In particular I have an old library which takes XML in an InputStream, performs some (significant) processing and produces XML making it available in an OutputStream (a Document

RE: caching proposals: SQLTransformer and Request

2002-05-10 Thread Vadim Gritsenko
From: Stephen Ng [mailto:[EMAIL PROTECTED]] A couple of things I'd like to do with Cocoon caching; let me know if this is crazy. 1. Add caching to the request generator. Many of my pipelines are transformations based upon the request, and since requestGenerator currently does not

RE: Printing Cocoon2 docs

2002-05-10 Thread Vadim Gritsenko
From: Leszek Gawron [mailto:[EMAIL PROTECTED]] If you want to print the following page: http://localhost:8080/cocoon/documents/introduction.html You can modify it to this URL: http://localhost:8080/cocoon/documents/body-introduction.xml Isn't there a special build target that

RE: new user: really stuck with cocoon/xindice

2002-05-11 Thread Vadim Gritsenko
From: Lizzie O'Grady [mailto:[EMAIL PROTECTED]] dear all have had a look around to see if anyone else has this prob - not sure i'm in the right group. i'm not very technical so going around in circles. got tomcat/xindice open, cocoon page openhave been typing in :

RE: CachingCIncludeTransformer - no effect?

2002-05-13 Thread Vadim Gritsenko
- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Freitag, 10. Mai 2002 14:55 To: [EMAIL PROTECTED] Subject: RE: CachingCIncludeTransformer - no effect? From: Volker Schneider [mailto:[EMAIL PROTECTED]] Dear colleagues, I have built a xsp-page which takes two xml-Files

RE: Urgent: Error Installing Cocoon latest war using in Weblogic 6.1 sp2

2002-05-13 Thread Vadim Gritsenko
From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] From: Konstantin Piroumian [EMAIL PROTECTED] ... I can confirm that this is true also for WebLogic 7.0. I've been able to deploy Cocoon as a directory (didn't try WAR yet) only by renaming jar names without any other file

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Vadim Gritsenko
I can find some look-ups in the cache but not in combination with CachingCIncludeTransformer Best regards - Volker - -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Montag, 13. Mai 2002 14:52 To: [EMAIL PROTECTED] Subject: RE: CachingCIncludeTransformer

RE: Urgent: Error Installing Cocoon latest war using in Weblogic 6.1 sp2

2002-05-14 Thread Vadim Gritsenko
From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] From: Vadim Gritsenko [EMAIL PROTECTED] ... First you have to fix/force BEA to fix weblogic itself. It blindly replaces these properties with links to BEA's versions of parser and XSLT engine in (IIRC) T3SrvrImpl. I was able

RE: att vadim: configuration localhost:8080

2002-05-14 Thread Vadim Gritsenko
From: Lizzie O'Grady [mailto:[EMAIL PROTECTED]] sorry vadim, you are speaking to a real dummy here!...my configuration is on default 4080 as you suggest. its probably really basic...how do i change this? yikes Lizzie: I have not seen your sitemap, but if your XIndice is on port 4080,

RE: Log from mounted sitemap.

2002-05-14 Thread Vadim Gritsenko
From: Artur Bialecki [mailto:[EMAIL PROTECTED]] [ C-2.0.2, J-1.3.1, JB-2.4.4, TC-4.0.4b2, W2K, A-1.2.23] Replace your logkit.xconf with the version from the CVS. Vadim I mount a different sitemap for each of my modules. Do I have to do anything special to see log events from the

RE: Logger for category root.xslt returned

2002-05-14 Thread Vadim Gritsenko
From: kerin // airside.co.uk [mailto:[EMAIL PROTECTED]] Hi everyone, I've been trying to setup Cocoon2.0, and after a couple of days still can't seem to get it up and running. This is my environment: Redhat7.1 J2SDK1.4.0 Tomcat 4.0 on x86. I've got the following environment

RE: Logger for category root.xslt returned

2002-05-14 Thread Vadim Gritsenko
Read http://xml.apache.org/cocoon/installing/index.html, section Headless UNIX and PJA. Vadim -- Resistance is futile. -Original Message- From: kerin // airside.co.uk [mailto:[EMAIL PROTECTED]] From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 14

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Vadim Gritsenko
already. Try accessing these pipelines directly and look for messages from the store. Then proceed to debugging include caching. Does cocoon check for the file extension? No. Vadim Best regards - Volker - -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED

RE: xsp-session ns calls element creation funcs?

2002-05-15 Thread Vadim Gritsenko
From: Zack Angelo [mailto:[EMAIL PROTECTED]] C2 doesn't seem to be behaving as expected...my code looks just like the examples. Any ideas? I'm sure it's something obvious. Okay, so apparently this: String userID = xsp-session:get-attribute name=malin-uid/; Do you have

RE: config memory with multiple cocoon instances one one machine

2002-05-15 Thread Vadim Gritsenko
From: Stephan Michels [mailto:[EMAIL PROTECTED]] On Wed, 15 May 2002, Giuseppe Di Pierri wrote: in each of the three cocoon instances under tomcat, the files cocoon.xconf contains: store-janitor class=org.apache.cocoon.components.store.StoreJanitorImpl

RE: help with redirect and forward

2002-05-15 Thread Vadim Gritsenko
From: Vij, Bhavna [mailto:[EMAIL PROTECTED]] Hi All, I am not able to redirect or forward to another pages I need to do something like that. There's a login page with username and password. If the login is successfull, I need to forward it to page1 else I need to go back to login page

RE: XIndice and Caching

2002-05-16 Thread Vadim Gritsenko
From: Alex McLintock [mailto:[EMAIL PROTECTED]] Hi folks, I have a XIndice backed Cocoon website which I want to speed up. It is far too slow. One thing I need to reduce is the number of XSLT for loops, but that's for another time. The second thing I am looking at is trying to use

RE: upgrading to Cocoon2 and debugging

2002-05-16 Thread Vadim Gritsenko
From: gorillacommunications [mailto:[EMAIL PROTECTED]] Hi all. I am upgrading an application from Cocoon1 to Cocoon2 and am having some problems. I get the error Exception in creating Transform Handler: java.lang.NullPointerException. Usually this means you have an error in the XSLT.

RE: ProcessingException on xml file

2002-05-16 Thread Vadim Gritsenko
From: Pete Carapetyan [mailto:[EMAIL PROTECTED]] This is the error I am getting, while attempting to transform an xml file and display it as html: -- The org.apache.cocoon.www.file_.C_.dev.webapps.cocoon.sitemap_xmap notifies that

RE: calling a servlet (?)

2002-05-22 Thread Vadim Gritsenko
From: Pierfranco Ferronato [mailto:[EMAIL PROTECTED]] Hi all, I'm really new to cocoon I'm trying something I think it is preatty easy: calling a servlet with some parameters map:match pattern= map:generate type=html

RE: XSP Tutorial

2002-05-22 Thread Vadim Gritsenko
From: Leigh Dodds [mailto:[EMAIL PROTECTED]] Hi, IBM have posted my second Cocoon tutorial: Working with XML Server Pages in Apache Cocoon 2 http://www-106.ibm.com/developerworks/education/r-xxsp.html?n-x-4252 It covers the basic principles of XSP (code generation using XSLT); the

RE: Installation Doc build command typo listed

2002-05-22 Thread Vadim Gritsenko
From: Marc Jeffrey Driftmeyer [mailto:[EMAIL PROTECTED]] The target for the build command listed as printerdocs is of course incorrect. Just thought someone would want to change it to the correct, printer-docs target. Thanks for noting this, typo corrected. Thanks, Vadim Sincerely

RE: Livesites

2002-05-22 Thread Vadim Gritsenko
From: Felix Roethenbacher [mailto:[EMAIL PROTECTED]] We built the website of our mountaineering club SAC Sektion Piz Sol with Cocoon 2. http://www.sac-piz-sol.ch Added. Vadim Thank you for your great effort in developing Cocoon. It's cool!! Sincerely, Felix Roethenbacher

<    2   3   4   5   6   7   8   9   10   11   >