RE: "Please Wait" Message

2002-06-10 Thread TREGAN Fabien
>-Message d'origine- >De: David Vos [mailto:[EMAIL PROTECTED]] <...> >exist, send the message. There is one major problem with this that I >see: If multiple people request the same un-cached file, does Cocoon >spawn multiple processes to build the same file? If so, then the >wait-3-se

Re: pdf output from java code

2002-06-10 Thread Sreenivasan N.
Hi , It will be helpful to others if you can give the configuration required to work with JasperReports in Cocoon. Regards sreenivasan. At 10:29 AM 6/7/02 +0100, you wrote: >Hi, > > I'm using JasperReports, which generates PDF and other reports > from XML >descriptions. > I'm

Re: java.lang.OutOfMemoryError ------help pls

2002-06-10 Thread Niket Anand
Hi Vadim, I have tried it on Tomcat 4.0.4b3. Even though it is showing same problem. How can I deal with this error as it is demotivating factor in accepting cocoon higher version. Thanks for replying. Niket - Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

First access into subsitemap problem

2002-06-10 Thread yuryx
Hi all! Can anyone help me with following problem: I just installed cocoon2.0.2 on Tomcat 4.0.4-b1 (JDK1.3.1_02 Mandrake linux) I created subsitemap tree schema for my web, but before first access to next node (subsitemap) cocoon responses with the following error: (only for cocoon2.0.2 version

RE: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-10 Thread Vadim Gritsenko
> From: Rob Kelley [mailto:[EMAIL PROTECTED]] > > I just installed the whole package on another machine and I encountered > the same problem. I don't know how to modify the error handler to get > more information. Could it be a problem with where I put the jars? > PROBLEM WITH THE JARS? > I'

RE: [C2] bug: still have to touch XSP file after changing logicsheet

2002-06-10 Thread Vadim Gritsenko
> From: Christopher Painter-Wakefield [mailto:[EMAIL PROTECTED]] > > > I see. For some reason, I thought this mechanism was deprecated along > with all processing directive types of things. > > Since things are apparently working the way they are supposed to, then > let me change this from a

RE: Object instanciation at cocoon startup

2002-06-10 Thread Chitharanjan Das
Create a new Servlet by name say InitServlet. Deploy this in the web.xml of cocoon webApp. Have the parameter 1 set to 1 as depicted. Instantiate all the classes and store it the Servlet context. In the init() function of InitServlet... ServletContext servletContext = this.getServletContext();

RE: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-10 Thread Rob Kelley
I just installed the whole package on another machine and I encountered the same problem. I don't know how to modify the error handler to get more information. Could it be a problem with where I put the jars? For the record, here's what I did: 1. installed Tomcat with the exact same Classpath c

Re: Session...How to use it?

2002-06-10 Thread Yromem.com MailingList
you can read this : http://xml.apache.org/cocoon/developing/sunshine-contexts.html Eduardo Godoy wrote: > Sorry, > I know that this is a very simple question... but ... > > How can I set a value in a session, using XSP, and get it into another > XSP page? > > Eduardo.

RE: Cocoon sitmap compilation error in WebSphere

2002-06-10 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Cocoon users far and near, > > I am trying to run Cocoon in the WebSphere test environment for development > and I got everythign to compile and publish. > > But, when the sitemap tries to compile I recieve the below. > > Any suggestions

Re: XMLForms. HOWTO bug?

2002-06-10 Thread Yromem.com MailingList
actually i write : xmlform.xml -> addsession-tag.xsl -> session transformer -> removesession-tag.xsl -> xmlform2html.xsl but it don't work, and i don't know why ? if someone want i can give you that ? khalid. Ivelin Ivanov wrote: > > Interested to write one ? ;) > > > Andrew C. Oliver wrot

Session...How to use it?

2002-06-10 Thread Eduardo Godoy
Sorry,     I know that this is a very simple question... but ...   How can I set a value in a session, using XSP, and get it into another XSP page?   Eduardo.

RE: writing actions

2002-06-10 Thread Geoff Howard
It's pretty easy. There are a number of org.apache.cocoon.acting classes that you can extend, depending on your need. AbstractAction will get you the bare minimum - it implements the Action interface and gives you access to a logger. I needed to extend ComposerAction, because I needed to accomp

