Re: FOP debug message meaning

2002-04-09 Thread John Austin
On Tuesday 09 April 2002 15:04, you wrote: > When running FOP without turning off the debug information written to > the standard out, text such as this is printed when FOP finishes > rendering a PDF page: > > Parsing of document complete, stopping renderer > Initial heap size: 111343Kb > Current

Re: linux x11 howto cocoon

2002-04-09 Thread Marc Jeffrey Driftmeyer
Condescending attitudes disgust me more than the occasional RTFM mistakes personally. Sincerely, Marc J. Driftmeyer Vadim Gritsenko wrote: >>From: Daniel Martin [mailto:[EMAIL PROTECTED]] >> >>thanks for the fast response. >> >>you were right, there is a section in the faq where my problem is

Missing API Docs in Cocoon 2.0.2 and latest CVS

2002-04-09 Thread Marc Jeffrey Driftmeyer
Copy from Clipboard: --- File Not Found http://localhost/cvsDocs/apidocs/index.html File Not Found http://localhost/cvsDocs/userdocs/concepts/samples/catalog-demo Unknown Format http://local

HP-SOAP Server announcement

2002-04-09 Thread DZIEMBOWSKI,KINGA (HP-NewJersey,ex2)
Hi All, I would like to announce the general availability release of HP Web Services Platform 2.0, a standards-based platform for developing, deploying, registering, discovering, and invoking Web services. Key components include the following: * HP-SOAP 2.0 - SOAP server and XML document p

RE: Tags: Passing dynamically generated values for parameters

2002-04-09 Thread Vadim Gritsenko
> From: Sreedhar Chintalapaty [mailto:[EMAIL PROTECTED]] > > Vadim, > > > Have you heard that you suppose to send only plain > > text emails on this list? > > My apologies for the inadvertent mistake. Ok. > > About your question... Seems that logicsheet you > > build does not work with dyna

RE: transform XML through Apache+Proxy+Cocoon?

2002-04-09 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > I have a project where I need to do the following: > > For an XML file anywhere on the Web that conforms to a > DTD that I specify, transform that file into HTML using > a specified XSLT stylesheet. The DTD and stylesheet > reside on a

RE: Problems with c2.0.3-dev: Type 'serverpages' is not defined for 'generate'

2002-04-09 Thread Vadim Gritsenko
> From: Andrew John Savory [mailto:[EMAIL PROTECTED]] On Behalf Of Andrew > Savory > > > Hi, > > I'm having problems with the latest c2.0.3-dev from CVS that I can't track > down. Specifically, cocoon is failing (and failing even to send out an > error as proper HTML) and reporting: > > Type

RE: Stylesheet directed termination

2002-04-09 Thread Vadim Gritsenko
> From: alex [mailto:[EMAIL PROTECTED]] > > Hi folks, > > I am getting a "Stylesheet directed termination" error with one particular > sub-sitemap. Everything on that subsite is broken - even gifs. > We presumably made a small change to the sitemap or to a stylesheet but > tracking it down is a

RE: linux x11 howto cocoon

2002-04-09 Thread Vadim Gritsenko
> From: Daniel Martin [mailto:[EMAIL PROTECTED]] > > thanks for the fast response. > > you were right, there is a section in the faq where my problem is > described. SORRY! > > > i use j2sdk1.4.0 on suse7.1 but > the option -Djava.awt.headless=true > doesn't work. there is now another class no

RE: Tags: Passing dynamically generated values for parameters

2002-04-09 Thread Sreedhar Chintalapaty
Vadim, > Have you heard that you suppose to send only plain > text emails on this list? My apologies for the inadvertent mistake. > About your question... Seems that logicsheet you > build does not work with dynamic parameters. As such, it does. For example, I can pass in parameters for the m

RE: PDF from JFC-Applications using COCOON

2002-04-09 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Nicola, what I'd intend is to invoke pdf-creation via xsp/xsl that exist in > my cocoon2 environment from JFC-Application. Once I have the generated pdf I > could use the OS-specific installed pdf-viewer. > > I read about cocoon's command

