Re: XSP generated classes

2002-02-01 Thread Torsten Curdt
Class1 and Class2 in both then: MY_PAGE1_xsp.class MY_PAGE1_xsp$Class1.class MY_PAGE1_xsp$Class2.class and MY_PAGE2_xsp.class MY_PAGE2_xsp$Class1.class MY_PAGE2_xsp$Class2.class will get generated. Obviously *Class1.class and *Class2.class

Re: Help with i18n

2002-02-01 Thread Piroumian, Konstantin
Hi! For locale selection use LocaleAction like this: map:action name=locale logger=sitemap.action.locale src=org.apache.cocoon.acting.LocaleAction / ... !-- Btw, does this matcher work for you? You are matching exactly the 'file' and won't have {1} parameter -- map:match

Re: Cocoon 2 and i18n

2002-02-01 Thread Piroumian, Konstantin
Please,use plain text format for your messages. - Original Message - From: Chitharanjan Das To: [EMAIL PROTECTED] Sent: Friday, February 01, 2002 2:50 AM Subject: Cocoon 2 and i18n Hello, My env is Platform Win2K Cocoon 2.0

RE: Html generator question

2002-02-01 Thread Alexandre Victoor
Thanks a lot guys :-) Alex - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Whats new in Cocoon 2.0.1?

2002-02-01 Thread Miller, Grant
Hi, Does anyone know what has changed in 2.0.1 when compared to 2? There seem to be quite a few changes in xconf and the sitemap so I'm guessing it's more than just bug fixes. I've also seen quite a few mailings about performance but is this generally better than in v2, the same or worse?

Namespace problem in cocoon-2.0, IE5,6

2002-02-01 Thread Christopher Watson
Dear 'spinners' I'm forwarding the message below, since, as you will read, the fix it mentions wasn't incorporated. It seems to have helped someone, and may be of use to others. I also refer to Marty McClelland [[EMAIL PROTECTED]] 's fix in the message with Subject: RE: Viewing XSP output with

Re: PJA or Xvfb

2002-02-01 Thread Bert Van Kets
I have rolled back to the state I had when everything was in it's default configuration. I'm using SuSE Linux 7.3, Tomcat 4.0.1, JDK1.3.1_02 and Cocoon 2.0.0. Where do I put the PJA jar files? the jre/classes directory does not exist with jdk1.3.1! Where do I put the CATALINA_OPTS lines in

Feeding XML String in Transformator

2002-02-01 Thread Jozsa Kristof
Hi, I have an EJB-Cocoon setup. I use a custom Transformer to replace a specific xml tag on the pipeline with a String pulled from EJB middleware; but has met some problems doing so. First I thought I just write the startElement() method of the Transformer, which looks for the specific xml

DOCBOOK-APPS: Cocoon 2 not processing stylesheets?

2002-02-01 Thread Derek Hohls
System: Cocoon 2; Tomcat 4; Win2000 I am in the process of trying to convert my Cocoon 1.8 apps over to Cocoon 2. The one set of files require intensive processing using DocBook stylesheets (plus some of my own modifications). This set ran fine under Cocoon 1.8 and I have just tested them

Re: PJA or Xvfb

2002-02-01 Thread Bert Van Kets
I got PJA running this time. I don't know what went wrong the first time. Although I checked everything three times the first time I got errors all over. Starting all over and double checking every step got me going the second time, although I did exactly the same thing. I guess a type must

Re: DOCBOOK-APPS: Cocoon 2 not processing stylesheets?

2002-02-01 Thread Mauricio Souza Lima
Include the xml and xslt files so i can help you. Have you try to look at the logs? What they say? Regards... Mauricio Souza Lima Derek Hohls wrote: System: Cocoon 2; Tomcat 4; Win2000 I am in the process of trying to convert my Cocoon 1.8 apps over to Cocoon 2. The one set of files

Re: Feeding XML String in Transformator

2002-02-01 Thread Mauricio Souza Lima
You have to parse your string to transform it in SAX events... Best Regards... MSL Jozsa Kristof wrote: Hi, I have an EJB-Cocoon setup. I use a custom Transformer to replace a specific xml tag on the pipeline with a String pulled from EJB middleware; but has met some problems doing so.

Re: Feeding XML String in Transformator

2002-02-01 Thread Jozsa Kristof
So I guess I'd better go with a Generator, use aggregate in the sitemap, and manipulate with xsl if I need to, right? On Fri, Feb 01, 2002 at 11:29:28AM -0200, Mauricio Souza Lima wrote: You have to parse your string to transform it in SAX events... Best Regards... MSL Jozsa Kristof

RE: Whats new in Cocoon 2.0.1?

2002-02-01 Thread Vadim Gritsenko
From: Miller, Grant [mailto:[EMAIL PROTECTED]] Hi, Does anyone know what has changed in 2.0.1 when compared to 2? See changes.xml or changes.html in the distribution. There seem to be quite a few changes in xconf and the sitemap so I'm guessing it's more than just bug fixes. I've also

RE: Namespace problem in cocoon-2.0, IE5,6

2002-02-01 Thread Vadim Gritsenko
This issue is resolved in 2.0.1 If you observe it again, send in test to reproduce. Vadim -Original Message- From: Christopher Watson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 5:51 AM To: Cocoon-Users (E-mail) Subject: Namespace problem in cocoon-2.0, IE5,6

