Re: what is the easiest way to delopy cocoon application?

2002-03-13 Thread ml
I can't find it, It said invalid project. can you help me? - Original Message - From: John Austin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 09, 2002 4:28 PM Subject: Re: what is the easiest way to delopy cocoon application? On Thursday 07 March 2002 02:20,

AW: build problems with JDK 1.4.0

2002-03-13 Thread Adnan Zelkanovic
My JAVA_HOME is set to d:\java\jdk140. I've run build clean then build. But, I'm still getting the following output from the build.bat: Buildfile: build.xml init: [echo] -- [echo] Apache Cocoon 2.0.1 [1999-2002]

Re: cocoon and xindice

2002-03-13 Thread gcasper
Hi Axel, have a look in the scratchpad at the sunrise authentication components. For getting started how to use them look at: http://www.need-a-cake.com/stories/2002/02/28/usingTheSunriseComponents.html All you have to do to use the sample with Xindice is to replace foo-user.xml in the

AW: what is the easiest way to delopy cocoon application?

2002-03-13 Thread Jorn Heid
Use http://sourceforge.net/projects/chello -Ursprungliche Nachricht- Von: ml [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 13. Marz 2002 09:52 An: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: what is the easiest way to delopy cocoon application? I can't find it, It said

Cocoon2 Servlet

2002-03-13 Thread Stefano Bonnin
Hi, I don't know what I did but now I receive the following error: java.lang.NullPointerException at org.apache.log.output.AbstractTarget.processEvent(AbstractTarget.java:74) at org.apache.log.filter.AbstractFilterTarget.processEvent(AbstractFilterTarget .java:66) at

Aggregation problem

2002-03-13 Thread Arnaud Vandyck
Hi all, I have these entries in a sub-sitemap: map:match pattern=autolayout.xml map:read src=docs2/autolayout.xml mime-type=text/xml/map:read map:serialize type=xml / /map:match map:match pattern=test.xml map:aggregate element=site

auto-reload question

2002-03-13 Thread Ruud Diterwich
Hi list, I'm experiencing some troubles with auto-reloading input files when using generated stylesheets. I've defined a pipeline with an XSLT transformation step, where the input xsl is generated by yet another stylesheet. If I change the input XML file for this latter stylesheet, the main

RE: XMLTransformer without XML declaration?

2002-03-13 Thread Vadim Gritsenko
From: Noah Mittman [mailto:[EMAIL PROTECTED]] Sorry, that would be the TextSerializer and XMLSerializer... On Tuesday, March 12, 2002, at 03:12 PM, Noah Mittman wrote: I'm using Cocoon to output ASX (Windows Media playlists) content, but since it's a wonderful Microsoft product,

problem runnig pages

2002-03-13 Thread Mariano
Hi pals, when i try to run any page (in this case myhost/cocoon/tutorial) at the conselo runnig tomcat i get the following message. Transform thread has still not started after pauseForTransformThreadStartup On the other hand, at the browser i get this error Cocoon 2 - Internal server error

Re: Aggregation problem

2002-03-13 Thread KOZLOV Roman
Hi Arnaud, It is necessary to define element for each map:part also: map:part src=cocoon:/autolayout.xml element=uuu/ map:part src=cocoon:/coco.xml element=ooo/ Best regards. Roman Arnaud Vandyck wrote: Hi all, I have these entries in a sub-sitemap:

RE: questions about a few pipeline options

2002-03-13 Thread Vadim Gritsenko
From: Tom von Schwerdtner [mailto:[EMAIL PROTECTED]] Looking at the sunSpot demo, I see this pipeline: map:pipeline internal-only=true I've done some poking around and I cant figure out what the 'internal-only' option is all aboutcan someone clue me in (either to what it means or

RE: Aggregation problem

2002-03-13 Thread Vadim Gritsenko
From: KOZLOV Roman [mailto:[EMAIL PROTECTED]] Hi Arnaud, It is necessary to define element for each map:part also: map:part src=cocoon:/autolayout.xml element=uuu/ map:part src=cocoon:/coco.xml element=ooo/ This is *not* necessary. Best regards. Roman

Re: AW: build problems with JDK 1.4.0

2002-03-13 Thread snpe
Hello, cocoon form cvs (2.0.2-dev) work fine regards haris peco On Wednesday 13 March 2002 09:53 am, Adnan Zelkanovic wrote: My JAVA_HOME is set to d:\java\jdk140. I've run build clean then build. But, I'm still getting the following output from the build.bat: Buildfile: build.xml

