Re: cocoon web log system

2002-06-04 Thread Conny Pemfors
does anybody know how to make xml pages work in cocoon 2.0.2, there should be something like sitemap, that must be changed. /Conny - Original Message - From: Ugo Cei [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 03, 2002 12:05 PM Subject: Re: cocoon web log system

RE: XMLtoAny

2002-06-04 Thread Graaf, Edgar de (fin)
Yeah. But this was probably the kindest reaction. I didn't want to offent you all. I haven't look into xmltoany that much. Of course Cocoon 2 can do much more. I know that and I don't underestimate that. I just came across it and mailed it to you all. For those who are interrested (that is no

Re: SQL, Actions, ESQL Help Please!!!

2002-06-04 Thread Christian Haul
On 03.Jun.2002 -- 11:53 PM, John Austin wrote: On Monday 03 June 2002 01:50 pm, you wrote: On 03.Jun.2002 -- 10:11 AM, daniel robinson wrote: Hi, I've been poking around but I'm clueless (yes, generally as well as specifically). I have some code that simply uses embedded Java in

change from UTF-8 to iso-8859-1

2002-06-04 Thread Christoph Stocker
hi! i use cocoon2.0.2 with weblogic6.0sp2 on win2000 i want to change the META http-equiv=Content-Type content=text/html; charset=UTF-8 tag to META http-equiv=Content-Type content=text/html; charset=iso-8859-1 i want to use ö,ü,ä and ß thanks greetings, chros

Re: 404 not found

2002-06-04 Thread will
The under the dir in which the context is serverd from the access.log file reads DEBUG (2002-06-04) 18:10.59:902 [access](/referees.xml) Thread- 29/AbstractEnvironment: Set the URI Prefix (OLD=, NEW=) DEBUG (2002-06-04) 18:10.59:902 [access](/referees.xml) Thread- 29/AbstractEnvironment:

Re: change from UTF-8 to iso-8859-1

2002-06-04 Thread Bertrand Delacretaz
On Tuesday 04 June 2002 09:56, Christoph Stocker wrote: i want to change the META http-equiv=Content-Type content=text/html; charset=UTF-8 tag to META http-equiv=Content-Type content=text/html; charset=iso-8859-1 This comes from the HTMLSerializer, you have to reconfigure it

Re: change from UTF-8 to iso-8859-1

2002-06-04 Thread KOZLOV Roman
Hi Christoph, Set encodingISO-8859-1/encoding for serialiser in sitemap. By the way, you can use such characters with UTF-8 also. It's just necessary to store the XML document as Unicode. Best regards Roman Christoph Stocker wrote: hi! i use cocoon2.0.2 with weblogic6.0sp2 on win2000 i

Re: SQL, Actions, ESQL Help Please!!!

2002-06-04 Thread Conny Pemfors
where do I set my map:sitemap and pipelines to be able to use my xml documents /Conny - Original Message - From: Christian Haul [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 9:47 AM Subject: Re: SQL, Actions, ESQL Help Please!!! On 03.Jun.2002

How to upload a file???

2002-06-04 Thread manish
Hello All, How can I upload a file from browser to server using cocoon. I am using the following syntax... form name = test ENCTYPE=multipart/form-data please let me know how to include this tag on cocoon side to accept file type data from anurag

XML generation

2002-06-04 Thread Deepak Mehta
Hi All, Here is some info on the specs of my setup before I explain the problem: -CPU: MacOSX 10.1.4 running JDK 1.3.1 -EJB: Jonas 2.4.4 with embedded tomcat 3.3.1 and cocoon 2.0.2 -DB: PostgreSQL 7.1.2 with standard JDBC drivers Setup: Jonas runs EJBs and Tomcat has a singleton servlet that

RE: change from UTF-8 to iso-8859-1

2002-06-04 Thread Christoph Stocker
hi! thanks but my main problem still is, if i click on a submit-button, the ö,ä,ü or ß from my form input-fields are not send correct to my action. what have i do, to change this. to get what i have typed on the next page? greetings, christop -Original Message- From: KOZLOV Roman

RE: change from UTF-8 to iso-8859-1

2002-06-04 Thread Christoph Stocker
ok - now its working. i didn't it right the first time. now i changed in the map:serializer-tag the encoding correctly and it is working. thanks all mfg, --- Christoph Stocker Pramergasse 29/14, 1090 Wien, Austria mobile +43-699-1722 5506 e-mail

Re: cocoon web log system

2002-06-04 Thread Andrew Timberlake
Conny What do you mean by work? XML pages are markup (storage) they don't work, they are used during work. Give us some more information as to the problem you're trying to solve and we can try to help. Andrew On Tue, 2002-06-04 at 09:24, Conny Pemfors wrote: does anybody know how to make xml

Re: How to upload a file???

2002-06-04 Thread Andrew Timberlake
Anurag In Cocoon's default state it should already handle the uploads transparently for you. Cocoon has two RequestWrappers which handle all uploads and save the files to a location which by default is (Assuming Tomcat) tomcat dir/Work/Standalone/localhost/cocoon/cocoon-files/upload-dir You can

wbmp support in cocoon

2002-06-04 Thread yuryx
Hi all! Does cocoon support mime-type=image/wbmp in sitemap (as is gif,jpg,png)? Thanx. Yury. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

wml and xmlns

2002-06-04 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
Sorry, previous mail was in html written... Hello... I generate html pages with my Cocoon 2.0.2 (+Tomcat 4.0.3 + JDK1.3.1) installation. Now I want to generate wml pages. My problem is that I use a namespace in my documents : xmlns:site=http://www.monsite.fr; It seems to be forbidden to

no suitable driver

2002-06-04 Thread Conny Pemfors
The org.apache.cocoon.www.sitemap_xmap notifies that org.apache.cocoon.ProcessingException says: Exception in ServerPagesGenerator.generate() More precisely: org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): java.lang.RuntimeException: Error opening

Re: wbmp support in cocoon

2002-06-04 Thread Stephan Michels
On Tue, 4 Jun 2002, yuryx wrote: Hi all! Does cocoon support mime-type=image/wbmp in sitemap (as is gif,jpg,png)? Thanx. Yury. Only the browser evaluates the mime-type, for the cocoon it is just a string. - Please check

Re: wbmp support in cocoon

2002-06-04 Thread yuryx
Stephan Michels wrote: On Tue, 4 Jun 2002, yuryx wrote: Hi all! Does cocoon support mime-type=image/wbmp in sitemap (as is gif,jpg,png)? Thanx. Yury. Only the browser evaluates the mime-type, for the cocoon it is just a string.

Re: Cocoon problems

2002-06-04 Thread Spectron International, Inc.
Nobody knows what this error means? - Original Message - From: Spectron International, Inc. [EMAIL PROTECTED] To: Cocoon Users Mailing List [EMAIL PROTECTED] Sent: Monday, June 03, 2002 4:49 PM Subject: Cocoon problems I compiled the HEAD version of Cocoon, this time I used build

RE: New session is created at each response

2002-06-04 Thread Volker Schneider
Hi, I think cookies are switched off in your browser. Best regards - Volker - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 22. Mai 2002 09:33 To: [EMAIL PROTECTED] Subject: New session is created at each response Hello! Is ther a different

Session URL-Rewriting with Cocoon

2002-06-04 Thread Volker Schneider
Dear colleagues, does anybody know how I can use URL-Rewriting with Cocoon 2.0.2 and WebSphere 4.0.2? All works fine, but if I switch off cookies in my browser, Cocoon will lose the session after the response. Who can help? Best regards - Volker -

RE: XML generation

2002-06-04 Thread Vadim Gritsenko
From: Deepak Mehta [mailto:[EMAIL PROTECTED]] Hi All, Here is some info on the specs of my setup before I explain the problem: -CPU: MacOSX 10.1.4 running JDK 1.3.1 -EJB: Jonas 2.4.4 with embedded tomcat 3.3.1 and cocoon 2.0.2 -DB: PostgreSQL 7.1.2 with standard JDBC drivers Setup:

OReilly Open Source Convention - anyone?

2002-06-04 Thread Matthew Langham
If you are going to be at the O'Reilly OSCC in July and interested in having a chat about Cocoon, the Cocoon Portal or anything related then send me an email. Also - if you are in or around San Diego and interested in discussing Cocoon related stuff then the same applies. And PLEASE: If you plan

RE: Cocoon vs J2ee performance

2002-06-04 Thread Hunsberger, Peter
I needed the opinion of the house whether Cocoon is a fit for mission critical operations where speed is of top priority in comparison with JSP-Servlet-HTML architecture, using a servlet container only as in J2ee,(with or without ejb's). You are going to have to qualify your requirements a

RE: Cocoon problems

2002-06-04 Thread Geoff Howard
Is this a completely fresh install, or have you used a previous version of cocoon? Geoff Howard -Original Message- From: Spectron International, Inc. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 8:45 AM To: [EMAIL PROTECTED] Subject: Re: Cocoon problems Nobody knows

RE: How to upload a file???

2002-06-04 Thread Graaf, Edgar de (fin)
Set 'upload-directory' in web.xml. Use: form name = test enctype=multipart/form-data action=upload method=POST where upload is its self -Oorspronkelijk bericht- Van: manish [mailto:[EMAIL PROTECTED]] Verzonden: dinsdag 4 juni 2002 11:08 Aan: [EMAIL PROTECTED] Onderwerp: How to

Re: Cocoon problems

2002-06-04 Thread Spectron International, Inc.
I was using cocoon 2.0.2 with Jetty 4, I deleted all the cocoon-2.0.2 jars from jetty's lib directory (for some reason Jetty doesn't like jars in WEB-INF/lib) and the cocoon directory from webapps. I copied the ones in the war I compiled to jetty's lib directory, expanded the war and copied it to

RE: XML generation

2002-06-04 Thread Christopher Watson
-Original Message- From: Deepak Mehta [mailto:[EMAIL PROTECTED]] Sent: 04 June 2002 10:53 To: [EMAIL PROTECTED] Subject: XML generation Hi All, Here is some info on the specs of my setup before I explain the problem: -CPU: MacOSX 10.1.4 running JDK 1.3.1 -EJB: Jonas 2.4.4

RE: How to upload a file???

2002-06-04 Thread Christopher Watson
Manish -Original Message- From: manish [mailto:[EMAIL PROTECTED]] Sent: 04 June 2002 10:08 To: [EMAIL PROTECTED] Subject: How to upload a file??? Hello All, How can I upload a file from browser to server using cocoon. I am using the following syntax... form name = test

Re: XML generation

2002-06-04 Thread Deepak Mehta
Thanks, This worked! Now I have the output part working, now I need to work on a form that creates a record in an entity EJB. I assume I use the request logicsheet to get the parameters from the form post and then invoke a method on my singleton to invoke a create on the EJB... Could it be so

Serializing javascript escaped html

2002-06-04 Thread TREGAN Fabien
Hi, I have a DHTML application. I use remote scripting to acces server (post are made in an hidden frame, the server return javascript). This work well with Cocoon for standard script (ie. : alert(hello world);), but i'd like to have a script that insert HTML in existing HTML (ex : add a new

XHTML

2002-06-04 Thread Istvan Beszteri
Hi All, What is the easiest way to generate XHTML output? I have an XSL which transforms XML to XHTML, but it seems the serializer converts it to simple HTML. (I have some br/ tags and it convert them to br) Br, Istvan

RE: XHTML

2002-06-04 Thread Stephen Ng
You can just use the XML serializer. -Original Message- From: Istvan Beszteri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: XHTML Hi All, What is the easiest way to generate XHTML output? I have an XSL which transforms XML

RE: XML generation

2002-06-04 Thread Christopher Watson
The EJB bit is beyond me, I guess yes if it's in the same JVM ...? You can actually use request.getParameter within a bit of xsp:logic/ rather than the request logicsheet, though the latter is an option. Good Luck Christopher -Original Message- From: Deepak Mehta [mailto:[EMAIL

RE: XHTML

2002-06-04 Thread Arjé Cahn
If you put the XHTML namespace inside the html tag, the XSL transformer will output XHTML for you: html xmlns=http://www.w3.org/1999/xhtml; The HTML serializer will leave your br/'s intact as long as the namespace is provided. Regards Arjé

sitemap is not available

2002-06-04 Thread cnsxxx09
Hi, I had problems deploying Cocoon in JBoss 3 as a .war, so I tried putting it into a .ear file and it worked! (JBoss RC3/Catalina). So, I can run all the examples successfully. But I cannot get my own Pipeline to workthe error I get is: org.apache.cocoon.ProcessingException: The

Sitemap Error

2002-06-04 Thread dheeraj
Hello All, Just joined your community. Installed Cocoon and could not get through. Following is the error message I get after running cocoon. I have tried alltricks... Help !! regards -- dheeraj

RE: Cocoon problems

2002-06-04 Thread Geoff Howard
I don't know much about Jetty, but I'd be suspicious that something is not getting copied/loaded correctly either because of jetty's peculiarities or something related to the moving around that you had to do. Is there a specific reason you're not using Tomcat? If not, I'd give that a shot.

RE: Cocoon problems

2002-06-04 Thread Geoff Howard
I just noticed that you were having trouble earlier with another Class not found. Did you do a build clean and did you remove all files from the work and cache directory? Geoff -Original Message- From: Geoff Howard Sent: Tuesday, June 04, 2002 11:26 AM To: '[EMAIL PROTECTED]'

Multiple XSL Transformers

2002-06-04 Thread Jason Foster
I was wondering if it is possible to have both a Xalan-based and a Saxon-based transformer active within Cocoon simultaneously? I am using Xalan's support for BSF-scriptable extensions in a couple of places and quite like it's approach. Unfortunately the current version of Xalan can't deal

RE: Multiple XSL Transformers

2002-06-04 Thread Vadim Gritsenko
From: Jason Foster [mailto:[EMAIL PROTECTED]] I was wondering if it is possible to have both a Xalan-based and a Saxon-based transformer active within Cocoon simultaneously? I am using Xalan's support for BSF-scriptable extensions in a couple of places and quite like it's approach.

XML to Quark

2002-06-04 Thread Dwayne Kemp
Does anyone know if there is a way to generte quark documents from xml content? //| Dwayne A. Kemp | | [EMAIL PROTECTED] if the gospel be hid it is hid |

Re: XML to Quark

2002-06-04 Thread Robert Koberg
A while ago Quark's Avenue was supposed to do this. I don't know where they are with it now, though. -Rob Dwayne Kemp wrote: Does anyone know if there is a way to generte quark documents from xml content? //|

Re: Multiple XSL Transformers

2002-06-04 Thread Diana Shannon
On Tuesday, June 4, 2002, at 01:48 PM, Vadim Gritsenko wrote: Start from TraxTransformer (search for xslt-processor-role) in Cocoon 2.0.3, or TraxTransformer (search for transformer-factory) in Cocoon 2.1; and follow from there. Does this mean it's possible, Vadim, or that Jason should try

Re: XML to Quark

2002-06-04 Thread Dwayne Kemp
Thanks Ive been doing some research and the avenue was at the bottom of my list to use for this transformation. //| Dwayne A. Kemp | | [EMAIL PROTECTED] if

RE: Multiple XSL Transformers

2002-06-04 Thread Vadim Gritsenko
From: Diana Shannon [mailto:[EMAIL PROTECTED]] On Tuesday, June 4, 2002, at 01:48 PM, Vadim Gritsenko wrote: Start from TraxTransformer (search for xslt-processor-role) in Cocoon 2.0.3, or TraxTransformer (search for transformer-factory) in Cocoon 2.1; and follow from there.

Re: Multiple XSL Transformers

2002-06-04 Thread Peter Royal
On Tuesday 04 June 2002 02:05 pm, Vadim Gritsenko wrote: From: Diana Shannon [mailto:[EMAIL PROTECTED]] On Tuesday, June 4, 2002, at 01:48 PM, Vadim Gritsenko wrote: Start from TraxTransformer (search for xslt-processor-role) in Cocoon 2.0.3, or TraxTransformer (search for

Re: Multiple XSL Transformers

2002-06-04 Thread Jason Foster
It is possible. I used the xslt-processor-role variant on 2.0.2 a few months back to test XSLTC. It went like this (on 2.0.3, change as needed for SAXON) It's the change as needed that's currently the problem. All of the references I've found involve people dropping in the Saxon jar.

RE: Multiple XSL Transformers

2002-06-04 Thread Vadim Gritsenko
From: Jason Foster [mailto:[EMAIL PROTECTED]] It is possible. I used the xslt-processor-role variant on 2.0.2 a few months back to test XSLTC. It went like this (on 2.0.3, change as needed for SAXON) It's the change as needed that's currently the problem. All of the references

Re: Cocoon problems

2002-06-04 Thread Spectron International, Inc.
I didn't removed the files, and I didn't do a build clean either. Now Cocoon is working again, but I have a new problem, my generators aren't working, neither the actions. It is giving me a class cast exception. The object hierarchy (sp?) for the generator is

Re: Multiple XSL Transformers

2002-06-04 Thread Peter Royal
On Tuesday 04 June 2002 02:19 pm, Jason Foster wrote: It is possible. I used the xslt-processor-role variant on 2.0.2 a few months back to test XSLTC. It went like this (on 2.0.3, change as needed for SAXON) It's the change as needed that's currently the problem. All of the references

Showing Column names in XSP

2002-06-04 Thread Matthew Hailstone
Title: Message I'm trying to get the column names of a particular query, but with no luck so far. Here is a portion of my XSP source: esql:connection esql:poolwcart22/esql:pool esql:execute-query esql:queryselect * from classes/esql:query esql:results xsp:logic for(int i=0; i lt;

Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-04 Thread Rob Kelley
Hi: I'm running cocoon 2.0.2 onTomcat 4.0.1 (Windows). I've been trying to run the hello example for the jsp: http://127.0.0.1:8080/cocoon/jsp/hello I get the same error (stack trace at end of email):"SAXException JspGenerator.generate()" My sitemap entry is: map:match pattern="jsp/*"

Re: mm.mysql-2.0.14 + JRE1.4.0 + Cocoon2.0.2 problem resolution?

2002-06-04 Thread Carlos
Michael: It is listed in de docs for JDK 1.4 that the version of JDBC is 3.0. Most JDDBC drivers are written for JDBC 2.0 (the one that ships with JSDK 1.3.X) Until this changes, there are bound to be conflicts between the drivers and the JRE's implementation of the standard. If I remember

Re: Cocoon problems

2002-06-04 Thread Peter Royal
On Tuesday 04 June 2002 02:59 pm, Spectron International, Inc. wrote: ComposerAction-MyAction-MyLocale. Why is it giving me a ClassCastException? Has anything changed in the way generators and actions are made? Faw PS: The error is the following: DEBUG (2002-06-04) 14:39.23:601

Xindice no IndexManager

2002-06-04 Thread Corinna Gries
Title: Message Hi all, I am trying to get xindice running with cocoon. Following the instructions at cocooncenter and various other that I found in the mail archive I am still getting the following error when typing http://localhost:8080/cocoon/xmldb/addressbook into the browser:

RE: Xindice no IndexManager

2002-06-04 Thread Corinna Gries
Title: Message Sorry about the bother, figured it out. Corinna -Original Message-From: Corinna Gries [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 04, 2002 1:39 PMTo: '[EMAIL PROTECTED]'Subject: Xindice no IndexManager Hi all, I am trying to get xindice

Re: How to upload a file???

2002-06-04 Thread Andrew Timberlake
Anurag In Cocoon's default state it should already handle the uploads transparently for you. Cocoon has two RequestWrappers which handle all uploads and save the files to a location which by default is (Assuming Tomcat) tomcat dir/Work/Standalone/localhost/cocoon/cocoon-files/upload-dir You can

Re: cocoon web log system

2002-06-04 Thread Andrew Timberlake
Conny What do you mean by work? XML pages are markup (storage) they don't work, they are used during work. Give us some more information as to the problem you're trying to solve and we can try to help. Andrew On Tue, 2002-06-04 at 09:24, Conny Pemfors wrote: does anybody know how to make xml

UPDATE: mm.mysql-2.0.14 + JRE1.4.0 + Cocoon2.0.2 problem resolution

2002-06-04 Thread Jonathan Layes
Hi all, I did some digging and discovered a solution to the interaction problems with Cocoon, JDBC and JRE1.4.0. The problem lies in the version of Avalon-Excalibur currently packaged with Cocoon both in release and CVS. The first thing I tried was moving to the bleeding edge 2.1-dev from CVS

Re: Multiple XSL Transformers

2002-06-04 Thread Jason Foster
snip/ OK, here's my status report... Short Version - the moment you drop saxon.jar into WEB-INF/lib, you use Saxon for everything Long Version - place a copy of saxon.jar in WEB-INF/lib - create two transformers as follows: map:transformers default=xslt map:transformer

Re: Multiple XSL Transformers

2002-06-04 Thread Jason Foster
Victory! Using the HEAD branch and the instructions given earlier, everything seems to be working. Someone should probably patch the webapp sitemap to make sure that the xslt transformer explicitly sets transformer-factory org.apache.xalan.processor.TransformerFactoryImpl

Re: Multiple XSL Transformers

2002-06-04 Thread Peter Royal
On Tuesday 04 June 2002 05:17 pm, Jason Foster wrote: Looks like the system is simply picking up Saxon regardless of the value of transformer-factory. Any suggestions as to how to proceed? All of my changes have been to sitemap.xmap, not to cocoon.xconf (like anyone really knows the

Help : Implementaion- Form to database

2002-06-04 Thread Chitharanjan Das
Hello All, Has anyone come up with a standard approach where one can specify an Form to the user and the form data has to be inserted or updated into database. For eg: A XML which represents the underlying table structure (or a database view) . The XML data has to be presented to

Re: cocoon web log system

2002-06-04 Thread Ivelin Ivanov
I reviewed Ugo's CocoBlog recently and think it has bright future. Strongly recommended for blogging. Ivelin - Original Message - From: Ugo Cei [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 03, 2002 5:05 AM Subject: Re: cocoon web log system Cocoon User wrote: we r

Re: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-04 Thread yuryx
Rob Kelley wrote: Hi: I'm running cocoon 2.0.2 on Tomcat 4.0.1 (Windows). I've been trying to run the hello example for the jsp: http://127.0.0.1:8080/cocoon/jsp/hello I get the same error (stack trace at end of email): /SAXException JspGenerator.generate()/ My sitemap entry is:

Re: no suitable driver

2002-06-04 Thread Andrew Savory
On Tue, 4 Jun 2002, Conny Pemfors wrote: org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): java.lang.RuntimeException: Error opening connection to dburl: : No suitable driver so what's the problem Cocoon is trying to connect to a database specified in