RE: "Please Wait" Message

2002-06-10 Thread Vadim Gritsenko
> From: David Vos [mailto:[EMAIL PROTECTED]] > > We are running a website that provides classic literature in several > different formats (by chapter, pdf, postscript, etc), and we are moving > over to cocoon for better flexibility. The server handles several hundred > thousand hits a day, so pe

Cocoon sitmap compilation error in WebSphere

2002-06-10 Thread Adam_Waldal
Cocoon users far and near, I am trying to run Cocoon in the WebSphere test environment for development and I got everythign to compile and publish. But, when the sitemap tries to compile I recieve the below. Any suggestions? type fatal message Error compiling sitemap description org.apache

Re: cocoon as commandline tool

2002-06-10 Thread leo leonid
On Monday, June 10, 2002, at 08:05 Uhr, Vadim Gritsenko wrote: >> From: leo leonid [mailto:[EMAIL PROTECTED]] >> >> Is there any documentation or How-To on this topic? > > No, you can write one. > > The only 'documentation' is output produced by the Main.java (let the > source be with you, Leo

RE: Getting XML from request

2002-06-10 Thread Mike Ash
Title: RE: Getting XML from request Oops...on my way...thanks for being patient -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 1:20 PM To: [EMAIL PROTECTED] Subject: RE: Getting XML from request You should get it from CVS directly,

"Please Wait" Message

2002-06-10 Thread David Vos
We are running a website that provides classic literature in several different formats (by chapter, pdf, postscript, etc), and we are moving over to cocoon for better flexibility. The server handles several hundred thousand hits a day, so performance is an issue. As it is, it can take cocoon awh

RE: Getting XML from request

2002-06-10 Thread Mike Ash
Title: RE: Getting XML from request Vadim, Thanks again the new stuff works just fine -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 1:20 PM To: [EMAIL PROTECTED] Subject: RE: Getting XML from request You should get it from CV

RE: Getting XML from request

2002-06-10 Thread Vadim Gritsenko
You should get it from CVS directly, not from snapshot. >From here: http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/java/org/apache/cocoon /components/language/markup/xsp/XSPObjectHelper.java?rev=1.6.2.1&only_wi th_tag=cocoon_2_0_3_branch&content-type=text/vnd.viewcvs-markup Or, you can wait

RE: Getting XML from request

2002-06-10 Thread Mike Ash
Title: RE: Getting XML from request I got the latest automated dist and the source file from 2.02 is the sameis XSPObjectHelper the class you meant? I got it from this org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper -Original Message- From: Vadim Gritsenk

RE: java.lang.OutOfMemoryError ------help pls

2002-06-10 Thread Vadim Gritsenko
Try tomcat 4.0.4. Vadim > From: Niket Anand [mailto:[EMAIL PROTECTED]] > > Hi All, > I am getting this error when running cocoon-2.0.2 with tomcat-4.0.3. > Earlier it was working fine with cocoon-2.0 and tomcat-4.0.1 > What could the problem after shifting to higher version of cocoon and > t

RE: cocoon as commandline tool

2002-06-10 Thread Vadim Gritsenko
> From: leo leonid [mailto:[EMAIL PROTECTED]] > > Is there any documentation or How-To on this topic? No, you can write one. The only 'documentation' is output produced by the Main.java (let the source be with you, Leo ;) Vadim > /Leo. > > On Monday, June 10, 2002, at 05:09 Uhr, Vadim Gri

Re: recompile Excalibur

2002-06-10 Thread Roger I Martin PhD
Hi, If you don't mind a large email (~449k) I can push my Avalon builds (Saturday cvs HEAD) to you. Building framework and logkit is a breeze but Excalibur is another story. Also the HEADs of Excalibur and logkit are missing files. See comments below. -Roger - Original Message - From:

java.lang.OutOfMemoryError ------help pls

2002-06-10 Thread Niket Anand
Hi All, I am getting this error when running cocoon-2.0.2 with tomcat-4.0.3. Earlier it was working fine with cocoon-2.0 and tomcat-4.0.1 What could the problem after shifting to higher version of cocoon and tomcat? This might the problem related to the size of sub-sitemap.So how can I get rid o

Re: cocoon as commandline tool

2002-06-10 Thread leo leonid
Is there any documentation or How-To on this topic? /Leo. On Monday, June 10, 2002, at 05:09 Uhr, Vadim Gritsenko wrote: >> From: Renzo Kottmann [mailto:[EMAIL PROTECTED]] >> >> Hello All, >> >> My name is Renzo and I'm a NEWBIE to cocoon. My machine is succesfully >> running Cocoon 2.0.2 with

Re: XMLForms. HOWTO bug?

2002-06-10 Thread Ivelin Ivanov
Interested to write one ? ;) Andrew C. Oliver wrote: > Yromem.com MailingList wrote: > >> Hi, >> >> do you plan to write a simple way to use XMLForm when we need only one >> Form : >>with no need to write a javabean (or javacode) >> I trie to understand all the XMLForm, but it is difficul