Aggregation solution [was Re: Aggregation problem]

2002-03-13 Thread Arnaud Vandyck
Vadim Gritsenko [EMAIL PROTECTED] wrote: From: KOZLOV Roman [mailto:[EMAIL PROTECTED]] Hi Arnaud, It is necessary to define element for each map:part also: map:part src=cocoon:/autolayout.xml element=uuu/ map:part src=cocoon:/coco.xml element=ooo/ This is

Re: questions about a few pipeline options

2002-03-13 Thread Ivan Rubin
Tom, You can't access an internal pipeline from the outside. Sometimes you need to hide a pipeline that does something for other pipelines, but not for the public in general. If you have map:pipeline internal-only=true map:match pattern=test !-- do something -- /map:match

Cocoon Session

2002-03-13 Thread Stefano Bonnin
Hi, I have an old C1 application where I use the HttpSession interface. I'd like to adapt this application to C2 but when I run it on C2 I receive an HttpSession not found error. Now, this application works with C1. How can I resolve this error? This is my xsp document: ***

Q? about the pseudo protocol resource:

2002-03-13 Thread Olivier Rossel
I have several XSL files in a jar. I call the main one via the pseudo protocol resource:/path/to/main.xsl The problem is that main.xsl has several xsl:include. How can I handle them? Can i have relative URIs in my foobar.xsl? Will Cocoon automagically understands that the protocol should be

RE: Cocoon Session

2002-03-13 Thread Vadim Gritsenko
Use org.apache.cocoon.environment.Session instead of HttpSession. See samples: http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/webapp/docs/samples/xs p/sessionpage.xsp?rev=1.2content-type=text/vnd.viewcvs-markup http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/webapp/docs/samples/xs

Using Cocoon with Intelligent Clients

2002-03-13 Thread Rajput, Ashish S
Hello all, I'm a newbie to Cocoon. Still reading up on it from what I've read thus far, Cocoon can generate various formats depending on the client. My question is: Can I use Cocoon to deliver content to an intelligent client coded in Java Swing? What are the various format options I'd

FOP and fo:leader leader-pattern=space in fo:block

2002-03-13 Thread John Gilbertson
I'm using cocoon 2.0.2-dev (xml-cocoon2_20020220112141.tar) with tomcat 4.0.1, and playing with geting documents output as PDF. Most things seem fine, however I've noticed one behaviour of the fo2pdf and fo2ps serializers which seems contrary to what I've read in various places. The behaviour

Hierarchy of XSP-Documents

2002-03-13 Thread Torsten Reiners
Hi, we are mainly interested if it is possible to start with an XSP-page and include further XSP-expression using an XSL-file. We are using the document()-function to include several xml-files which should be processed via XSP recursively. We have Cocoon 2.0 and Tomcat 4.0.2. Is this

Re: Apache and mod_jk (could not get mod_webapp working)

2002-03-13 Thread yuryx
For configure mod_webapp read : http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml Regards. Yury. Frank Ridderbusch wrote: Hi folks, I like to share a couple of experiences, which I learned the hard way and I learned them, while trying to get Cocoon working through Apache. They might

Re: Apache and mod_jk (could not get mod_webapp working)

2002-03-13 Thread yuryx
Or try read (about mod_jk) : http://www.ubeans.com/tomcat/index.html Regards. Yury. Frank Ridderbusch wrote: Hi folks, I like to share a couple of experiences, which I learned the hard way and I learned them, while trying to get Cocoon working through Apache. They might have been obvious to

A!, Was: Q? about the pseudo protocol resource:

2002-03-13 Thread Vadim Gritsenko
From: Olivier Rossel [mailto:[EMAIL PROTECTED]] I have several XSL files in a jar. I call the main one via the pseudo protocol resource:/path/to/main.xsl The problem is that main.xsl has several xsl:include. How can I handle them? Can i have relative URIs in my foobar.xsl? Will

RE: Using Cocoon with Intelligent Clients

2002-03-13 Thread Vadim Gritsenko
From: Rajput, Ashish S [mailto:[EMAIL PROTECTED]] Hello all, I'm a newbie to Cocoon. Still reading up on it from what I've read thus far, Cocoon can generate various formats depending on the client. My question is: Can I use Cocoon to deliver content to an intelligent client coded

RE: Hierarchy of XSP-Documents