bug in i18n transformer?

2002-02-01 Thread Dakkar
I'm having some problems with the i18n transf. of Cocoon 2.0.1 (worked fine with 2.0) I have an XML file with an elementi like titlei18n:textscelta viaggio/i18n:text/title and the corrisponding messages_it.xml containing message key=scelta viaggioScelta del viaggio/message the sitemap is the

Re: Feeding XML String in Transformator

2002-02-01 Thread Mauricio Souza Lima
It's a possibility. That way works too, it depends on what you will need after... Jozsa Kristof wrote: So I guess I'd better go with a Generator, use aggregate in the sitemap, and manipulate with xsl if I need to, right? On Fri, Feb 01, 2002 at 11:29:28AM -0200, Mauricio Souza Lima wrote:

Re: bug in i18n transformer?

2002-02-01 Thread Piroumian, Konstantin
I'm having some problems with the i18n transf. of Cocoon 2.0.1 (worked fine with 2.0) I have an XML file with an elementi like titlei18n:textscelta viaggio/i18n:text/title and the corrisponding messages_it.xml containing message key=scelta viaggioScelta del viaggio/message the sitemap

Re: build Cocoon 2.0.1

2002-02-01 Thread Brandon Rich
I got the same error when I downloaded the distribution packaged source code and tried to compile it. I snatched the CVS snapshot and it compiled without a hitch. I was happy so I didn't look into it any further. On Thu, 2002-01-31 at 18:58, Andreas John wrote: Hello! I tried to build

cocoon2 and WLS5.1

2002-02-01 Thread Mark Luntzel
Is there a reason there are no instructions for installing Cocoon2 on WLS5.1? Are they compatible? I went ahead and tried it, and its throwing me this Thu Jan 31 14:37:56 PST 2002:I WebAppServletContext-cocoon Pre-Loading servlet Cocoon2 Thu Jan 31 14:37:56 PST 2002:I

Include SAX-Events

2002-02-01 Thread Jörn Heid
I know the CInclude transformer. As it's possible to use an internal pipeline via the cocoon:// pseudo protocol I looked into the spurces to find out how Cocoon manages that. Cocoon uses streams to include the generated. I fear it's quite an overhead as this means SAX-Stream-SAX. Is it possible

Re: Newbie - how do I get URL request params in sitemap

2002-02-01 Thread java guru
you could just look at the 'redirect' pattern example in the default sitemap.. there the request param 'dest' is extracted out of the parameters and passed on to redirector. hope that helps. --- Bartomeu Adrover [EMAIL PROTECTED] wrote: Prove to use the action RequestParamAction. In the

RE: Include SAX-Events

2002-02-01 Thread Vadim Gritsenko
From: JÃrn Heid [mailto:[EMAIL PROTECTED]] I know the CInclude transformer. As it's possible to use an internal pipeline via the cocoon:// pseudo protocol I looked into the spurces to find out how Cocoon manages that. Cocoon uses streams to include the generated. I fear it's quite an

Help with broken sitemap please!

2002-02-01 Thread Brian Topping
Good day all, I have this sitemap that I have been trying to get working as cocoon/mount/dirname/sitemap.xmap. I get a sitemap compilation error when I try to use it. I cannot figure out what I am not doing properly with it. ACK!! Does anyone have any ideas about this? Thanks for your

RE: Help with broken sitemap please!

2002-02-01 Thread Vadim Gritsenko
These two can not be used together: map:read src={1}.xml mime-type=text/xml/ map:serialize type=xml/ Read also log file - it should have a message. Vadim From: Brian Topping [mailto:[EMAIL PROTECTED]] Good day all, I have this sitemap that I have been trying to get working as

problem dropping cocoon into Borland App Server

2002-02-01 Thread Nick Airey
Hello everyone, I am trying to deploy the cocoon.war (2.0.1) into the Borland Enterprise App server 5.0. The app server starts ok and the cocoon servlet loads ok. The sitemap compiles correctly when I deploy the core jar files as well as the war file. However, when I try to hit a url, it

RE: problem dropping cocoon into Borland App Server

2002-02-01 Thread Vadim Gritsenko
Could you try with attached class - and send relevant log snippet? Thanks, Vadim -Original Message- From: Nick Airey [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 1:28 PM To: [EMAIL PROTECTED] Subject: problem dropping cocoon into Borland App Server Hello

error.log lint

2002-02-01 Thread Brian Topping
Hiyas, Does anyone have any idea where this message comes from in the error.log? ERROR (2002-02-01) 14:38.58:214 [sitemap.generator.velocity] (/cocoon/mount/ae/first.sql) tcpConnection-8080-0/VelocityGenerator: ResourceManager : unable to find resource 'VM_global_library.vm' in any resource

how to prevent action caching

2002-02-01 Thread Christian Zoffoli
Hi to all. I'm developing an action on cocoon... but everytime I change the code I need to restart tomcat to make cocoon see the changes. Actually I run cocoon 2.0.2-dev under tomcat 4.0.1 (same problem with tomcat 3.3a) and the action is on a jar file ( I have also tried with the class