Re: We need a detailed comparison with Struts (XML/REST integration?)

2002-06-10 Thread Ivelin Ivanov
As long as Struts is concerned, Cocoon 2.1 includes the XMLForm components, which takes a lot of Struts' ideas. XMLForm was designed from the ground up for REST style web services. http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard.html If you want to contribute a comparis

Re: Cocoon article on JDJ

2002-06-10 Thread Ivelin Ivanov
Thanks for letting us know Mathew. I hope you'll add the links to these articles and ApacheCon presentations in the Cocoon Links pages. Matthew Langham wrote: > Ivelin wrote: > > > Those new couple books coming out this year will certainly help with 1). > Are there folks that can help publi

Re: XMLForms. HOWTO bug?

2002-06-10 Thread Andrew C. Oliver
Yromem.com MailingList wrote: > Hi, > > do you plan to write a simple way to use XMLForm when we need only one > Form : >with no need to write a javabean (or javacode) > I trie to understand all the XMLForm, but it is difficult to me. (the > java part) > > Khalid. +1 -- We need a "Hello X

RE: RequestParmAction does not work with blanks in form input field

2002-06-10 Thread Naquin, Beth
Title: RE: RequestParmAction does not work with blanks in form input field This is just a guess, but are you putting blanks in form fields that you are trying to use in the pipeline below?  If so, are the fields values really blank or are they 'null'?  Maybe it will help to default your textbo

RE: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Vadim Gritsenko
> From: Jonathan Layes [mailto:[EMAIL PROTECTED]] > > On Mon, Jun 10, 2002 at 11:35:58AM -0400, Vadim Gritsenko wrote: > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > > Nope, this is not a bug. Sitemap works this way, break

RE: Getting XML from request

2002-06-10 Thread Vadim Gritsenko
There was an error in XSP helper class. Please get latest version of XSPObjectHelper.java from the CVS or update to latest CVS version. Vadim -Original Message- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 11:53 AM To: '[EMAIL PROTECTED]' Subject: RE: Getting

Re: XMLForms. HOWTO bug?

2002-06-10 Thread Yromem.com MailingList
Hi, do you plan to write a simple way to use XMLForm when we need only one Form : with no need to write a javabean (or javacode) I trie to understand all the XMLForm, but it is difficult to me. (the java part) Khalid. Ivelin Ivanov wrote: > > UserBean.java: > private Node system; > >

RE: Getting XML from request

2002-06-10 Thread Mike Ash
Title: RE: Getting XML from request The XMLizable object I am using is from org.apache.cocoon.components.source.URLSource Which gets an xml file from a url.  The file is a regular xml file with a couple of nodes in it. This class extends from org.apache.cocoon.components.source.Abstra

Re: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Jonathan Layes
On Mon, Jun 10, 2002 at 11:35:58AM -0400, Vadim Gritsenko wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > Nope, this is not a bug. Sitemap works this way, breaking > execution > > > > > on > > > > > first serialize. > > >

RequestParmAction does not work with blanks in form input field

2002-06-10 Thread Sternath Elmar
Hello, as soon as I put some blanks into an INPUT text/textarea field, I get the following output in my browser (cocoon2.0.1/tomcat4.0.1) My pipeline looks as follows (works fine without blanks):