2002-03-13 Thread Vadim Gritsenko
From: Torsten Reiners [mailto:[EMAIL PROTECTED]] Hi, we are mainly interested if it is possible to start with an XSP-page and include further XSP-expression using an XSL-file. Take a look at logicsheets. http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/webapp/docs/samples/xs

RE: auto-reload question

2002-03-13 Thread Vadim Gritsenko
From: Ruud Diterwich [mailto:[EMAIL PROTECTED]] Hi list, I'm experiencing some troubles with auto-reloading input files when using generated stylesheets. I've defined a pipeline with an XSLT transformation step, where the input xsl is generated by yet another stylesheet. If I change the

RE: Using Cocoon with Intelligent Clients

2002-03-13 Thread Rajput, Ashish S
The primary format options I'm looking for are XML, HTML, PDF, MS Excel, MS Word, SVG, VRML (to name a few)... Ashish -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 9:44 AM To: [EMAIL PROTECTED] Subject: RE: Using Cocoon with

RE: Using Cocoon with Intelligent Clients

2002-03-13 Thread Vadim Gritsenko
From: Rajput, Ashish S [mailto:[EMAIL PROTECTED]] The primary format options I'm looking for are XML, HTML, PDF, MS Excel, MS Word, SVG, VRML (to name a few)... All is here except MS Word. Follow the progress on POI project for MS Word support. Vadim Ashish -Original

How to put user data into SunspotDemoPortal-session at logon time

2002-03-13 Thread Baer Peter
We need the user name and some user specific information in the actual SunspotDemoPortal session. Our question is because the default session attributes (and their values) aren't particularly speeky. How can we trigger the portal to add the user name and other specific information (like

RE: How to put user data into SunspotDemoPortal-session at logon time

2002-03-13 Thread Carsten Ziegeler
Peter Baer wrote: We need the user name and some user specific information in the actual SunspotDemoPortal session. Our question is because the default session attributes (and their values) aren't particularly speeky. How can we trigger the portal to add the user name and other

Re: how to call a servlet from a generator

2002-03-13 Thread Akber Choudhry
This might be of help to you - another implementation of JspEngineImpl - for use with Servlet API 2.3 - Tomcat 4.0.x This uses the Request Dispatcher to execute the URI - whether it is a sevlet or a JSP (through servlet) regardless of vendor. Both the JspReader and JSPGenerator work with this

Sitemap update problems with C2.0.1 and WebSphere 4.0.1

2002-03-13 Thread Volker Schneider
Hi cocoon users, I'm working with Cocoon 2.0.1 and WebSphere 4.0.1 on a Solaris machine. After installation of cocoon and moving a library to the webshpere's lib directory the demo worked fine. When I changed the demo sitemap for the first time, cocoon recognized it and returned a sitemap error

rare but painfull exception

2002-03-13 Thread Alexander Smirnoff
Hi folks, Once in a while I'm getting some very nasty exception, which paralyzes the whole server. It could be started from any pipeline and then subsequent calls to server will have the same exception. I has something to do with CachingStreamPipeline(379). Does anyone else had this kind of

RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1

2002-03-13 Thread Vadim Gritsenko
You have to delete Cocoon's work directory. I don't know were it is located under WebSphere. Vadim From: Volker Schneider [mailto:[EMAIL PROTECTED]] Hi cocoon users, I'm working with Cocoon 2.0.1 and WebSphere 4.0.1 on a Solaris machine. After installation of cocoon and moving a library

RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1

2002-03-13 Thread Volker Schneider
Hi Vadim, thank you for your reply. Do you know where it is on Tomcat for example? Or does anybody other know where it is? There is a directory .../WebServer/AppServer/temp/hostname/Default_Server/Cocoon/cocoon.war/coc oon-files Is that maybe the right working directory or is it the directory

RE: rare but painfull exception

2002-03-13 Thread Vadim Gritsenko
From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] Hi folks, Once in a while I'm getting some very nasty exception, which paralyzes the whole server. It could be started from any pipeline and then subsequent calls to server will have the same exception. I has something to do with

RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1

