RE: How can I make a validation !

2001-06-18 Thread Vadim Gritsenko
PROTECTED]Subject: Re: How can I make a validation !Thanks Vadim, I tried but doesn't work, now the message is: java.lang.RuntimeException: Error executed prepared statement: insert into Departamento values Vadim Gritsenko wrote: Why do you use esql:parameter here

RE: Is SQLTransformer gonna be there?..Re: SQL Transfomer

2001-06-26 Thread Vadim Gritsenko
-Original Message- From: java guru [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 11:31 To: [EMAIL PROTECTED] Subject: Is SQLTransformer gonna be there?..Re: SQL Transfomer This may look like newbie question..but is SQLTransformer and taglib gonna continue or

RE: funny problem with sitemap session validator

2001-07-02 Thread Vadim Gritsenko
Looks like that instead of map:read src=docs/images/{1}.gif mime-type=image/gif/ you need to use map:read src=docs/images/{../1}.gif mime-type=image/gif/ Note: {1} replaced with {../1}. If it does not help, post your entire pipeline. Vadim -Original Message- From: java guru

RE: funny problem with sitemap session validator

2001-07-02 Thread Vadim Gritsenko
PROTECTED] Subject: RE: funny problem with sitemap session validator Thanks for the reply..it worked..but can u please explain why?.. Thanks for u time.. --- Vadim Gritsenko [EMAIL PROTECTED] wrote: Looks like that instead of map:read src=docs/images/{1}.gif mime-type=image/gif/ you

RE: Problems with linebreaks in Cocoon 2

2001-07-05 Thread Vadim Gritsenko
Try this: xsl:for-each select=state xsl:text function start(frm){ initialize('/xsl:text xsl:value-of select=@id/ xsl:text', /xsl:text xsl:apply-templates/ xsl:text); output(frm, 'init'); }/xsl:text /xsl:for-each

RE: [C2.0/1] Error in SQLTransformer??