RE: Getting XML from request

2002-06-10 Thread Vadim Gritsenko
Now you can go to XSPObjectHelper.xspExpr and see that if object is XMLizable it does not print anything like classname@memory-address. Can it come from your XMLizable object? Test it. Vadim -Original Message- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 11:1

RE: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 10.Jun.2002 -- 11:05 AM, Vadim Gritsenko wrote: > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > > > Nope, this is not a bug. Sitemap works this way, breaking execution > > > > on > > > > first serialize. > > > > > > Sure, bu

RE: AccessControlException when requesting cocoon.war

2002-06-10 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > C:\j2sdkee1.3.1\repository\u68111\web\cocoon-files doesn't exist. > There is only C:\j2sdkee1.3.1\repository\u68111\web\cocoon. > > These directories have no restrictions but they belong to the administrator. "Give all permissions for thi

org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.OutOfMemoryError

2002-06-10 Thread Niket Anand
Hi All, I am getting this error when running cocoon-2.0.2 with tomcat-4.0.3. Earlier it was working fine with cocoon-2.0 and tomcat-4.0.1 What could the problem after shifting to higher version of cocoon and tomcat? This might the problem related to the size of sub-sitemap.So how can I get rid

Re: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Christian Haul
On 10.Jun.2002 -- 11:05 AM, Vadim Gritsenko wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > Nope, this is not a bug. Sitemap works this way, breaking execution > on > > > first serialize. > > > > Sure, but have a second look at the code: There's only one serialize. > > Yup,

RE: AccessControlException when requesting cocoon.war

2002-06-10 Thread Sylvain.Thevoz
C:\j2sdkee1.3.1\repository\u68111\web\cocoon-files doesn't exist. There is only C:\j2sdkee1.3.1\repository\u68111\web\cocoon. These directories have no restrictions but they belong to the administrator. Thank you -Message d'origine- De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Date: l

RE: Getting XML from request

2002-06-10 Thread Mike Ash
Title: RE: Getting XML from request I did and here is the line in java    XSPObjectHelper.xspExpr(contentHandler, request.getAttribute("xmlData")); the XSPObjectHelper.xspExpr is suppossed to work with the XMLizable object to get the xml.  So is this saying that the URLSource object I put

writing actions

2002-06-10 Thread gorillacommunications
Hi All, I am trying to write an action for my application. I have this line in my sitemap to define the action. My class is in a jar file in \tomcat\webapps\cocoon\WEB-INF\lib. Is this the correct place for it? Also, I am confused about what my class needs to extend. Is it AbstractAction? T

RE: AccessControlException when requesting cocoon.war

2002-06-10 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Thank you for the answer but the error permission seems to be in > C:\j2sdkee1.3.1\repository\u68111\web\cocoon C:\j2sdkee1.3.1\repository\u68111\web\cocoon-files > but there are no files in this > directory!?! There are no any files be

RE: cocoon as commandline tool

2002-06-10 Thread Vadim Gritsenko
> From: Renzo Kottmann [mailto:[EMAIL PROTECTED]] > > Hello All, > > My name is Renzo and I'm a NEWBIE to cocoon. My machine is succesfully > running Cocoon 2.0.2 with the Tomcat-Machine. > > I'm reading the mailinglist a few weeks. I find the list MOST > useful. Many questins other people had

recompile Excalibur

2002-06-10 Thread Patrick . Pierra
hi, I've build cocoon 2.0.3 with jdk 1.4. All run well on Tomcat 4.0.3. However as Vadim as me said I have to recompile Excalibur (to get JDBC3.0 datasources)? I don't know how to do that. I've downloaded Excalibur source code 4.1. My questions are : Have i to download ANT to build Excalibur ?

RE: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 10.Jun.2002 -- 10:15 AM, Vadim Gritsenko wrote: > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > > On 09.Jun.2002 -- 07:53 PM, Jonathan Layes wrote: > > > > Hi all, > > > > > > > > I have a recurring theme in a few of my site

RE: How to do URL rewriting

2002-06-10 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Dear colleagues, > > I tried to find out, how to do URL rewriting with Cocoon 2 when cookies are > switched off. I looked in several mails: Vadim said that you have to do URL Yup. > rewriting yourself, but in Request.java I can find a me

