RE: Why isn't Cocoon making into the commerical world?

2002-03-29 Thread Luca Morandini
Rob, a GUI to help manage Cocoon is be hard to build... and, IMHO, of little use: remember that Apache HTTP Server has no GUI, and it is wildly successful. Maybe an automated installation procedure (like the Tomcat one) would be more useful, but, again, it will be hard to build. At the end of

Re: Why isn't Cocoon making into the commercial world?

2002-03-29 Thread Bert Van Kets
In my opinion Cocoon will hit the main stream when the Cocoon building blocks are ready. At the moment people who are new to XSLT need to digest a LOT of info just to make out the fundamentals of Cocoon. Giving people the ability to start out with a minimal application with just a Hello World

Performace Tips in current CVS

2002-03-29 Thread Gerhard Froehlich
Hi Cocooners, I booked in a loose collection of Cocoon Performance Tips into the CVS tree. It's in xdoc format and you find it on the same level as the FAQ's (Performance is the link). Ok I want you to read it and post your comments and suggestion. Because you as Users have more real world

Re: C2.0.2: ClassCastException

2002-03-29 Thread Jozsa Kristof
Roger that.. I was using the cocoon.xconf from 2.0.1 in my project (I forgat to replce it). Thanks right again, Christopher On Thu, Mar 28, 2002 at 08:44:18PM -0500, Vadim Gritsenko wrote: Check your cocoon.roles and cocoon.xconf files. Cocoon 2.0.2 uses XPathProcessor from the Excalibur

[C 2.0.3] adding and removing namespaces

2002-03-29 Thread Bert Van Kets
I tried to use exclude-result-prefix in Cocoon to remove a namespace. It doesn't work. Is there a way to add and remove namespaces in an xsl file? I'm using Cocoon the latest CVS HEAD. Bert - Please check that your question

oradb esql no connection in pool error!

2002-03-29 Thread Jerzy Kut
Hi cocooners! I have got win2k, tomcat4.0.2, cocoon2.0.1. I have oracle driver classes12.zip in CLASSPATH. When I run this snippet I got exception: Cocoon 2 - Internal server error type internal-server-error message Exception in ServerPagesGenerator.generate() description

RE: Encoding non-english characters in XSP (C2.0.2)

2002-03-29 Thread Vadim Gritsenko
From: Andrey Demchenko [mailto:[EMAIL PROTECTED]] Hi, Vadim. - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] 2) How can I put -encoding KOI8-R to javac in servlet container e.g. Resin 2.0.5, Tomcat 4.0? You can change encoding for the whole JVM right

Re: oradb esql no connection in pool error!

2002-03-29 Thread Andrey Demchenko
I have the same problem with JDK 1.4 With JDK 1.3.1 it works well. - Original Message - From: Jerzy Kut [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 29, 2002 3:12 PM Subject: oradb esql no connection in pool error! Hi cocooners! I have got win2k, tomcat4.0.2,

Re: oradb esql no connection in pool error!

2002-03-29 Thread Jerzy Kut
Sorry - I have java version 1.3.1 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24) Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode) - Original Message - From: Andrey Demchenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 29, 2002 2:31 PM

RE: Redirect on sitemap with parameters

2002-03-29 Thread Vadim Gritsenko
From: yuryx [mailto:[EMAIL PROTECTED]] Hello All! Can I have redirect in sitemap like: map:match= map:redirect-to uri=sample map:parameter name=style value=sample/ No, this does not work. /map:redirect-to /map:match map:match=sample map:generate

RE: Redirect on sitemap with parameters

2002-03-29 Thread Axel Honfi
I don't know if this works, give it a try! But what this works with me: map:match pattern= map:redirect-to uri=sample/myvalue /map:match map.match pattern=sample/* map:generate src=docs/sample.xml/ map:transform src=stylesheets/{1}.xsl/ map:serialize/ /map:match or map:redirect-to

RE: oradb esql no connection in pool error!