2001-07-09 Thread Vadim Gritsenko
Check CVS version of transformer - IIRC this issue is already resolved. Vadim -Original Message- From: Lajos Moczar [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 15:20 To: [EMAIL PROTECTED] Subject: [C2.0/1] Error in SQLTransformer?? I've been trying to find out why

RE: Cocoon2 - bad performance with increasing amount of clients?!

2001-07-25 Thread Vadim Gritsenko
It is important also to properly size component pools as this affect performance a lot. If pools are too small comparing to the load, Cocoon will create/destroy components for each request. Vadim -Original Message- From: Berin Loritsch [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

[VOTE?] RE: Processing Time in last line in C2 like in 1.8?

2001-07-27 Thread Vadim Gritsenko
I added show-time parameter to web.xml in HEAD branch. (This preserves existing functionality of cocoon-showtime parameter which is given higher priority) Shall we add this parameter to 2.0 also? Vadim -Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Sent:

RE: How to program for Cocoon2?

2001-07-30 Thread Vadim Gritsenko
-Original Message- From: Hewko, Doug [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 9:26 AM To: '[EMAIL PROTECTED]' Subject: How to program for Cocoon2? I am eager to get started programming server-side XML in Cocoon2. First, is there a document that says where I can

RE: part sequence of execution

2001-07-31 Thread Vadim Gritsenko
-Original Message- From: java guru [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 10:45 AM To: cocoon users Subject: map:part sequence of execution Hi., I was wondering if the map:part s of map:aggregate will execute in the sequence they are mentioned or Yes.

RE: strange Language Exception

2001-07-31 Thread Vadim Gritsenko
Do you have this problem with latest CVS version? I think that this is already fixed in CVS. Thanks, Vadim -Original Message- From: Enke Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 3:56 PM To: [EMAIL PROTECTED] Subject: xsp: strange Language Exception Hi

RE: Very beginner question

2001-07-31 Thread Vadim Gritsenko
It is possible using Cocoon2 and its command line interface (CLI). Download unpack cocoon, then launch run.sh or run.bat, and follow instructions. Vadim -Original Message- From: Duane Kehoe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 4:40 PM To: [EMAIL PROTECTED]

RE: strange Language Exception

2001-08-01 Thread Vadim Gritsenko
-Original Message- From: Enke Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 11:25 AM To: [EMAIL PROTECTED] Subject: Re: strange Language Exception Vadim Gritsenko wrote: Send your test_error_xsp.java which is found under Cocoon's work directory

RE: Strange error messages...

2001-08-01 Thread Vadim Gritsenko
Check first line of your XML, it should look like: ?xml version=1.0 encoding=ISO-8859-1? or ?xml version=1.0 encoding=UTF-8? (encoding might be different in your case) Vadim -Original Message- From: Hewko, Doug [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 11:21 AM

RE: Cocoon2 changing links on me....

2001-08-03 Thread Vadim Gritsenko
Hi, These are basic XSLT questions, and have nothing to do with Cocoon - use XSLT mail lists in future. Here is an answer: you must write this in one line: xsl:attribute name="href"mailto:xsl:value-of select="member/e_mail"/@ccra-adrc.gc.ca/xsl:attributeOR use xsl:text: xsl:attribute

RE: c2 package names driving me crazy...

2001-08-03 Thread Vadim Gritsenko
I'm looking into this issue. Hope will resolve over the weekend. Vadim -Original Message- From: java guru [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 2:13 PM To: cocoon users Subject: Fwd: c2 package names driving me crazy... Hi., Pardon me for posting this

RE: Aggregation

2001-08-03 Thread Vadim Gritsenko
Aggregator is generator also, and you can't have more then one in a pipeline. Try this: map:match pattern=test map:aggregate element=sum map:part src=docs/login.xsp / map:part src=docs/config.xml element=userprofile/ /map:aggregate

RE: c2 package names driving me crazy...

2001-08-06 Thread Vadim Gritsenko
/webapp/ And clearly this path is derived from the physical folder path of the build location..isnt this cause more problems? Thanx for u r time.. --- Vadim Gritsenko [EMAIL PROTECTED] wrote: Please checkout latest CVS, now it should be ok Vadim -Original Message

RE: c2 package names driving me crazy...

2001-08-08 Thread Vadim Gritsenko
like org/apache/cocoon/www/file_/C_/tmp/testmenu/sms/xml_cocoon2/webapp/ And clearly this path is derived from the physical folder path of the build location..isnt this cause more problems? Thanx for u r time.. --- Vadim Gritsenko [EMAIL PROTECTED] wrote

RE: Problems when installing Cocoon with Tomcat 3.1

2001-08-08 Thread Vadim Gritsenko
http://xml.apache.org/cocoon2/install.html should be enough. If not, Tomcat 3.X section should be modified. Vadim -Original Message- From: Hewko, Doug [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 2:13 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE:

RE: Strange problem with the Reader

2001-08-14 Thread Vadim Gritsenko
Assuming you do not see image correctly after refresh: I had similar problem, but it's gone now for some reason. What I do remember: Try and test this under Tomcat - problem should go away. Also, if you put resin behind HTTP cache, problem should disappear. I do not have explanation for this.

RE: Wildcard Parameters in Sitemap

2001-08-17 Thread Vadim Gritsenko
Mark, Question 1: Consider the two following map components, noting the position of {1}: This one works: map:match pattern=protected/** map:aggregate element=site map:part src=cocoon:/{1}-screen.xml element=screen/ map:part src=docs/lookandfeel.xml

RE: [C2] Stream Generator

2001-08-17 Thread Vadim Gritsenko
-Original Message- From: Eric Vernichon [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 6:19 AM To: [EMAIL PROTECTED] Subject: RE: [C2] Stream Generator Sorry for the same 3 posts but there was a problem of delayed email. Try this: map:generate type=stream

RE: searchable mailing list..

2001-08-17 Thread Vadim Gritsenko
And here is the (in)complete table of mail archives: http://xml.apache.org/cocoon2/mail-archives.html With searchable? column in the table. Vadim -Original Message- From: Luca Morandini [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 8:26 AM To: [EMAIL PROTECTED]

RE: urls mix up

2001-08-17 Thread Vadim Gritsenko
-Original Message-From: cib [mailto:[EMAIL PROTECTED]]Sent: Friday, August 17, 2001 5:42 PMTo: Cocoon User Mail ListSubject: urls mix up Hi I'm getting a bit mixed up with urls inside Tomcat, each application , Cocoon. Just a few questions - how do I get the

RE: C2: Create session conditionally in XSP page?

2001-08-21 Thread Vadim Gritsenko
I beleive this would create session: xsp:logic String id = session:get-id/; /xsp:logic Another approach is to move authentication code into action, then your XSP could have create-session=true. Or even move the whole part into action,

RE: message is null

2001-08-22 Thread Vadim Gritsenko
On a contrary. :) Regards, Vadim -Original Message- From: Madock Chiwenda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 12:58 AM To: [EMAIL PROTECTED] Subject: message is null Hi I am testing Cocoon2 on Tomcat 3.2.2. On using Manage Employee Sample page the

RE: Need help with session:set-attribute

2001-08-22 Thread Vadim Gritsenko
Try session:set-attribute name=fruitxsp:exprapple/xsp:expr/session:set-attribute Vadim -Original Message- From: Enke Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 9:01 AM To: [EMAIL PROTECTED] Subject: Need help with session:set-attribute Hello again, I

RE: C2: can't match images in sitemap

2001-08-22 Thread Vadim Gritsenko
Chris, Access images/my_image.jpg from the browser and look into cocoon.log file. (you may want to delete existing cocoon.log - if any - before this) Vadim -Original Message- From: Chris Newland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 10:10 AM To: Cocoon-Users

RE: Need help with session:set-attribute

2001-08-22 Thread Vadim Gritsenko
); XSPRequestHelper.invalidateSession(objectModel); ... Michael Vadim Gritsenko wrote: Try session:set-attribute name=fruitxsp:exprapple/xsp:expr/session:set-attribute Vadim -Original Message- From: Enke Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 9:01 AM

RE: separation of content and logic

2001-08-23 Thread Vadim Gritsenko
If you write for Oracle you could use connect by clause of select statement. http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a85397/state21b.htm#2065648 Vadim -Original Message- From: Max Larsson [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23,

RE: Passing a parameter to a XSL Stylesheet

2001-08-23 Thread Vadim Gritsenko
1) Put your parameters inside XML generated by XSP, or 2) In XSP, put parameters as attributesof request object, use action in sitemap to obtain these parameters into sitemap parameters, ans pass these parameters to XSL: map:genenrate type="serverpage" src="..."/ map:act

RE: [C2] issues/observations

2001-08-23 Thread Vadim Gritsenko
-Original Message- From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 7:38 AM To: [EMAIL PROTECTED] Subject: Re: [C2] issues/observations Hi! Hello, I'm currently evaluating Cocoon 2 for the next version of our site (we deployed with

RE: newcomer: desperately impossible getting Cocoon Started

2001-08-23 Thread Vadim Gritsenko
1. Put Tomcat 3.2.3 (that's latest release) 2. Do build clean 3. Do not copy cocoon, but do build install (see 3a) Automatic install. in install file) 4. Remove jaxp.jar, parser.jar from tomacat/lib 5. put xerces_1_4_1.jar into tomcat/lib 6. launch tomcat. If you still have problem, send

RE: Session Parameters in Stylesheets

2001-08-23 Thread Vadim Gritsenko
Use action to get session attributes and return them to sitemap. Right now there is no such action, but it is easy to write it. Vadim -Original Message- From: logica [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: Session Parameters

RE: Purpose of LinkSerializer?

2001-08-24 Thread Vadim Gritsenko
Title: Purpose of LinkSerializer? It returns list of URLs referenced from page, one URL on a line. Used by CLI, look into Main.java Vadim -Original Message-From: Michael McKibben [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 23, 2001 5:24 PMTo: '[EMAIL

RE: [C2] Webapp directory for development...

2001-08-24 Thread Vadim Gritsenko
-Original Message- From: Per Kreipke [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 12:10 PM To: [EMAIL PROTECTED] Subject: RE: [C2] Webapp directory for development... I hate to do this, but I'm still confused. Can anyone help? 7/25/01: Berin, Should I

RE: [C2] easy Q: about pipelines

2001-09-04 Thread Vadim Gritsenko
-Original Message- From: Michael McKibben [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 10:01 PM To: [EMAIL PROTECTED] Subject: [C2] easy Q: about pipelines Hello, I have a (dare I say 'dumb'?) question regarding pipelines defined in the sitemap. What is the

RE: log sizes

2001-09-04 Thread Vadim Gritsenko
Yes, this is jakarta question. Ask on jakarta list or just edit your conf/server.xml Vadim -Original Message- From: Matt Jezorek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 10:48 AM To: [EMAIL PROTECTED] Subject: log sizes Is there anyway to make logs smaller

RE: Confused about Actions

2001-09-10 Thread Vadim Gritsenko
It soon will become FAQ... Try this: map:match pattern=**.xml map:act type=email map:generate src={../1}.xml/ Action also can return parameters, and you need parameters from previous (one level up) component.

RE: Nobody Knows HOW TO SAVE STREAM ON DISK!!

2001-09-10 Thread Vadim Gritsenko
-Original Message- From: cib [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 2:30 PM To: Cocoon User Mail List Subject: Nobody Knows HOW TO SAVE STREAM ON DISK!! Hi, I've been sending message everywhere and reading any book on jsp, and nowhere it's told how I can

RE: [C2] blank pages ????

2001-09-12 Thread Vadim Gritsenko
Define error-handler type=404/ in your pipelines/ (in addition to error-handler/) Regards, Vadim -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 12:58 PM To: Cocoon Users Subject: [C2] blank pages Dear All, I seem to

RE: [C2] multiple versus individual pipelines

2001-09-12 Thread Vadim Gritsenko
Nope, Michael mentioned everything. Vadim -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 1:40 PM To: [EMAIL PROTECTED] Subject: Re: [C2] multiple versus individual pipelines At 11:00 AM -0600 12/9/01, Michael McKibben

RE: [C2] blank pages ????

2001-09-12 Thread Vadim Gritsenko
12, 2001 2:51 PM To: [EMAIL PROTECTED] Subject: RE: [C2] blank pages At 1:19 PM -0400 12/9/01, Vadim Gritsenko wrote: Define error-handler type=404/ in your pipelines/ (in addition to error-handler/) The tag error-handler/ is not in the sitemap logicsheet, sitemap.xsl. Do you

RE: inherit actions in sub-sitemaps?

2001-09-12 Thread Vadim Gritsenko
Works for me... I do not have even map:actions in my subsitemap, and actions got inherited. Vadim -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 3:12 PM To: Cocoon Users Subject: inherit actions in sub-sitemaps? Hi All,

RE: Cocoon and dbXML

2001-09-21 Thread Vadim Gritsenko
Tobias, Please add catch statement for throwable and try again: catch (Exception e) { System.out.println(e.toString() ); } catch (Throwable e) { e.printStackTrace(); } finally { I am sure that there are no miracles of this kind in Java. Vadim

RE: Pipeline caching...

2001-09-24 Thread Vadim Gritsenko
By default XSP generated by Cocoon are not cached, and executed on every request. To change this behaviour, you need to add these two methods: xsp:page language=java xmlns:xsp=http://apache.org/xsp; xsp:logic public long generateKey(){ // Unique ID of your page return

RE: cocoon 2 and tomcat 4

2001-09-24 Thread Vadim Gritsenko
Work just fine if followed instructions in install.html document. Make sure you do have empty CLASSPATH when building cocoon.war. Vadim -Original Message- From: Ed Nixon [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 6:53 PM To: [EMAIL PROTECTED] Subject: cocoon 2 and

RE: Pipeline caching...

2001-09-25 Thread Vadim Gritsenko
- Da: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Inviato: lunedì 24 settembre 2001 17.06 A: [EMAIL PROTECTED] Oggetto: RE: Pipeline caching... By default XSP generated by Cocoon are not cached, and executed on every request. To change this behaviour, you need to add these two methods

RE: the saga continues: cocoon2rc1a with tomcat4.0 (as a service on win2K)

2001-09-26 Thread Vadim Gritsenko
I have default installation of Tomcat 4 (no mods), dropped there cocoon.war, and it's working. No tomcat libs were replaced/removed. Platform: JDK1.3.1 on Win, Tomcat 4.0. Regards, Vadim -Original Message- From: Ed Nixon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26,

RE: Tomcat 4.0 final and Cocoon 2.0rc1 again...

2001-09-26 Thread Vadim Gritsenko
And also, please make sure you are using 2.0rc1a version: http://xml.apache.org/cocoon2/dist/Cocoon-2.0rc1a.tar.gz Vadim -Original Message- From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 4:52 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0

RE: AW: internal server error

2001-09-27 Thread Vadim Gritsenko
If you are brave enough, you could try to make cocoon run under JDK1.4, if you do not have much java hacking experience, revert to JDK1.3.1 Vadim -Original Message- From: raghu iyengar [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 9:13 AM To: [EMAIL PROTECTED];

RE: taglibs for stylesheets

2001-09-30 Thread Vadim Gritsenko
-Original Message- From: Aurelien [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 30, 2001 8:46 AM To: [EMAIL PROTECTED] Subject: taglibs for stylesheets Hi, I just love the logicsheet mechanism. Now, I wondered wether it'd be possible to implement a similar mechanism for

RE: [Proposal] C2 + tomcat 4

2001-10-02 Thread Vadim Gritsenko
From: Alfredas Chmieliauskas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 8:29 AM To: [EMAIL PROTECTED] Subject: [Proposal] C2 + tomcat 4 Hello, It seems that c2 + tomcat4 is the most problematic issue for a couple of weeks already (while it is one of the most used

RE: C2: offline site generation

2001-10-02 Thread Vadim Gritsenko
Examine run.bat/run.sh - it's here for a reason ;) Use "run -help"for list ofarguments options. If you are using CVS version, the easiest way to get it running is: 1. build dist 2. cd dist/cocoon* 3. run Regards, Vadim -Original Message-From: Michael Zach [mailto:[EMAIL

RE: [Proposal] C2 + tomcat 4

2001-10-02 Thread Vadim Gritsenko
-Original Message- From: Ed Nixon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 10:06 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Proposal] C2 + tomcat 4 Comments below... At 09:41 AM 02/10/2001 -0400, Vadim Gritsenko wrote: From: Alfredas

RE: How to set up cocoon to pass parameters?

2001-10-02 Thread Vadim Gritsenko
There are couple of ways of achieving that. --- FIRST WAY: Define (and use) transformer which would have access to ALL request parameters: map:transformers default=xslt ... map:transformer

RE: act under map:pipeline ??

2001-10-04 Thread Vadim Gritsenko
No, you can't have an action there (sitemap.xsl, lines: 486-493). Surround it with match like this: map:pipelines map:pipeline map:match pattern=** map:act map:match .. ... /map:match map:match ... /map:match

RE: How to have prompt for download?

2001-10-04 Thread Vadim Gritsenko
File type associations are in windows explorer, tools - folder options - file types (on Win2000). But the best solution is to use right-click and save target as options ;) Vadim -Original Message- From: Hewko, Doug [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 7:21 AM

RE: Installing Cocoon 2 on Weblogic 6.1

2002-01-03 Thread Vadim Gritsenko
From: Gallagher, Liz [mailto:[EMAIL PROTECTED]] Does anybody know how to sucessfully deploy Cocoon 2 on Weblogic Server 6.1 sp1 as a WAR file? The cocoon.war file contain a JAR file that has a 2-character prefix (XT.JAR). This is causing a prefix string too short exception. Some users

RE: Re: Can I apply dynamic XSL to XML in Cocoon 2 ?

2002-01-04 Thread Vadim Gritsenko
From: YANG Qiandong [mailto:[EMAIL PROTECTED]] Can I change sitemap in XSP code? No, never! If you need dynamic XSL please have Cocoon to generate it for you: map:transform src=cocoon:/generate-xsl/ Please refer to examples in sub-sitemap: http://localhost:8080/cocoon/sub/ Regards,

RE: expr

2002-01-08 Thread Vadim Gritsenko
From: Wap Brunei [mailto:[EMAIL PROTECTED]] xsp:logic XMLDBManager db = new XMLDBManager(); String node = (String)db.RetrieveDoc(1); /xsp:logic Cocoon xsp:content xsp:exprnode/xsp:expr /xsp:content /Cocoon node is an xml document in

RE: How to configure cocoon2 to work when requesting a jsp file with its extension?

2002-01-08 Thread Vadim Gritsenko
From: Gasper [mailto:[EMAIL PROTECTED]] Hello I'm trying to install my app with cocoon2 and jetty, which has jsp through xslt transformations and was written in orion. My question is: - Can cocoon 2 be configured to serve requests like http://localhost:8080/cocoon/jsp/hello.jsp

RE: sitemap error, after installing cvs version

2002-01-08 Thread Vadim Gritsenko
Please delete temporary directory and try again. For Tomcat, it is usually %TOMCAT_HOME%/work. Vadim -Original Message- From: Thomas Sempf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 4:52 PM To: [EMAIL PROTECTED] Subject: sitemap error, after installing cvs version

RE: XMLDBSourceFactory missing ?

2002-01-08 Thread Vadim Gritsenko
From: Gianugo Rabellino [mailto:[EMAIL PROTECTED]] Yann Secq wrote: I want to use Tomcat+Cocoon+Xindice. I had some luck with the first two, but I miss something with Xindice : it seems that the CVS doesn't provide the org.apache.components.source.XMLDBSourceFactory. I thought I

RE: Urgent!Help to integrate xindice with cocoon!

2002-01-08 Thread Vadim Gritsenko
From: Wap Brunei [mailto:[EMAIL PROTECTED]] this is my xml file === ?xml version=1.0? ?cocoon-process type=xsp? xsp:page xmlns:xsp=http://www.apache.org/1999/XSP/Core; xmlns:map=http://apache.org/cocoon/sitemap/1.0;

RE: Newbie ESQL Questions

2002-01-08 Thread Vadim Gritsenko
From: NUGENT ROBERT (APP3RJN) [mailto:[EMAIL PROTECTED]] Hi, We are new to Cocoon here, and hope to use it in an application in which we will make heavy use of ESQL with Oracle 8i. I have two basic questions: First, regarding documentation: The ESQL examples, as well as the ESQL

RE: Does cocoon2 support xslt translation through ?xml-stylesheet? tag inside xml?

2002-01-09 Thread Vadim Gritsenko
From: Gasper [mailto:[EMAIL PROTECTED]] Hi The question is: Can I have an xml document written as jsp or xsp that has different xslt translations denpended on the http parameters the page gets. Can cocoon be cofigured to do this and how to do it. Please, read more on sitemap and

RE: Virtual-domain-directorys in Cocoon2

2002-01-09 Thread Vadim Gritsenko
From: Kreyñel, Conny [mailto:[EMAIL PROTECTED]] Hi, I have installed a Apache- and a Tomcat 4-Server and now I have configured the Apache that for all domains the /go subdirectory forward to the cocoon-app via mod_webapp. And now my problem. I could use a subdirectory for every domain

RE: Sitemap problem with latest cvs version ?

2002-01-09 Thread Vadim Gritsenko
From: Yann Secq [mailto:[EMAIL PROTECTED]] Vadim Gritsenko wrote: -r flag is sticky: once used, it is remembered. You need to do fresh checkout as Gianugo suggested, or do -A which clears this flag, or -r HEAD. Thanks ! It's the first time I use CVS and i had some problems

RE: Count XSL Processing Time

2002-01-09 Thread Vadim Gritsenko
From: Nick Fingerhut [New Identity AG] [mailto:[EMAIL PROTECTED]] Hi Folks, does anyone know how to count the xslt processing time? Cocoon 2 CVS version have a profiler which can give you an idea where the time is spent. Look into cocoon.xconf for profiler configuration: you have to use

RE: Understanding cocoon ......

2002-01-09 Thread Vadim Gritsenko
From: Christoph Henrici [mailto:[EMAIL PROTECTED]] I have been studying, testing and playing around with cocoon in the last few days as a newcomer : i am greatly impressed with what ease with cocoon pipelines arbrary data sources can be chained to a result target: a very powerful

RE: Does cocoon2 support xslt translation through ?xml-stylesheet? tag inside xml?

2002-01-10 Thread Vadim Gritsenko
will do the transformation. Thanks. Gasper - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 5:18 PM Subject: RE: Does cocoon2 support xslt translation through ?xml-stylesheet? tag inside xml? From: Gasper

RE: Sitemap problem with latest cvs version ?

2002-01-10 Thread Vadim Gritsenko
From: Yann Secq [mailto:[EMAIL PROTECTED]] Vadim Gritsenko wrote: Once you downloaded new version, delete old working directory which contains classes generated with previous version of Cocoon. They could be incompatible with newer version of Cocoon. Yes, i had this problem, but even

RE: Use request parameter selection in pipeline

2002-01-10 Thread Vadim Gritsenko
From: Maksimov, Aleksey [mailto:[EMAIL PROTECTED]] Hi Aleksey, If I were to do what you suggest. How would the pipeline know which request parameter it is accessing, since in my different pipelines I may have different parameter names to select? I tried that case this way first:

RE: errors handling

2002-01-10 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Hi ! I'd like to handle several kinds of errors, differently if possible ; on my site, the pipeline serves mainly .html pages using the XML files which have the same filename but with the .xml extension. More precisely, if the

RE: Problems compiling recent checkout of Cocoon2

2002-01-10 Thread Vadim Gritsenko
Archive suggesting: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=100879385811581w=2 PS This helped me once Regards, Vadim From: jrajkumar [mailto:jrajkumar] On Behalf Of Joseph Rajkumar Hi I am on a Mandrake-8.1 Linux platform using JDK-1.3.1_02 from Sun and ant 1.4.1.

RE: Problems compiling recent checkout of Cocoon2

2002-01-10 Thread Vadim Gritsenko
Thanks Joseph Rajkumar Vadim Gritsenko wrote: Archive suggesting: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=100879385811581w=2 PS This helped me once Regards, Vadim From: jrajkumar [mailto:jrajkumar] On Behalf Of Joseph Rajkumar Hi I am on a Mandrake

RE: Accessing dbxml over cocoon2

2002-01-10 Thread Vadim Gritsenko
Hint 1: java.lang.ClassNotFoundException: org.dbxml.client.xmldb.DatabaseImpl Do you have org.dbxml.client.xmldb.DatabaseImpl in WEB-INF/lib/*.jar? Hint 2: To work with dbXML 1.0b4 you need dbXML.jar and juggernaut-1.0.jar in WEB-INF/lib/. Vadim -Original Message- From: Thomas Sempf

RE: Cocoon 2 international language support

2002-01-11 Thread Vadim Gritsenko
This might work (I did not try): map:serialize mime-type=text/html; charset=youencoding/ Vadim -Original Message- From: Alex Kachanov [mailto:[EMAIL PROTECTED]] How can I make Cocoon insert charset information in the header of the response?

RE: Help! Where to put Action classes?

2002-01-11 Thread Vadim Gritsenko
From: Miller, Grant [mailto:[EMAIL PROTECTED]] My package is called 'com.mycompany.app' and my action is defined as: map:actions map:action name=get_date class=com.mycompany.app.DateAction/ /map:actions Reading other postings I get the impression that my class should be

RE: Apache 1.3, tomcat and Cocoon

2002-01-11 Thread Vadim Gritsenko
Cocoon + Tomcat: http://xml.apache.org/cocoon/installing/index.html From: David McInnis [mailto:[EMAIL PROTECTED]] http://xml.apache.org/cocoon/ctwig/ctwig-gettingstarted.html On Fri, 2002-01-11 at 08:47, Olivier MOUGEL wrote: Hi cocooners, I'm looking for a brief tutorial which

RE: C2.1-dev i18n default language

2002-01-12 Thread Vadim Gritsenko
From: Gustav Liden [mailto:[EMAIL PROTECTED]] Hi, I'm using i18n for managing a bi-lingual website (in English and Swedish). My message catalogs have the following filename endings: ..._sv.xml - for the Swedish text xml - for English, since I want this to be the default language

RE: 404 error with Apache-Tomcat-Cocoon

2002-01-14 Thread Vadim Gritsenko
From: CalexO [mailto:[EMAIL PROTECTED]] 1. Do you have sitemap entry to process your request? What is sitemap entry ? Welcome to Cocoon 2! And I recommend you to start with reading some documentation: http://xml.apache.org/cocoon/userdocs/concepts/index.html

RE: sitemap_xmap

2002-01-14 Thread Vadim Gritsenko
From: Robert Yates [mailto:[EMAIL PROTECTED]] Hi, I was wondering if anyone could help me, Ive been set the nightmare task of setting up cocoon 2 on one of our developement boxes and basically after 2 weeks of looking at internal errors i think its fair to say im not getting anywhere

RE: message The sitemap handler's sitemap is not available. Please check logs for the exact error.

2002-01-14 Thread Vadim Gritsenko
You have to look into Cocoon's logs, not Tomcat's. Usually they are located under cocoon/WEB-INF/logs. Vadim From: Thomas Cherryhomes [mailto:[EMAIL PROTECTED]] The Logs don't reveal anything specific that says that an error had occured, nor any java exceptions this is the log

RE: stylesheets aggregation

2002-01-14 Thread Vadim Gritsenko
From: root [mailto:root] On Behalf Of Christian Zoffoli Hi to all. Is it possible to aggregate many stylesheets ? Yes. ...how ? Using aggregation capabilities of Cocoon: 1. map:aggregate construct in the sitemap, 2. CInludeTransformer and XIncludeTransformer. For more information on

RE: Cocoon URL

2002-01-14 Thread Vadim Gritsenko
From: Yuri Gadow [mailto:[EMAIL PROTECTED]] From the FAQ it would seem that one cannot run Cocoon from a URL or context other the /cocoon (since the FAQ only offers ideas for changing the URL by having Apache rewrite on the fly.) Is this correct No, that's not true. (if so, anyone have

RE: Cocoon URL

2002-01-14 Thread Vadim Gritsenko
No, never. It does not have anything like this inside. Vadim From: Emmanuel Bardet [mailto:[EMAIL PROTECTED]] Don't you have to change the web.xml file as well ? -Original Message- From: Bert Van Kets [mailto:[EMAIL PROTECTED]] Sent: lundi 14 janvier 2002 22:45 To: [EMAIL

RE: Cocoon URL

2002-01-14 Thread Vadim Gritsenko
From: Yuri Gadow [mailto:[EMAIL PROTECTED]] Ok, thanks guys. I realise I didn't state the original question as fully as I should, the second half of it was missing. What I have is a WAR with Cocoon2 (C2), and a large amount of other presentation layer 'stuff' (JSP, Servlets, etc.) So,

RE: Request parameter to a transformer

2002-01-14 Thread Vadim Gritsenko
From: Laurent CAPRANI [mailto:[EMAIL PROTECTED]] I need to provide a request parameter to a transformation. Ex: http://.../application/page.xml?my-parameter=value I tried to send a parameter to this transformer this way: map:match pattern=application/**.xml map:generate

RE: Cocoon on a read-only medium

2002-01-17 Thread Vadim Gritsenko
From: JÃrn Heid [mailto:[EMAIL PROTECTED]] Is it possible to run Cocoon on a CD (without having the possibility to write anything)? Yes. You won't get any logs, everything else is Ok. I think you can precompile all(?) of the dynamic content, Yes. but doesn't Cocoon generate the

RE: Pre compiling Sitemap XSP

2002-01-17 Thread Vadim Gritsenko
From: Max Larsson [mailto:[EMAIL PROTECTED]] Hi, following the instruction in the FAQ to do precompiling of the SItemap and the XSP i get the following error in the cocoon.log: java.lang.IllegalAccessError: try to access class org.apache.cocoon.www.sitemap_xmap$Configurer from class

RE: cocoon processing time

2002-01-17 Thread Vadim Gritsenko
From: Nick Fingerhut [New Identity AG] [mailto:[EMAIL PROTECTED]] Hi Cocooners, is there an easy way to count the cocoon processing time from the browser request till the request is finished? tail -f cocoon/WEB-INF/logs/access.log.01 | grep Processed by See also web.xml, show-time

RE: XSP- XSL-XML- for example Xindice

2002-01-17 Thread Vadim Gritsenko
From: Stefan [mailto:[EMAIL PROTECTED]] snip/ Stefan, I set up a pipeline, which gets some XML Data from Xindice und transforms the data to XSP. This step is required because the retrieved Data always is enclosed in resourcesresource etc. elements. So at least I have to enclose the things

RE: speeding - cocoon processing time

2002-01-17 Thread Vadim Gritsenko
Search archives of xml-cocoon-dev list on scalability. There was a thread on optimization tips month or two ago. Vadim From: Alex Kachanov [mailto:[EMAIL PROTECTED]] OK, great Does anyone know how to optimize Cocoon configuration to speed up startup and processing time? Some tricks in

RE: dynamic stylesheet using an XSP ...possible?

2002-01-19 Thread Vadim Gritsenko
Yes. See cocoon/sub/sitemap.xmap for examples. Vadim From: root [mailto:root] On Behalf Of Christian Zoffoli Hi to all. Is it possible to generate a stylesheet using an XSP ? ...and using is like a normal stylesheet with the cocoon pseudo protocol ?? ...thanks in advance

RE: Implement a Generator or a URLStreamHandler?

2002-01-19 Thread Vadim Gritsenko
From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] On Saturday 19 January 2002 06:05, Conal Tuohy wrote: . . . I think my options are either to write a NewsGroupGenerator in the Cocoon framework, or a URLStreamHandler (and URLStreamHandlerFactory) in the Java URL framework. With a

RE: Cocoon on a read-only medium

2002-01-21 Thread Vadim Gritsenko
? Matthias -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 3:01 PM To: [EMAIL PROTECTED] Subject: RE: Cocoon on a read-only medium From: JÃrn Heid [mailto:[EMAIL PROTECTED]] Is it possible to run Cocoon on a CD (without

RE: Cocoon on a read-only medium

2002-01-21 Thread Vadim Gritsenko
From: Robert Koberg [mailto:[EMAIL PROTECTED]] - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] Or do you rellay mean you put everything on a CD, together with the data, and get an PDF/HTMLoutput from such a stand-alone application running the CD on any

  1   2   3   4   5   6   7   8   9   10   >