RE: AccessControlException when requesting cocoon.war

2002-06-10 Thread Sylvain.Thevoz
Thank you for the answer but the error permission seems to be in C:\j2sdkee1.3.1\repository\u68111\web\cocoon but there are no files in this directory!?! Sorry but I am a bit desoriented. I use the deploytool tool from Sun and normaly you just add the .war in an application (.ear) and you depl

RE: replace standard-error-site

2002-06-10 Thread Vadim Gritsenko
> From: Christoph Stocker [mailto:[EMAIL PROTECTED]] > > hi! > > but which xsl-page i have to replace? Edit the XSL stylesheet you specified in your handle-errors pipeline in your sitemap.xmap. Vadim > greetings, chris > > > Christoph Stocker wrote: > > hi! > > > > can i put there a static

RE: AccessControlException when requesting cocoon.war

2002-06-10 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hello, > > I'm new in Coccon and I try to install Cocoon 2 on the Sun J2EE ref. server. > I deploy the cocoon.war on my J2EE server and it seems OK. Cocoon needs read/write access to some directory to put its temp files in. Either give ac

Re: cocoon as commandline tool

2002-06-10 Thread Sebastien SACARD
Renzo, I can answer only to 3 (I'm a newbie too, but I'm please to answer to this) : -u is the log level different values available, INFO, DEBUG for example. DEBUG will give useful informations when things go wrong. Renzo Kottmann wrote: >Hello All, > >My name is Renzo and I'm a NEWBIE to coc

RE: Getting XML from request

2002-06-10 Thread Vadim Gritsenko
Check Java code generated from the XSP, in tomcat/work directory. Vadim -Original Message- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 8:26 AM To: '[EMAIL PROTECTED]' Subject: RE: Getting XML from request Well I finally got an XMLizable object (URLSource) pu

cocoon as commandline tool

2002-06-10 Thread Renzo Kottmann
Hello All, My name is Renzo and I'm a NEWBIE to cocoon. My machine is succesfully running Cocoon 2.0.2 with the Tomcat-Machine. I'm reading the mailinglist a few weeks. I find the list MOST useful. Many questins other people had were also answered to me. But now I've several question on my own:

Re: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Christian Haul
On 10.Jun.2002 -- 10:15 AM, Vadim Gritsenko wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > On 09.Jun.2002 -- 07:53 PM, Jonathan Layes wrote: > > > Hi all, > > > > > > I have a recurring theme in a few of my sitemaps and, although I > > > have solved the problem, I'm not partic

org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.OutOfMemoryError

2002-06-10 Thread Niket Anand
Cocoon 2 - Internal server error type fatal message Error compiling sitemap description org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.OutOfMemoryError source Cocoon servlet stack-tra

RE: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 09.Jun.2002 -- 07:53 PM, Jonathan Layes wrote: > > Hi all, > > > > I have a recurring theme in a few of my sitemaps and, although I > > have solved the problem, I'm not particularly happy with the solution. > > Here's the problem in pseudo-

How to do URL rewriting

2002-06-10 Thread Volker Schneider
Dear colleagues, I tried to find out, how to do URL rewriting with Cocoon 2 when cookies are switched off. I looked in several mails: Vadim said that you have to do URL rewriting yourself, but in Request.java I can find a method boolean isRequestedSessionIdFromURL(); So it seems that cocoon sup

RE: Tomcat/cocoon encoding problem