RE: cocoon sitemap not available?

2002-04-09 Thread Vadim Gritsenko
> From: Marc Jeffrey Driftmeyer [mailto:[EMAIL PROTECTED]] > > Do yourself a favor and install Tomcat 4.0.4 Beta 2. It will save you a > lot of headache that 4.0.3 produces. That's a good one! I think it can go right into the FAQ ;) Vadim > > -Marc > > > > Axel Huizinga wrote: > > > Hi!

RE: Redirecting on error

2002-04-09 Thread Vadim Gritsenko
> From: Chris Warr [mailto:[EMAIL PROTECTED]] > > > Bit of a newbie so this may be a dumb question but I'm having trouble > finding out how to do this from the documentation and samples. Is it > possible to do this in the site map: > > > http://anothersite.com/pdfgenerationerror.asp"/>

RE: Tags: Passing dynamically generated values for parameters

2002-04-09 Thread Vadim Gritsenko
Sreedhar: Have you heard that you suppose to send only plain text emails on this list? About your question... Seems that logicsheet you build does not work with dynamic parameters. > still have a problem. What really needs to happen is that this > value should get evaluated _before_ the java fi

How to get HTML (not XHTML) from the HTMLSerializer (C2.0.1)

2002-04-09 Thread Yuri Gadow
Specifically, how can one prevent empty tags (such as br or input) from being serialized as and ? Seems that HTMLSerializer utilizes a null transform for serialization, and passes in "html" as an OutputMethod, but Xalan kicks out the tags regardless. There was some discussion on the Xalan list a

Re: linux x11 howto cocoon

2002-04-09 Thread tvon
On Tue, Apr 09, 2002, Daniel Martin wrote: > i use j2sdk1.4.0 on suse7.1 but > the option -Djava.awt.headless=true > doesn't work. there is now another class not found exception Well, if you want to keep Batik (you dont seem to, but just for kicks...), what is this new error? It just might be u

Cocoon shapping cart?

2002-04-09 Thread Ron Surratt
Hi, Does anybody have or know who has completed a shopping cart in cocoon? It would be nice to have a search feature which could return multiple pages. Also 2 levels of categories would be nice. Thanks Ron Surratt - P

transform XML through Apache+Proxy+Cocoon?

2002-04-09 Thread Harry J. Foxwell
I have a project where I need to do the following: For an XML file anywhere on the Web that conforms to a DTD that I specify, transform that file into HTML using a specified XSLT stylesheet. The DTD and stylesheet reside on a Web server that I can set up as a proxy. I've been told that Apache+P

RE: Is it possible to fire an error from a XSL file ?

2002-04-09 Thread Vadim Gritsenko
You could write an extension function to the Xalan to throw ResourceNotFoundException. Vadim > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 11:15 AM > To: [EMAIL PROTECTED] > Subject: Is it possible to fire an error from a XSL fil

Problems with c2.0.3-dev: Type 'serverpages' is not defined for'generate'

2002-04-09 Thread Andrew Savory
Hi, I'm having problems with the latest c2.0.3-dev from CVS that I can't track down. Specifically, cocoon is failing (and failing even to send out an error as proper HTML) and reporting: Type 'serverpages' is not defined for 'generate' at file:/usr/local/jakarta-tomcat-4.0.1/webapps/foo/sitem

Deli problems

2002-04-09 Thread Johannes Koch
Hi there, as there are some recent posts about problems with Deli in Cocoon2.0.2/Tomcat4.0.x environments (Yury, 2002-03-27, and Rainer, 2002-04-09), can one of the developers please enlighten us users how to use Deli or tell us that it's not working in C2.0.2. I used Cocoon 2.0.2 with Tomcat 4.

LanguageException error on startup (Coc2.0.2,Tomcat3.2.2)

2002-04-09 Thread Mark S. Kent
We are trying to start Cocoon 2.0.2 using Tomcat 3.2.2 and getting the following error upon the first attempted load of the default samples page: -- begin snip -- Cocoon 2 - Internal server error ---

Error running Cocoon2 on WebSphere 4.0