2002-03-13 Thread Halcsy Pter
-Original Message- From: Volker Schneider [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 10:33 PM To: [EMAIL PROTECTED] Subject: RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1 Hi Vadim, thank you for your reply. Do you know where it is on Tomcat

RE: newbie: how to get a clean application

2002-03-13 Thread Vadim Gritsenko
From: Moritz Petersen [mailto:[EMAIL PROTECTED]] hi list, i'm quite a newbie to cocoon. the last few hours, i've spent removing .jar files, pipelines etc. from the original cocoon configuration. my goal is to build a thin cocoon application, which renders xml to svg to png. so all the

RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1

2002-03-13 Thread Vadim Gritsenko
From: Volker Schneider [mailto:[EMAIL PROTECTED]] Hi Vadim, thank you for your reply. Do you know where it is on Tomcat for example? tomcat_home/work/localhost/cocoon/ on my machine. Or does anybody other know where it is? You can customize its location in web.xml There is a

cocoon tutorial on developerworks

2002-03-13 Thread Rick
FYI, IBM's developerworks site (developerworks.ibm.com) has a front-page link to registration stuff for a cocoon 2 tutorial. i haven't seen the tutorial itself. plug mode=shameless in the same vein, if anyone's going to the Software Development West conference at the end of april, i'm going to

Problems building Cocoon2 from CVS: No constructor matching Task() ...

2002-03-13 Thread Rogelio Estudillo
Hello there, I'm having problems building cocoon 2 from cvs using jdk 1.4 on Windows XP. I'm a newbie to Cocoon and I think i'm missing a jar or something, can anybody help me, pls??? I get the errors below. regards Roger. * * * Using Java from c:\j2sdk1.4.0 Buildfile: build.xml init:

Re: rare but painfull exception

2002-03-13 Thread Alexander Smirnoff
- Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 4:38 PM Subject: RE: rare but painfull exception From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] Hi folks, Once in a while I'm getting some very nasty

Bizarre SQUID Cocoon PDF caching issue - any brainwaves?

2002-03-13 Thread Stuart Roebuck
+-+ | THIS IS DOING MY HEAD IN - ANYONE GOT A BRAINWAVE ? ... | +-+ I've got Cocoon behind Squid - as a proxy / 'acceleration' server. Everything works

Re: Bizarre SQUID Cocoon PDF caching issue - any brainwaves?

2002-03-13 Thread Peter Royal
On Wednesday 13 March 2002 08:17 pm, Stuart Roebuck wrote: +-+ | THIS IS DOING MY HEAD IN - ANYONE GOT A BRAINWAVE ? ... | +-+ tips from stefano well

RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1

2002-03-13 Thread Akber Choudhry
On Wed, 13 Mar 2002, Volker Schneider wrote: Hi Vadim, There is a directory .../WebServer/AppServer/temp/hostname/Default_Server/Cocoon/cocoon.war/coc oon-files it is safe to delete everything under cocoon.war sub-directory

RE: Problems building Cocoon2 from CVS: No constructor matching Task() ...

2002-03-13 Thread Vadim Gritsenko
From: Rogelio Estudillo [mailto:[EMAIL PROTECTED]] Hello there, I'm having problems building cocoon 2 from cvs using jdk 1.4 on Windows XP. I'm a newbie to Cocoon and I think i'm missing a jar or something, can anybody help me, pls??? Do you have something in the classpath? Something in

Help on sitemap

2002-03-13 Thread /eNet///
Title: Help on sitemap Hello All, I hava a question for sitemap how can i write a sitmap: if i request http://site/test.xml it will transform by default.xsl if i request http://site/test.xml?sytle=test.xsl it will transform by test.xsl Thanks

Re: Using Cocoon with Intelligent Clients

2002-03-13 Thread Bertrand Delacretaz
On Wednesday 13 March 2002 17:48, Vadim Gritsenko wrote: From: Rajput, Ashish S [mailto:[EMAIL PROTECTED]] The primary format options I'm looking for are XML, HTML, PDF, MS Excel, MS Word, SVG, VRML (to name a few)... All is here except MS Word. Follow the progress on POI project for MS

Re: Help on sitemap

2002-03-13 Thread KOZLOV Roman
Hi, You can try this map:match pattern="text.xml"> map:match type="request-parameter" pattern="style"> map:generate src="text.xml"/> map:transform src="{1}"/> map:serialize type="xml"/> /map:match> map:generate src="text.xml"/> map:serialize type="xml"/> /map:match> or map:match

Re: how to call a servlet from a generator, but with parameters POSTed!

2002-03-13 Thread Cédric Damioli
Hi Walter, Walter Gamba wrote: Hello! SUMMARY: How to use a servlet as a generator in Cocoon, but allowing forms data to be passed via POST method (And NOT GET!!) -- I can obtain correct XML output, provided I am happy with the raw XML and