2002-03-29 Thread Vadim Gritsenko
I have oracle driver classes12.zip in CLASSPATH. It better be JAR!!! Rename to JAR or re-jar it. Vadim From: Jerzy Kut [mailto:[EMAIL PROTECTED]] Sorry - I have java version 1.3.1 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24) Java HotSpot(TM) Client VM (build

RE: oradb esql no connection in pool error!

2002-03-29 Thread Luca Morandini
Sorry, I meant classes12.jar not classes.jar :( - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html - -Original

Re: Redirect on sitemap with parameters

2002-03-29 Thread yuryx
Vadim Gritsenko wrote: From: yuryx [mailto:[EMAIL PROTECTED]] Hello All! Can I have redirect in sitemap like: map:match= map:redirect-to uri=sample map:parameter name=style value=sample/ No, this does not work. Yes, I'm know of this. This example was for example. But I'm need

Re: Redirect on sitemap with parameters

2002-03-29 Thread yuryx
Axel Honfi wrote: I don't know if this works, give it a try! But what this works with me: map:match pattern= map:redirect-to uri=sample/myvalue /map:match map.match pattern=sample/* map:generate src=docs/sample.xml/ map:transform src=stylesheets/{1}.xsl/ map:serialize/ /map:match

Re: oradb esql no connection in pool error!

2002-03-29 Thread Jerzy Kut
I try classes.jar and classes12.jar and there is no matter. No change. I copy classes12.jar from oracle to $CATALINA_HOME/common/lib and to $CATALINA_HOME/webapps/cocoon/WEB-INF/lib - and this no metter too. - Original Message - From: Luca Morandini [EMAIL PROTECTED] To: [EMAIL

[TEST] Just a test

2002-03-29 Thread Piroumian, Konstantin
Just ignore this message. -- KP [EMAIL PROTECTED] - 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

RE: [C 2.0.3] adding and removing namespaces

2002-03-29 Thread Matthieu Benéteau
I tried to use exclude-result-prefix in Cocoon to remove a ^^ namespace. It doesn't work. Note that the namespace will only be excluded in the output. It will still be available during the XSL transformation. This works fine with Cocoon 2.0.2. Is there a way to

Re: oradb esql no connection in pool error!

2002-03-29 Thread Jerzy Kut
Hi - I have resolve of my trouble! In web.xml file I had got: init-param param-nameload-class/param-name param-value !-- For ORACLE database driver: -- oracle.jdbc.driver.OracleDriver /param-value /init-param init-param

[TEST] Final test

2002-03-29 Thread Konstantin Piroumian
Title: [TEST] Final test I'm very sorry for this spam. -- Konstantin Piroumian kpiroumian@protek.com

Could not configure Cocoon environment with user roles file

2002-03-29 Thread Rasik Pandey
Hello, I am running Coccon 2.0.2 with Tomcat 4.0.3 and not able to start Cocoon as a nullpointer is thrown when it is trying to load my my.roles file. I am attaching the error.log, my WEB-INF/cocoon.xconf (standard xconf only added attribute to load user-roles) and WEB-INF/my.roles

RE: newbie help in classpath

2002-03-29 Thread Peng, Meimin
Title: RE: newbie help in classpath Hi, This is my error message when I use cocoon-2.0.2-src and try to biuld c:\cocoon-2.0.2.\build.bat all Thanks. -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 8:29 PM To: [EMAIL PROTECTED]

Re: Editing, compiling, running Cocoon under debugger?

2002-03-29 Thread Peter Royal
On Thursday 28 March 2002 08:42 pm, Rob Jellinghaus wrote: I am a large fan of IDEA (http://www.intellij.com/idea) and I am well on the way to having a Cocoon project running under IDEA. IDEA rules!! :) When you rebuild classes, where do you set your Ant ${build.dir}? Do you have your

XSLT - processing XML from a database field problem

2002-03-29 Thread Florent Soulière
Hello, I already passed 2 days trying to solve my problem by myself, but I did not succeed... The situation: I use the SQL Transformer to get data from database. inside this data, there are fields containing XHTML (e.g. bthis is bold text/b). What I want to do with all the data is to produce a

RE: newbie help in classpath

2002-03-29 Thread Vadim Gritsenko
USE PLAIN TEXT EMAIL! And make sure you do not have any other Xerces/Xalan/XML api versions in the classpath and in the JRE ext directory. Vadim -Original Message- From: Peng, Meimin [mailto:[EMAIL PROTECTED]] Hi, This is my error message when I use cocoon-2.0.2-src and try to biuld

RE: Editing, compiling, running Cocoon under debugger?

2002-03-29 Thread Vadim Gritsenko
From: Peter Royal [mailto:[EMAIL PROTECTED]] On Thursday 28 March 2002 08:42 pm, Rob Jellinghaus wrote: I am a large fan of IDEA (http://www.intellij.com/idea) and I am well on the way to having a Cocoon project running under IDEA. IDEA rules!! :) When you rebuild classes, where do

Using sunRise authentication ................

2002-03-29 Thread Chitharanjan Das
Hello All, Has anybody used sunrise authentication for pipelines. I have tried playing around with it for quite a while now. These are my observations SunRise authentication works good only for Login If used for pipelines (urls with request parameters) with

Urgent: Forward requests from one sub-sitemap to another

2002-03-29 Thread Chitharanjan Das
How do I forward requests from one sub-sitemap to another? I have 2 submaps under coicoon Sub1 Sub2 Whenerver I get a pattern Sub1/resource1/** I need to forward it to say Sub2/resource2/** I do not want to do a map:redirect because this will cause any of the request

RE: XSLT - processing XML from a database field problem

2002-03-29 Thread Axel Honfi
I have no clue why this happens, but have you tried putting the escaped stuff into CDATA-braces with the first stylesheet? I think this should keep the second one from unescaping Maybe an idea Axel -Original Message- From: Florent Soulière [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: Redirect on sitemap with parameters

2002-03-29 Thread Konstantin Piroumian
-Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 4:46 PM To: [EMAIL PROTECTED] Subject: RE: Redirect on sitemap with parameters From: yuryx [mailto:[EMAIL PROTECTED]] Hello All! Can I have redirect in sitemap like:

2.0.2 protected area - no longer works out of the box

2002-03-29 Thread Christopher Watson
Could someone confirm, and even better explain why Tomcat 4.0.1 jdk1.3 (I gave up on jdk1.4) Cocoon 2.0.2 The 'protected area' example does NOT log in using Donald Ball :-( Anyone know why not? What has changed? (the sunspot authentication works just fine, and there is an employee named

Help: xml from a class with XSP

2002-03-29 Thread Larry Meadors
I am trying to do this: === ?xml version="1.0"?xsp:page xmlns:xsp="http://apache.org/xsp"page xsp:exprcom.plumcreek.junk.XSPTest.testMethod()/xsp:expr/page/xsp:page=== Here's the code for the class: === package com.plumcreek.junk;public class XSPTest {public static String testMethod(){

RE: Help: xml from a class with XSP

2002-03-29 Thread Chitharanjan Das
If u use just xsp:expr, it will treat the o/p as parsed string , if you require the contents to be treated as a XML fragment, you need to do as listed below Include util logic sheet and use the util:* tags === ?xml version=1.0? xsp:page xmlns:xsp=http://apache.org/xsp

Cocoon 2 and Dynamic SVG

2002-03-29 Thread president
Why is that even when cache objects are turned down to a minimum cocoon still takes up some file space in the work dir. I found 660 PCK extractor files in there this afternoon. I use the extractor quite extensively but I thought if Cocoon is told to cache only 5 objects it shouldn't go above

Most likely I'm being lazy...

2002-03-29 Thread Stephen Clarke
Hi, You guys are experts. I've made this little cocoon app to display selected records from an xml data repository. The search criteria show up nicely in the url. But now how do i get the search terms *into* the url. In a web form, using the GET method, they automatically show up in the url

Does Bonebreaker sample still work with Cocoon 2.0.2?

2002-03-29 Thread Rob Jellinghaus
[Vadim: I am trying to make it so Mozilla sends plain text email; I apologize from the bottom of my heart if I fail :-) ] I have Cocoon 2.0.2 running with Tomcat 4.0.1 and Java 1.3.1_02. I have been able to run the esql samples against both the built-in hsql DB and against my own mysql DB,

FW: Issues with sunRise authentication....

2002-03-29 Thread Chitharanjan Das
My original mail bounced back and hence I am resending it -Original Message- From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 3:49 PM To: '[EMAIL PROTECTED]' Subject: Issues with sunRise authentication Hello, I am running cocoon 2.0.1 on my machine

Re: Does Bonebreaker sample still work with Cocoon 2.0.2?

2002-03-29 Thread Rob Jellinghaus
...and following myself up... it turns out that if I just put the bonebreaker dir under %CATALINA_HOME%/webapps/cocoon/mount and edit bonebreaker/sitemap.xmap to have /cocoon/mount/bonebreaker as the base-url, then it works! (without editing the toplevel sitemap.xmap, even!) So the question

RE: Cocoon 2 and Dynamic SVG

2002-03-29 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Why is that even when cache objects are turned down to a minimum cocoon still takes up some file space in the work dir. I found 660 PCK extractor files in there this afternoon. I use the extractor quite extensively but I thought if Cocoon

RE: Does Bonebreaker sample still work with Cocoon 2.0.2?

2002-03-29 Thread Vadim Gritsenko
From: Rob Jellinghaus [mailto:[EMAIL PROTECTED]] ...and following myself up... it turns out that if I just put the bonebreaker dir under %CATALINA_HOME%/webapps/cocoon/mount and edit bonebreaker/sitemap.xmap to have /cocoon/mount/bonebreaker as the base-url, then it works! (without

Re: Why isn't Cocoon making into the commerical world?

2002-03-29 Thread Anthony W. Marino
What is its direct competition? A variety of other content management systems, foremost of which is probably Zope (an open-source Python CMS with a good web UI but no XSL underpinnings). This is an evolving sector. If you look on Google for content management system or Java XSLT you will

Re: Why isn't Cocoon making into the commerical world?

2002-03-29 Thread Marty McClelland
What is its direct competition? Someone in my local java users group recently advocated Struts - another apache project - over cocoon. Anyone have any comments? - Please check that your question has not already been answered

Re: Cocoon 1.8.2

2002-03-29 Thread Marty McClelland
I use C1.8.2 with tomcat 3.2 - i've never been able to get C1.8.2 to work with tomcat 4 - marty - Original Message - From: Matus Krisztián To: [EMAIL PROTECTED] Sent: Thursday, March 28, 2002 10:51 AM Subject: Cocoon 1.8.2 ***Sender : Matus Krisztián

Attn : SunRise developers: Identified 1 bug and fixed it , please clarify and do the same in the CVS

2002-03-29 Thread Chitharanjan Das
Hello, In Handler .java in the method Configure, there is a section of code, which is trying to build a fully referenced URI for the redirect URI. This Should not be done, the redirector takes care of this. I have commented out the section and this has the label /** Commented by Chiths

Re: HTML Output Issues

2002-03-29 Thread Corey Jewett
Sorry for the long turn around, took an unexpected vacation. :) Unfortunately I've already tried the no-indent-strip-space-all-elements solution without success. I tried it again just to be sure and it still didn't work. Following are snippets from relevant files. I've truncated the attributes

RE: Does Bonebreaker sample still work with Cocoon 2.0.2?

2002-03-29 Thread Rob Jellinghaus
No, this was the *first* pipeline element. (Don't tell me that was wrong too! Thank goodness for /mount!) Cheers, Rob At 09:27 PM 3/29/2002 -0500, Vadim Gritsenko wrote: From: Rob Jellinghaus [mailto:[EMAIL PROTECTED]] ...and following myself up... it turns out that if I just put the