Re: get-column-count

2002-02-26 Thread Christian Haul
On 25.Feb.2002 -- 10:58 AM, Joseph Rajkumar wrote: Could some one please confirm where the esql:get-column-count works as it says it should? It should return the number of columns in a result set. I could get esql:get-column-label(number) to work, where number is the index of

Re: How To Mount My WebApp (powered by cocoon)

2002-02-26 Thread Kevin . Ross
Hello Andreas, I don't think I communicated what I want to do very effectively. If I set a new Context in tomcat, that just sets up an alias/file mapping (no knowlege of my classes, jars, and other resources)...I want to deploy multiple application WAR files (without cocoon.war/jars inside)

xi:include problem in xsp?

2002-02-26 Thread Tsui, Alban
Considering the following constructs in an xsp page: xsp:element name=xi:includexsp:attribute name=hrefbarstyle0.xml/xsp:attribute/xsp:element xi:includexsp:attribute name=hrefbarstyle0.xml/xsp:attribute/xi:include xi:include href=barstyle0.xml/ After this xsp, the page is going throught the

Re: How To Mount My WebApp (powered by cocoon)

2002-02-26 Thread Kevin . Ross
Another note: I'm very new to cocoon. I felt that I should just mount a sub sitemap in the cocoon deployment (as you stated previously): map:match pattern=/bredex/** map:mount uri-prefix=/bredex src=/bredex/ check-reload=yes/

How To map:generate XML that has been retrieved from Java without using XSP

2002-02-26 Thread Kevin . Ross
Since I'm new to cocoon, this may be very easy, but I've read a great deal of documentation and haven't run across it. Without using XSP, how can I call on the generator to process xml that is dynamically retrieved by my java class? Would this be an action? Taking it a bit further: Is there

Re: How To Mount My WebApp (powered by cocoon)

2002-02-26 Thread Andreas Hartmann
Hi Kevin, *** REPLY SEPARATOR *** On 26.02.2002 at 10:24 [EMAIL PROTECTED] wrote: Another note: I'm very new to cocoon. I felt that I should just mount a sub sitemap in the cocoon deployment (as you stated previously): map:match pattern=/bredex/**

Re: How To Mount My WebApp (powered by cocoon)

2002-02-26 Thread Kevin . Ross
Or did you write your own generator for XML-RPC? Well, we currently use Apache SOAP RPC and are trying to transition to Apache Axis Web Services...if we don't make it to web services, we'll at least use Axis's implementation of JAX-RPC. These calls are facilitated by Java libraries creating

Performance

2002-02-26 Thread Durrant, Peter
Hi I was wondering what optimisations can be made to get the most performance from Cocoon. There is a conversation about XSLTC happening as one possible performance enhancement. Are there any other tips that people have? I also noticed in the Tomcat 4.0.2 documentation that there is the

pdf and greek fonts

2002-02-26 Thread Kounis Stavros
i have install cocoon 2.0rc1 with tomcat the xml to pdf wxample work fine but what ia need to change to take the same result but with greek fonts thanks Kounis Stavros mailto:[EMAIL PROTECTED] http://www.osmosis.gr - Please

pdf and greek

2002-02-26 Thread Cocoon User
how can i transform xml files into pdf when into the xml's are greek fonts thanks kounis stavros (i can not post in this list ... why ?) - Please check that your question has not already been answered in the FAQ before

Re: Fw: input type=image src=images/submit.gif name=cocoon-action value=Submit

2002-02-26 Thread Niket Anand
Hi Torsten, Have u got something for me as I haven't got solution yet. waiting for ur reply - Original Message - From: Torsten Curdt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 6:13 PM Subject: Re: Fw: input type=image src=images/submit.gif name=cocoon-action

Cocoon2.0.1 with weblogic6.1sp1

2002-02-26 Thread hyl
Doesanyone have success with using cocoon/JSP under weblogic6.1sp1. I had met the following problem. First I copy bea\wlserver6.1\lib\weblogic.jar and j2ee.jar to the cocoon/lib/core and build cocoon. After I build cocoon,I could find the JSPEngineImplWLS the cocoon.jar. It's fine,I have

Re: Performance

2002-02-26 Thread Nicola Ken Barozzi
- Original Message - From: Durrant, Peter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 5:41 PM Subject: Performance [...] extract from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2/RELEASE-N OTES == start of extract ==

Re: OT: delay in message publishing