2002-04-09 Thread Ali, Farhan
Hi, While running Cocoon2 on WebSphere 4.0 i am getting this error in access.log. Plz help me out for this error. Its not finding some resource related to Cocoon in matcher or in pipeline. Do i have to edit sitemap file. Or Can i atleast make this Cocoon2 runing small testing application Th

problem with deli

2002-04-09 Thread rainer_burgstaller
Hi I am trying to get deli working with cocoon 2.0.2/tomcat 4.0.1 jdk1.3.1/win xp I modified the cocoon.xconf (removed the comments) to enable deli and tried to request http://localhost:8080/cocoon/deli.html but then I get this error message

Stylesheet directed termination

2002-04-09 Thread alex
Hi folks, I am getting a "Stylesheet directed termination" error with one particular sub-sitemap. Everything on that subsite is broken - even gifs. We presumably made a small change to the sitemap or to a stylesheet but tracking it down is a nightmare. Can anyone offer any tips on how to debug

Re: Customising Error page - look and feel

2002-04-09 Thread Nicola Ken Barozzi
From: "James Harris" <[EMAIL PROTECTED]> > I think you can do it by changing the stylesheets/system/error2html.xsl > stylesheet. Or you could create your own and substitute it in the sitemap. The handle-errors part is a sitemap like all others with just a fixed generator. So you can use all the

RE: AW: Confused about Logging

2002-04-09 Thread Walsh, Joey
Hi, I've come across the same problem. I'd no problems with 2.0.1 and followed the same steps with 2.0.2 yet all my log files are showing all DEBUG messages. Anyone have a solution? Try the latest snapshot maybe??? My config: Cocoon 2.0.2/Tomcat 4.0.3 on Sparc Solaris 8 with JDK 1.3.0 Regards,

RE: Customising Error page - look and feel

2002-04-09 Thread James Harris
I think you can do it by changing the stylesheets/system/error2html.xsl stylesheet. Or you could create your own and substitute it in the sitemap. HTH Jim -Original Message- From: Huw Jones [mailto:[EMAIL PROTECTED]] Sent: 09 April 2002 08:29 To: [EMAIL PROTECTED] Subject: Customising E

Customising Error page - look and feel

2002-04-09 Thread Huw Jones
Is it possible to easily customise the cocoon 2 Error page look and feel. Thanks Huw Jones _ Tel: +44-208-5799024 (Office) +44-7973-539007 (Mobile) - Please ch

RE: linux x11 howto cocoon

2002-04-09 Thread Daniel Martin
thanks for the fast response. you were right, there is a section in the faq where my problem is described. SORRY! i use j2sdk1.4.0 on suse7.1 but the option -Djava.awt.headless=true doesn't work. there is now another class not found exception are there other solutions to run cocoon without x?

Problem with ParameterSelector

2002-04-09 Thread Volker Schneider
Hi colleagues, I have big problems to get the ParameterSelector working. I want to set a parameter inside an action set and execute different pipelines dependent on this value. I looked into the documentation samples and into the ParameterSelector class itself and took the samples from there. I s

RE: linux x11 howto cocoon

2002-04-09 Thread von Schwerdtner, Thomas (GXS, FPI)
Title: RE: linux x11 howto cocoon This is a FAQ (though I dont recall if it is actually *in* the FAQ). Check the list archives, there have been lots of mails about this. Though, the easiest solution I found was to have a VNC session started on boot, and to have the server startup script ex

linux x11 howto cocoon

2002-04-09 Thread daniel martin
Hi list! i try to run cocoon under suse linux 7.1 i do not have x configured how can i configure cocoon without batik which needs to have x11 to be configured? error: ### type fatal message Error compiling sitemap descrip

RE: Installing Cocoon on Mac OSX with Tomcat

2002-04-09 Thread Marina Sturino
At 12.01 08/04/2002 +0200, you wrote: >At 09.39 05/04/2002 -0500, you wrote: >>ALL NEWBIES READ THIS: Use Tomcat 4.0.1! > >Last week I've successfully installed Cocoon 2.0.2 with Tomcat 4.0.3 on >Mac OS X 10.1.3 Sorry, last week I've installed successfully cocoon 2.0.1 with tomcat 4.0.3 on Ma