2002-06-10 Thread Vadim Gritsenko
> From: Michael Mangeng [mailto:[EMAIL PROTECTED]] > > Hi > > thanx for your help but i´ve already solved the problem with the help of Jan > Uyttenhove. > My locale settings on the linux box had to be changed too. > > I´ve written this points together: (hope they help if sombody get the same >

RE: replace standard-error-site

2002-06-10 Thread Christoph Stocker
hi! but which xsl-page i have to replace? greetings, chris Christoph Stocker wrote: > hi! > > can i put there a static HTML-Site in it?? > and how? This is a question about XSLT. Just match the root tag and put the output page in it. -Original Message- From: Nicola Ken Barozzi [m

RE: We need a detailed comparison with Struts (XML/REST integration?)

2002-06-10 Thread Argyn Kuketayev
> How about using these (struts, enhydra, etc.) as XML-based > back-ends to a > Cocoon presentation front-end? I wouldn't say that struts is XML based. Its configuration is stored in XML, the rest is pure Javabeans. - Please c

Re: Cocoon article on JDJ

2002-06-10 Thread Paul Gilligan
I hope that it will be in XML format :) Argyn Kuketayev wrote: >>Something we have noticed is the lack of Cocoon presentations at >>conferences. We have submitted 3 for the coming ApacheCon but we have >>noticed that we seem to be the only people submitting >>anything. Is this the >>case? > >

RE: Cocoon article on JDJ

2002-06-10 Thread Argyn Kuketayev
> Something we have noticed is the lack of Cocoon presentations at > conferences. We have submitted 3 for the coming ApacheCon but we have > noticed that we seem to be the only people submitting > anything. Is this the > case? I was going to write an article this year on Cocoon. Nobody (whom I s

Re: AccessControlException when requesting cocoon.war

2002-06-10 Thread Paul Gilligan
check the permissions on the files that you installed, what user sis you install it as ? and what user are you running it as? on my systems I am installing as root and running under a "nobody" user group [EMAIL PROTECTED] wrote: > Hello, > > I'm new in Coccon and I try to install Cocoon 2 on

RE: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-10 Thread William Brogden
> -Original Message- > From: Rob Kelley [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 09, 2002 4:41 PM > To: [EMAIL PROTECTED] > Subject: RE: Barf on JSPGenerator on Hello.jsp (HELP!) > > > > I'm still stuck here. Any help would be appreciated. > > > > > > I'm running cocoon

Re: replace standard-error-site

2002-06-10 Thread Nicola Ken Barozzi
Christoph Stocker wrote: > hi! > > can i put there a static HTML-Site in it?? > and how? This is a question about XSLT. Just match the root tag and put the output page in it. - Please check that your question has not alr

AccessControlException when requesting cocoon.war

2002-06-10 Thread Sylvain.Thevoz
Hello, I'm new in Coccon and I try to install Cocoon 2 on the Sun J2EE ref. server. I deploy the cocoon.war on my J2EE server and it seems OK. But when I request "cocoon" from my browser ( http://localhost:8000/cocoon) there is an exception: javax.servlet.ServletException: Servlet.init() for

Re: To war with .WAR

2002-06-10 Thread Roger I Martin PhD
Hi, Yep it's working! Just tried your links. > > QUESITION... when will we have a working c2 with jdk 1.4? > I've been using jdk1.4 + tomcat4.x and c2.x-dev since December; Albeit until now by downloading the Avalon source code and modifying it's jdbc connection:) However, my modifications mad

RE: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-10 Thread Piroumian Konstantin
I have no problems in running JSP samples in Cocoon 2.1-dev, Tomcat 4.0.1. They work out-of-box, without any jasper-compiler or xerces/xalan tweaking. (The access URL is http://localhost:8080/cocoon/samples/jsp/). The SAX Exception usually comes from a non well-formed source XML. Check, if your H

SOAP

2002-06-10 Thread Graaf, Edgar de (fin)
Hi, I have add a xsp. The problem is that when the SOAP method is called, then it is called 8 times. I have tried to solve it with a boolean, but appearantly the XSP is not called 8 times (but the SOAP part is). To me it looks like it is http://apache.org/xsp/soap/3.0. Is this a known issue? Or c

2.0.3 and taglibs ??

2002-06-10 Thread Montier Patrick
Hi, Sorry but now my taglib doesn't work since i migrate from a previous release. Any change in 2.0.3 from previous release in configuration files ? I try a very short sample but the XML file is simply read without the parsing of taglib method (xsl). Any idea where i could get some information o

RE: replace standard-error-site

2002-06-10 Thread Christoph Stocker
hi! can i put there a static HTML-Site in it?? and how? greetings, chri -Original Message- From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Sent: Montag, 10. Juni 2002 12:01 To: [EMAIL PROTECTED] Subject: Re: replace standard-error-site From: "Christoph Stocker" <[EMAIL PROTECTED

RE: Getting XML from request

2002-06-10 Thread Mike Ash
Title: RE: Getting XML from request Well I finally got an XMLizable object (URLSource) put into the request, however when I try to get it like this it returns the xml but also my.class.name@memoryaddress the above line make the xml it returns invalid. Anyone know how to turn off the

RE: Cocoon article on JDJ

2002-06-10 Thread Andreas Kuehne
Hi Matthew, > Something we have noticed is the lack of Cocoon presentations at > conferences. We have submitted 3 for the coming ApacheCon but we have > noticed that we seem to be the only people submitting anything. Is this the > case? I would be eager to do some presentatitions on Cocoon, but

Re: Form submission - results to a new window? [OT?]

2002-06-10 Thread Derek Hohls
Great - thanks Christoph ! >>> "Christoph Gaffga" <[EMAIL PROTECTED]> 10/06/2002 12:56:36 >>> Better you use this an take a look no http://www.w3.org/TR/html4/interact/forms.html#h-17.3 Yours Christoph Gaffga - Original Message - From: "Volker Schneider" <[EMAIL PROTECTED]

Re: Form submission - results to a new window? [OT?]

2002-06-10 Thread Christoph Gaffga
Better you use this an take a look no http://www.w3.org/TR/html4/interact/forms.html#h-17.3 Yours Christoph Gaffga - Original Message - From: "Volker Schneider" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 12:44 PM Subject: RE: Form submission - re

RE: We need a detailed comparison with Struts (XML/REST integration?)

2002-06-10 Thread Brian Topping
> -Original Message- > From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 4:32 AM > To: [EMAIL PROTECTED]; Sylvain Wallez; > [EMAIL PROTECTED] > Subject: Re: We need a detailed comparison with Struts (XML/REST > integration?) > > > On Monday 10 June 2002

Re: Form submission - results to a new window? [OT?]

2002-06-10 Thread Bert Van Kets
At 11:54 10/06/2002 +0200, you wrote: >Hi > >I appreciate that this is not strictly a Cocoon issue - but thought >there >might be a guru here to help > >I have a form which will be submitted to Cocoon for processing. > > From the XSLT: > > > >where @target will obviously correspond to some Coc

To war with .WAR

2002-06-10 Thread Paul Gilligan
Ok, Trying cocoon-2.0.2 and got errors compiling sitemap etc. ... strange release this?? So moved back to the latest snapshot of dev 2.1 using xml-cocoon2_20020608102200.tar.gz Objective: To run jdk 1.3 + tomcat 4 + c2, so that I can connect to my new shinny Oracle 9.2 istallation because I

RE: Form submission - results to a new window? [OT?]

2002-06-10 Thread Volker Schneider
Hi Derek, I'm afraid you have to do it with JavaScript: Do this With: function doThis() { document.forms[0].action = "forms/dothis"; document.forms[0].submit(); } Best regards - Volker - -Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED]] Sent: Montag, 10. Juni 2002 1

Object instanciation at cocoon startup

2002-06-10 Thread David LAGARDERE
Hello. Sorry if this question does not deal directly with cocoon. I would like to know if it is possible to instanciate some objects at startup and to store them in the Cocoon Servlet context (like I would have done within the init() method) so they can be available to all sessions. Thanks. Dav

RE: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-10 Thread Rob Kelley
I'm still stuck here. Any help would be appreciated. > > I'm running cocoon 2.0.2 on Tomcat 4.0.1 (Windows). I've been trying to run the hello example for the jsp: > > http://127.0.0.1:8080/cocoon/jsp/hello > > I get the same error (stack trace at end of email): > > "SAXExcepti

Re: replace standard-error-site

2002-06-10 Thread Nicola Ken Barozzi
From: "Christoph Stocker" <[EMAIL PROTECTED]> > hi! > > > how do i replace the standard error-site from cocoon, which shows the > errors > and exceptions and with a site, designed by myself. > > do i have to set a flag in the sitemap.xmap or somewhere? Change the stylesheet in . is a no

Form submission - results to a new window? [OT?]

2002-06-10 Thread Derek Hohls
Hi I appreciate that this is not strictly a Cocoon issue - but thought there might be a guru here to help I have a form which will be submitted to Cocoon for processing. >From the XSLT: where @target will obviously correspond to some Cocoon pipeline match entry eg. "forms/dothis" Th

Loss of service

2002-06-10 Thread Paul Gilligan
Dear All, I had cocoon Dev 2.1 running for a few weeks fine then I decided to replace it with a more stable version so I removed the cocoon directory from under $CATALINA_HOME/webapps and saved the old war file. Now I can't restart tomcat with cocoon, even after replacing tomcat & cocoon and E

Re: MOD-DB problem

2002-06-10 Thread Christian Haul
On 06.Jun.2002 -- 09:40 PM, Christian Haul wrote: > Frank Taffelt wrote: > >it seems that new MODDB Actions doesn't alway's process the tables in the > >right order. > > > >In my understanding the processorder of the tables is determined by their > >order in the table-set element. > >Under some

Re: We need a detailed comparison with Struts (XML/REST integration?)

2002-06-10 Thread Bertrand Delacretaz
On Monday 10 June 2002 10:23, Sylvain Wallez wrote: >. . . > 4 - Can we integrate Stuts and Cocoon ? > -- > The JSP part of Struts can certainly be integrated into Cocoon using the > JSPGenerator. What about the controller part (i.e. the servlets) ? >. . . Ring

We need a detailed comparison with Struts

2002-06-10 Thread Sylvain Wallez
Hi folks, In less than 10 days, (potential) customers asked "how does Cocoon compare to Struts and JSP ?" This isn't the first time this question is asked, but it's becoming more and more frequent. So in turn I ask you this question, since my knowledge of Struts is limited to the docs at the

Re: building problem...

2002-06-10 Thread Patrick . Pierra
hi Liam, Thanks for your Reply. My building was successfull. I simply put my "xml-cocoon2" directory in the root of my D drive. I have now an url like : "D:\xml-cocoon2\" I think the problem was may be with the character "¨¦" because i had an URL like : "D:\t¨¦l¨¦chargement\cocoon\xml-co

Re: Tomcat/cocoon encoding problem

2002-06-10 Thread KOZLOV Roman
There is another solution (when using Tomcat) which is independent of a system locale - to use default ("UTF-8") encoding for cocoon's components and in client's browser. The main problem which I've faced implementing the "UTF-8" solution is decoding request parameters. However it is easy to fix i

Re: "Global" variables

2002-06-10 Thread KOZLOV Roman
Hi, Does the following example help? http://{../1}{context}/img"/> Here is the "host" matcher is used to get the "host:port" (here it is {../1}). The "request" action is used to get a context "/app-name" (here it is {context} and f

Re: building problem...

2002-06-10 Thread Liam Morley
This is definitely a shot in the dark.. but here goes. Perhaps the È character in the name of a parent directory is not within any of the character sets that your java version supports (if you are running with jdk1.4, you can see what charsets you have by looking at the Charset

RE: Cocoon article on JDJ

2002-06-10 Thread Matthew Langham
Ivelin wrote: >> Those new couple books coming out this year will certainly help with 1). Are there folks that can help publishing more articles in the computer magazines? << Carsten and I have written 2 articles on Cocoon for German IT magazines this year. We have another one planned for xml.co

Cocoon.war Language Exception on WebLogic6.1 sp2

2002-06-10 Thread Helena Ginzburg
Hi, I need your help! The first cocoon welcome page is displayed properly. Now, the problem I am facing is, bea is not loading sub sitemaps. I am getting the following error: message Language Exception description org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.compone

Re: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Christian Haul
On 09.Jun.2002 -- 07:53 PM, Jonathan Layes wrote: > Hi all, > > I have a recurring theme in a few of my sitemaps and, although I > have solved the problem, I'm not particularly happy with the solution. > Here's the problem in pseudo-sitemapese: > > > > > > >

Re: Tomcat/cocoon encoding problem

2002-06-10 Thread Michael Mangeng
Hi thanx for your help but i´ve already solved the problem with the help of Jan Uyttenhove. My locale settings on the linux box had to be changed too. I´ve written this points together: (hope they help if sombody get the same probs): -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- How to