Re: success install 2.0b2 Linux RH7.1, Blackdown JDK 1.3.1,Tomcat 3.2.2

2001-07-30 Thread Carlos Araya
The best way to do this is to post a bug on Bugzilla (http://nagoya.apache.org). This will let the developers know that the problem exists Carlos Once upon a time, Ryan Worley was seen writting: Is there someway that we can alert the developers about these two things, or will they pick it up

Re: Now you see ant, Now you don't

2001-07-30 Thread Mark Miller
on 29/7/01 11:06 pm, Ryan Worley at [EMAIL PROTECTED] wrote: See the mail entitled Cocoon Downloads - Please check that your question has not already been answered in the FAQ before posting.

Re: [c2][patch] RE: ESQL : No, my problem isn't with mutual exclusivity

2001-07-30 Thread Enke Michael
Torsten Curdt wrote: Have a closer look - it is not a resultset. it's the result of the resultset.execute(). Oh yes, my miss. Could you grab the current version from CVS and send me your esql page and output. Up to know I cannot reproduce your problems... Hi Torsten, I got the snapshot

powerful catalog entity resolver could easily be added

2001-07-30 Thread David Crossley
(Sorry to approach the page limit ... it is worth explaining.) To our local Cocoon-2.0b2 i have added a CatalogEntityResolver onto the entityResolver hook that is provided by the xerces parser. Cocoon can now utilise the power of OASIS Catalogs or XML Catalogs. These provide a standards-based

Re: [c2][patch] RE: ESQL : No, my problem isn't with mutual exclusivity

2001-07-30 Thread Torsten Curdt
Could you grab the current version from CVS and send me your esql page and output. Up to know I cannot reproduce your problems... Hi Torsten, I got the snapshot from July 30th, 04:15 and run into the same problem. One more problem is that if no rows are selected I even don't get the

Re: [c2][patch] RE: ESQL : No, my problem isn't with mutual exclusivity

2001-07-30 Thread Torsten Curdt
page esql:connection esql:poolmy_pool/esql:pool esql:execute-query esql:queryselect name, number from employee /esql:query esql:results header nameEmpName/name numberEmpNumber/number /header esql:row-results first-level

PHP Generator

2001-07-30 Thread Michael Zehrer
Hi list, Can someone give me an example for using the php-Generator in Cocoon2 (not how to install it, but actually using it)? Regards Michael - Please check that your question has not already been answered in the FAQ before

R: PHP Generator

2001-07-30 Thread Marco Spinetti
Hi Michael , can you explain me how install the PHP Generator? THANKS MARCO - Original Message - From: Michael Zehrer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 30, 2001 1:52 PM Subject: PHP Generator Hi list, Can someone give me an example for using the

AW: PHP Generator

2001-07-30 Thread Michael Zehrer
Hi Marco, It was on the list: --- [Cocoon Devel] *preliminary* PHP generator committed [EMAIL PROTECTED] [EMAIL PROTECTED] Wed, 28 Jun 2000 11:20:09 -0400 OK, I've committed to the cocoon-2 branch the

AW: AW: PHP Generator

2001-07-30 Thread Michael Zehrer
Hi Sam, ok this is the php stuff, but how do I configure the relationship between php-Pages and Cocoon? I only have map:generator name=php src=org.apache.cocoon.generation.PhpGenerator/ in my sitemap.xmap until now. Michael -Ursprüngliche Nachricht- Von: Sam Ruby [mailto:[EMAIL

RE: Trouble getting Cocoon2 to work...

2001-07-30 Thread Hewko, Doug
Dave Smith, John Peters, Java Guru, et al., Thanks for your help! I eventally got Cocoon to work. Seems like I had the wrong JDK specified. - Please check that your question has not already been answered in the FAQ before

How to program for Cocoon2?

2001-07-30 Thread Hewko, Doug
I am eager to get started programming server-side XML in Cocoon2. First, is there a document that says where I can place my own code to run them in Cocoon2? Where are the samples files located? I am looking at the samples, and found http://localhost:8080/cocoon/hello.svg;. Yet, there is no

fo:table

2001-07-30 Thread JStalnecker
Hi, Has amyone had any problems using fo:table with Cocoon-2.0.0b1? I can not get Cocoon to process this tag. If I use fo:table I get the error: java.lang.RuntimeException: Problem in getTransformer:Attribute name fo:table must be followed by the '=' character. I then tried

RE: How to program for Cocoon2?

2001-07-30 Thread Vadim Gritsenko
-Original Message- From: Hewko, Doug [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 9:26 AM To: '[EMAIL PROTECTED]' Subject: How to program for Cocoon2? I am eager to get started programming server-side XML in Cocoon2. First, is there a document that says where I can

Re: How to program for Cocoon2?

2001-07-30 Thread java guru
Hi., The 101 of c2 is that every http request to c2 is mapped to some resource. This mapping is done in sitemap.. Good start is to open sitemap file and look for the sample request(hello.svg) you mentioned... One more thing to remember for starter is the request can be mapped 1-to-1 or by

web-designing with xslt

2001-07-30 Thread Itai Erner
hi, Doesn't Cocoon's heavy dependance on XSL raise a big problem where web designers have to deal with xsl? how do web-designers cope with XSLT? they can't use existing html editors, they must design everything manually (no visual composition) and then use an XSLT ide to check the transform.

Re: web-designing with xslt

2001-07-30 Thread andre powroznik
Er, I know there are XSL visual editors (XML Spy ?). Another way is, I think, building sample HTML pages and ask a coder or DIY to translate it to XSL. Greetings, André. Itai Erner wrote: hi, Doesn't Cocoon's heavy dependance on XSL raise a big problem where web designers have to deal

Re: web-designing with xslt

2001-07-30 Thread Piroumian, Konstantin
XML Spy is not a visual XSL editor. It's just a convenient text editor for XSL with transformation and preview capabilities. There is a number of tools for HTML-to-XSL generation (Excelon Stylus, XSplit, etc.). But for a good result you'll also need to specify the XML input: XML + HTML [maybe

Re: web-designing with xslt

2001-07-30 Thread Ross Burton
On 30 Jul 2001 11:10:10 +0200, Itai Erner wrote: hi, Doesn't Cocoon's heavy dependance on XSL raise a big problem where web designers have to deal with xsl? how do web-designers cope with XSLT? they can't use existing html editors, they must design everything manually (no visual

Re: web-designing with xslt

2001-07-30 Thread Ulrich Mayring
Itai Erner wrote: hi, Doesn't Cocoon's heavy dependance on XSL raise a big problem where web designers have to deal with xsl? Well, if you want to use XSLT, you have to learn it - I see no other way currently. Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung

[c2] How should I aggregate content ?

2001-07-30 Thread Cyril Cambien
Here's my problem - I have several generators able to generate nice XML contents - For each generator, I have a separate XSL style sheet for converting the content to HTML - I want to have a XML document describing the content and the layout of a page. My page aggregates contents from several

reg xml database with cocoon2

2001-07-30 Thread java guru
Hi., I am planning to use xml database with cocoon2...Does anyone have info on good open source xml database which can queried to store/retrive/modify xml nodes and xml data... The problem started with my app based on c2 requiring all data to be stored and queried in xml...I have to code thru

Re: web-designing with xslt

2001-07-30 Thread Xavier MACHENAUD
[EMAIL PROTECTED] wrote: On 30 Jul 2001 11:10:10 +0200, Itai Erner wrote: hi, Doesn't Cocoon's heavy dependance on XSL raise a big problem where web designers have to deal with xsl? how do web-designers cope with XSLT? they can't use existing html editors, they must design everything

Tibco Rendez-vous

2001-07-30 Thread Cyril Cambien
I'm looking for any Cocoon logic-sheet, or any tool for accessing Tibco Rendez vous services. Thanks by advance. - Cyril - Please check that your question has not already been answered in the FAQ before posting.

Beginner question

2001-07-30 Thread cib
Sorry, but I get a "Ressource not found" message, when I want to access my xml files in cocoon. i suppose I've installed it wrongly. Can you tell me what I missed? Win95 Cocoon 201 Tomcat 4.b5 I inserted the init param in the web.xml of Cocoon, build it, and copied it to Tomcat/webbapps. I

RE: Cocoon on WebLogic 6.0

2001-07-30 Thread William Bagby
Olga, I had a similar problem...I am running Cocoon 1.8.2 on Weblogic 6.0 Try this: 1. In the WL console, change the Debug messages from Error to Info 2. Shut down the server 3. remove .wl_temp_do_not_delete dir from your applications dir 4. restart the server WL also creates a directory

Re: Beginner question

2001-07-30 Thread andre powroznik
cib wrote: Sorry, but I get a Ressource not found message, when I want to access my xml files in cocoon. i suppose I've installed it wrongly. Can you tell me what I missed? Win95 Cocoon 201 Tomcat 4.b5 I inserted the init param in the web.xml of Cocoon, build it, and copied it to

JDBC ODBC connectivity problem

2001-07-30 Thread Dinkar Ganti
Hello: The problem I am facing is to connect to an SQL Database using Cocoon. I am able to establish connection in a stand-alone Java application. However, when I connect using Cocoon, I get the following exception: Exception _ DEBUG 26250 [cocoon ] (Thread-8):

Re: web-designing with xslt

2001-07-30 Thread Sanjay Manchanda
You could also look at Xfinity Designer: http://www.b-bop.com/products_xfinity_designer.htm -sanjay Piroumian, Konstantin wrote: XML Spy is not a visual XSL editor. It's just a convenient text editor for XSL with transformation and preview capabilities. There is a number of tools for

Re: reg xml database with cocoon2

2001-07-30 Thread Matteo Villa
Hi Java Guru, It is a matter of taste... personally I would never put the content of a Database into a File, because you loose all the power of a well implemented and designed DBMS. However, You may have good reasons to do that (maybe You can share Your reasons with me, so I get a chance to

Re: reg xml database with cocoon2

2001-07-30 Thread java guru
Thanks man., The reason i am looking into is that 1. my application is new and doesnt have any db design with it 2. All the data model for the application is already done in xml. So all the data objects are represented as xml nodes 3. If i need to do same with rdbms, then i need to have all

i18n: future plans?

2001-07-30 Thread Enke Michael
Hi, does anybody knows if i18n will be extended in the future or has some undocumented features? I have some needs and I wonder that I'm the first one (?) who think and ask about this: 1) I need more control over i18n:date/ e.g. I need a parameter to specify DateFormat.SHORT, MEDIUM, LONG or

Re: Now you see ant, Now you don't

2001-07-30 Thread Jon Peterson
I'm having the same difficulty. I've tried dos2unix, running the same commands the script executes but from a clean shell, as well as modifying build.sh to run sh $PWD/bin/ant ... all with the same result ... $HOME/cocoon2/bin/ant - No such file or directory. I've verified permissions as

disable xsp caching not working ?

2001-07-30 Thread Dauben, Oliver
hi cocooners, is there anybody out there who has managed to disable compiled XSP from beeing delivered ? i already activated NonCachingStreamPipeline NonCachingEventPipeline in cocoon.xconf, but caching still seems to take place... caching is annoying during development work on the XSPs and i

RE: JDBC ODBC connectivity problem

2001-07-30 Thread Dinkar Ganti
Hi Stephen, As you suggested, I checked my application database code and implemented a test class. The test class works fine on Java command line. However, when I try to call the generator from within cocoon, I get the same exception. Any help would be appreciated. Thanks, Dinkar

RE: [C2] aggregation parameter

2001-07-30 Thread Yap, Mow Ching (NOW)
if this is the case, can you suggest a way to define an aggregate document which comprises of the same component document included twice but seeded with different parameters? and what are the options for passing parameters from the aggregating matcher, or do you need to use some kind of include

Re: Now you see ant, Now you don't

2001-07-30 Thread Ross Burton
On 29 Jul 2001 17:58:13 -0700, Cassandra Bonner wrote: Might the dos formatted file have something to do with bash not finding and executing it? Yes - the DOS line ends are why bash cannot find the files. I'm not sure why this is - and make is even more strict about line endings. Lucky we

SV: disable xsp caching not working ?

2001-07-30 Thread Bjarne Jensen
Well I think it depends on how you link to the XSP-file. My XSP is never cached and the PI looks like below (Note the ?xml-logicsheet-element). ?xml version=1.0 encoding=iso-8859-1? ?cocoon-process type=xsp? ?xml-logicsheet href=funktionalitet.xsl? ?xml-stylesheet href=xsltlayout.xsl

RE: disable xsp caching not working ?

2001-07-30 Thread Dauben, Oliver
bjarne, thanx for the fast reply. but it looks like this is for cocoon one, right ? i'd never experienced any xsp caching problems in c1, but in c2 - well - some things seem to be different. cheers, oLiVeR -Original Message- From: Bjarne Jensen [mailto:[EMAIL PROTECTED]] Sent:

[C2b2] Unicode output

2001-07-30 Thread Wes Morgan
I am working with some XML documents that have Greek and Hebrew Unicode characters in them. I am using Unicode fonts on the client side, so I need these characters to come through unmodified, but Cocoon changes them to '?' if it doesn't recognize them and to a character entity (e.g. epsilon;)

Re: web-designing with xslt

2001-07-30 Thread Itai Erner
thank for your answers, There is a number of tools for HTML-to-XSL generation (Excelon Stylus, XSplit, etc.). But for a good result you'll also need to specify the XML input: XML + HTML [maybe with special markup] = XML + XSLT my first impression is that these solutions are a bit too complex or

Re: Trouble with request parameter encoding

2001-07-30 Thread Jürgen Sonnauer
I resolved the problem by explicitly setting the character encoding to iso-8859-1 for the HTML-Formatter in cocoon.properties. The default encoding scheme has obviously changed in version 1.8.3-devel Thanks anyway. Juergen Sonnauer Am Samstag, 28. Juli 2001 um 17:50 schrieb Uli Mayring: On

C2B2 changes in error reporting.

2001-07-30 Thread Peter Royal
In beta1 of Cocoon 2, if a ProcessingException was thrown, I would see the full cascading stack trace printed out in the error page and in the cocoon.log. Now I only get the first exception in the cascade, and the rest of the cascade is printed to the tomcat console. Was this a deliberate

Re: web-designing with xslt

2001-07-30 Thread Uli Mayring
On Mon, 30 Jul 2001, Itai Erner wrote: my first impression is that these solutions are a bit too complex or demand to much hassle from web designers. We all have to learn using things, so why should web designers not have to do that? They had to learn HTML or using Dreamweaver one day. if

Re: Repost of JDBC ODBC problem

2001-07-30 Thread Berin Loritsch
Dinkar Ganti wrote: Hello: I checked my application and it is able to connect to using JDBC-ODBC driver on Java command line. However, when I use Cocoon, I get the following exception trace. Any pointers to this type of error will be greatly appreciated. Short answer: don't use

RE: Repost of JDBC ODBC problem

2001-07-30 Thread Dinkar Ganti
Yes you are right. I will switch to other drivers. I was getting the exception because MSSQL Server ODBC driver does not support SQLPrepare statement, which is being used in the org.apache.avalon.excalibur.datasource.JDBCConnection's constructor. Thanks a lot for the help. Dinkar

esql example

2001-07-30 Thread William Pettrey
Hello, I have created a Google type search engine example using esql and xslt. As you suggest sending esql examples on the Apache xml website, I was hoping you might have a look at it and tell me what you think. I'm using a postgresql database. There are two files in the attached zip file,

RE: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-30 Thread Bentley, Tim
Cass - good point. unfortunately i can't say for sure, but i think you'll debug it by trying to compile the files command line (at least that's how i did). Alas, that was one of the first things I tried - the compilation works perfectly, with no errors at all. I am 99% sure this is a

xsl transfromation.

2001-07-30 Thread Kazi the P i R @ t {-
System: Win 98 Servlet Engine: Tomcat (standalone) 3.2.1 XML Framework: Cocoon 1.8.2 Trouble: I was just trying out an xsl transformaiton of a static xml page i created... but then when i called the page from the browser the following error comes up -

RE: web-designing with xslt

2001-07-30 Thread Andrew Robinson
I was just thinking about this issue today. As a project manager, I have a pretty predictable reaction to XML/XSL/ETC - Great - I can finally separate the warring hordes that are the designers, content-people, and software developers in my organization when it comes to web development. But as