RE: Cocoon white papers???

2002-04-09 Thread Diego Lluna
not exactly that, but... http://xml.apache.org/cocoon/faqs.html http://durdo.miesto.sk/Cocoon2HowTo/db-app/subsitemap.html http://xml.apache.org/cocoon/introduction.html Diego > -Mensaje original- > De: James Harris [mailto:[EMAIL PROTECTED]] > Enviado el: martes, 09 de abril de 2002

AW: Confused about Logging

2002-04-09 Thread Jörn Heid
Yes, I did so successfully with 2.0.1 and Resin 2.0.5. Is anybody out there with 2.0.2 who can try to disable logging? -Ursprüngliche Nachricht- Von: Giacomo Pati [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 9. April 2002 11:19 An: [EMAIL PROTECTED] Betreff: Re: Confused about Logging

setting upload dir dynamically

2002-04-09 Thread Cristina Ulivi
Hi all. I'm developing apps using Apache, Tomcat 4.0.1, Cocoon 2.0.1 on a Windows 2000 o.s. I'd like to upload file in different directories using jsp pages. Can I set the upload dir dynamically in the jsp page and not in the web.xml file for all the cocoon instance?   If I can do it, I can s

Re: Confused about Logging

2002-04-09 Thread Giacomo Pati
Quoting Jörn Heid <[EMAIL PROTECTED]>: > [Using Cocoon 2.0.2 in Jetty 4.0.0 on Win 2000 with JDK 1.4] > > I have changed all log-level attributes in logkit.xconf and web.xml to > FATAL-ERROR but every debug message is printed out into the four log files > and on stdout. > > Is this a problem of

Confused about Logging

2002-04-09 Thread Jörn Heid
[Using Cocoon 2.0.2 in Jetty 4.0.0 on Win 2000 with JDK 1.4] I have changed all log-level attributes in logkit.xconf and web.xml to FATAL-ERROR but every debug message is printed out into the four log files and on stdout. Is this a problem of 2.0.2 or Jetty? How can I generally turn out -ALL- me

Cocoon white papers???

2002-04-09 Thread James Harris
Hi Does anyone know where I might find white papers on cocoon (a url would be lovely)? I have had a quick look and I cannot find anything explaining the Cocoon2 architecture succinctly. Cheers Jim - Please check that your que

forwarding request parameters

2002-04-09 Thread Fiedler, Raul
Hi How can request parameters be passed on to next pipeline using "redirect-to" Scenario: - HTML form with form parameters. - Main Pipeline: Selector redirects to pipeline X using a redirect-to - X pipeline has a generator that needs the request parameters populated from the HTML form. Thanks

What is the flowmap?

2002-04-09 Thread Volker Schneider
Dear cocoon-users, in the developer archive I read about "design challenges" and they were talking about the flow design. I read that it is possible to do flow decisions inside the flowmap, but I didnt't find any flowmap inside my cocoon 2.0.2 directory. Does anybody know more about the flowmap

RE: multiple submit button on a form

2002-04-09 Thread Carsten Ziegeler
Volker Schneider wrote: > > (1) Is it possible to use parameters like {page} in "type" attributes as > well (generator) - I would think so? No, this is not possible. The type attribute defines the component to be used from the list of configured components in components section of the sitemap. A

Re: PDF from JFC-Applications using COCOON

2002-04-09 Thread a000
Nicola, what I'd intend is to invoke pdf-creation via xsp/xsl that exist in my cocoon2 environment from JFC-Application. Once I have the generated pdf I could use the OS-specific installed pdf-viewer. I read about cocoon's command line interface but unfortunately I didn't find any examples. How

RE: multiple submit button on a form

2002-04-09 Thread Volker Schneider
Hi Torsten, thank you for your reply. This makes things more clear. Because I'm not yet very experienced with cocoon, excuse me that I have a few more stupid questions: (1) Is it possible to use parameters like {page} in "type" attributes as well (generator) - I would think so? (2) Looking at th