2002-02-26 Thread Donald Ball
On Mon, 25 Feb 2002, Luca Morandini wrote: is it just me, or there is someone else experiencing a four-hours-delay between sending a message and seeing it published on the list ? it's not just you, it's anyone who happens to send mail to this list from an account which is not subscribed to

FW: OT: delay in message publishing

2002-02-26 Thread Luca Morandini
Donald, I'm sorry to make you tired... but I wasn't aware this list was moderated. Recently, I've changed my send e-mail account, but I haven't done the same for my subscribe account, which explains the delay I've noticed. Since Vadim explained to me the reason of this delay, I've

Install and run C2+T4 as user, not root!

2002-02-26 Thread Baer Peter
As some of you may remember (or see in the list archive) we had some pain to get C2 up and running here in our environment (SuSE Linux 7.3). This is what helped: We changed the ownership of the whole Tomcat-4.0.1 directory to a normal user, who then started the server.

RE: Newbies: New Tutorial about Request Parameters

2002-02-26 Thread Stephen Ng
Title: Message Andreas, This is great stuff!!! Thank you! Stephen Ng Lumigent -Original Message-From: Andreas Hartmann [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 1:05 PMTo: [EMAIL PROTECTED]Subject: Newbies: New Tutorial about Request Parameters

[C2] Content/Layout separation

2002-02-26 Thread Pascal Davoust
Hi all, Here's my current situation. I'm using XSP pages to provide dynamic content (static content + content logic) which are then transformed using stylesheets (layout tranform). Nothing special. Now, I'd like to enhance my layout. I'm trying to make it contextual: for instance, I'd like to

XSLT access to file structure

2002-02-26 Thread jkoster
I am attempting to build a site navigation bar into my web site. Currently I have a file in each directory that allows my xslt stylesheet to display the current directory structure. My question: is there any way with cocoon that I could dynamicly generate that list to save me from hand writing

RE: XML-RPC and Cocoon (Was: How To map:generate XML that has been retrieved from Java without using XSP)

2002-02-26 Thread Ivanov, Ivelin
I hope this doesn't sound OT, but this discussion seemes to be leaning in a direction which concerns the java Portlet-API: http://www.theserverside.com/home/thread.jsp?thread_id=11976 http://www.theserverside.com/resources/article.jsp?l=Portlet_API I was planning to raise this point and ask if

Re: Fw: input type=image src=images/submit.gif name=cocoon-action value=Submit

2002-02-26 Thread Niket Anand
Hello All, Has anybody tried to perform action with following input type input type=image src=images/submit.gif name=cocoon-action-Add Department value=Add Department I have tried on cocoon2.0.2 dev, but it doesnot work and give following error. Please help me out of this problem if anybody has

How to run Cocoon in command-line mode?

2002-02-26 Thread Conal Tuohy
I want to be able to generate all the files in a website, then host those files on another (non-Cocoon) server. I've searched the documentation, but can't find how to run Cocoon in command-line mode. I found a lot of references to running Cocoon in command-line mode, but no examples or

RE: How to run Cocoon in command-line mode?

2002-02-26 Thread Vadim Gritsenko
Read run.bat or run.sh. See also build.xml. Try java org.apache.cocoon.Main. Try build docs Vadim -Original Message- From: Conal Tuohy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 12:33 AM To: Cocoon Users Subject: How to run Cocoon in command-line mode? I want

Install problems with Cocoon2

2002-02-26 Thread Cathie Hagen
Title: Install problems with Cocoon2 I am trying to run Cocoon 2.0.1 on Tomcat 4.0 on Windows 2000. I have installed and can run Tomcat fine. I am getting the following error when starting Cocoon: The sitemap handler's sitemap is not available. Please check logs for the exact error. The

Re: Fw: input type=image src=images/submit.gif name=cocoon-action value=Submit

2002-02-26 Thread Niket Anand
Hello Vadim, Can you help me out of the following problem? - Original Message - From: Niket Anand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 27, 2002 9:53 AM Subject: Re: Fw: input type=image src=images/submit.gif name=cocoon-action value=Submit Hello All, Has

Re: XSLT access to file structure

2002-02-26 Thread KOZLOV Roman
Hi, Perhaps, you could use the directory generator. Something like this: map:generator name=directory src=org.apache.cocoon.generation.DirectoryGenerator label=content/ . . . map:match pattern=**/ map:generate type=directory src={1}/ map:transform