AW: [POLL] JDK 1.2 Support

2003-02-03 Thread Andres, Judith
1.3.1_06 on Win2K and NT4.0 -Ursprüngliche Nachricht- Von: Vadim Gritsenko [SMTP:[EMAIL PROTECTED]] Gesendet am: Samstag, 1. Februar 2003 20:06 An: Cocoon Users Cc: Cocoon Developers Betreff: [POLL] JDK 1.2 Support Hi all: To better understand how you are using

AW: [POLL] JDK 1.2 Support

2003-02-03 Thread Richard Cunliffe
MS Windows XP Apache 2.0.43 Tomcat 4.0.6 Cocoon 2.0.4 JDK 1.3.1_06 - Please check that your question has not already been answered in the FAQ before posting.

AW: Sitemap.xmap giving ugly errors

2003-02-03 Thread Jan Harms
Hi Jason, I believe the map:matchers element must be inside the map:components element. -Jan -Ursprüngliche Nachricht- Von: Jason Bruce [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 1. Februar 2003 16:16 An: [EMAIL PROTECTED] Betreff: Sitemap.xmap giving ugly errors I have

standard DTDs

2003-02-03 Thread Reza Aliakbari
Dear friends, I am new in cocoon. I want to develop my next project by the help of cocoon. I want to have standard DTDs for the different section of application like Forms, Search results,... Could you guide me to find this standards? Is there a global standard? Could you send some links for

Re: Passing User-Agent as a map:parameter

2003-02-03 Thread Lenya L. Khachaturov
On Fri, Jan 31, 2003 at 07:20:39PM +0100, Marco Rolappe wrote: hi lenya, I haven't yet really been into input modules, but I think you could use something like: map:transform src=blog/blog.xsl type=xslt map:parameter name=browser value=header:user-agent/ /map:transform Thanks

Link Livesites: CBIM (Cocoon 2.1-dev)

2003-02-03 Thread Ugo Cei
Our new corporate website http://www.cbim.it/ is running on Cocoon 2.1-dev since Feb 1st 2003. It's only in Italian at the moment, but we plan do deliver an English version shortly. Many thanks to all the Cocoon developers who made this possible. Ugo -- Ugo Cei - Consorzio di Bioingegneria

Re: Link Livesites: CBIM (Cocoon 2.1-dev)

2003-02-03 Thread Antonio Gallardo
Congratulations Ugo! First time it takes almost 16 secs. (DNS resolving, etc.) Second time: 1.9 secs. (I think here was just cache issue.) Third time: Pressing reload button - 4.95 secs. I think this are nice times. I am using Mozilla in Red Hat Linux 8.0. Location: Managua, Nicaragua, Central

Battling with null pointer exception

2003-02-03 Thread Derek Hohls
I am looking for help tryhing to track down the cause of null pointer exception (my worst type of error to solve). I have an XSP page, containing ESQL; it works fine on my test machine which has a relatively small subset of data, but gives errors on the production machine with the full

Re: Battling with null pointer exception

2003-02-03 Thread Antonio Gallardo
Derek Hohls dijo: I have an XSP page, containing ESQL; it works fine on my test machine which has a relatively small subset of data, but gives errors on the production machine with the full database. OK. I suppose: 1-You have 5,000+ rows in your current DB. 2-The code in the XSP page

Re: Link Livesites: CBIM (Cocoon 2.1-dev)

2003-02-03 Thread Ugo Cei
Antonio Gallardo wrote: Congratulations Ugo! First time it takes almost 16 secs. (DNS resolving, etc.) Second time: 1.9 secs. (I think here was just cache issue.) Third time: Pressing reload button - 4.95 secs. I think this are nice times. Times from our LAN, without the network latency, are

Create a transformer for a custom database

2003-02-03 Thread Lionel Crine
I would like to create a custom transformer. The primary method of this transfomer should have this look: Protected String primary_method (String query){} Is it possible or should I use the methods startElement ,endElement ? Is there some documentation I could read about custom tranformer ?

Re: Battling with null pointer exception

2003-02-03 Thread Derek Hohls
Antonio Not sure we have more memory on the server, but I can try... The current CATALINA_OPTS looks like: CATALINA_OPTS='-Xbootclasspath/a:/usr/local/pja/lib/pja.jar -Dawt.toolkit=com.eteks.awt.PJAToolkit -Djava2d.font.usePlatformFont=false

Re: Create a transformer for a custom database

2003-02-03 Thread Bertrand Delacretaz
Is there some documentation I could read about custom tranformer ? http://wiki.cocoondev.org/Wiki.jsp?page=ImplementingTransformers should put you on the right track. -Bertrand - Please check that your question has not

Re: Battling with null pointer exception

2003-02-03 Thread Antonio Gallardo
Derek Hohls dijo: Antonio Not sure we have more memory on the server, but I can try... The current CATALINA_OPTS looks like: CATALINA_OPTS='-Xbootclasspath/a:/usr/local/pja/lib/pja.jar -Dawt.toolkit=com.eteks.awt.PJAToolkit -Djava2d.font.usePlatformFont=false

Problem with cocoon itself

2003-02-03 Thread Lionel Crine
I'm working on cocoon-dev under WEBAPPS. This is a copy of cocon with less things. For now, it's not working (cocoon-dev) anymore instead of cocoon which runs normally. Here is the error : Cocoon 2 - Internal servlet error type fatal message Cocoon was not initialized. description Cocoon

namespace attribute

2003-02-03 Thread arturl
When I transform sources with the CInclude transformer, I get the xmlns:cinclude=http://apache.org/cocoon/include/1.0; attribute with the first result element. Is it possible to get rid of that? -- Artur - Please check that

AW: mapping to basepath in static content

2003-02-03 Thread Jan Harms
Hi Robert, you could write your own custom transformer. That is *much* faster than using XSLT. Take a look at http://wiki.cocoondev.org/Wiki.jsp?page=ImplementingTransformers to get started. I was thinking about doing something similar. The basic idea is to use a list of symbolic names for

Re: Problem with cocoon itself

2003-02-03 Thread Lionel Crine
I found the error, it was in my web.xml. I badly add a new logicsheet. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe,

Re: experiences with Morphon?

2003-02-03 Thread Yves Vindevogel
I did not like it at all ... On Linux I prefer KATE or recently ECLIPSE On Windows I prefer XMLSpy Personally, I think nothing compares with XMLSpy, based on possibilities, only, it runs on Windows Has anyone experiences with Morphon - XML Editor

Re: Cocoon and MySQL

2003-02-03 Thread Martin Holz
Hello Richard, Richard Cunliffe [EMAIL PROTECTED] writes: (logs attached) Hi, I have now got cocoon to start, and I have now put my pipeline in, but the page is coming up blank, when viewed through IE6. My pipeline in the sitemap looks like this: !-- soundpool Database (SQL) --

IRC, SILC

2003-02-03 Thread Heiko Milke
Hey folks, is there any channel on IRCNet or SILCNET for cocoon? Heiko Milke - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To

Re: IRC, SILC

2003-02-03 Thread Antonio Gallardo
Heiko Milke dijo: Hey folks, is there any channel on IRCNet or SILCNET for cocoon? Good question. ;-) Antonio Heiko Milke - Please check that your question has not already been answered in the FAQ before posting.

Re: experiences with Morphon?

2003-02-03 Thread Martin Holz
Ines Robbers [EMAIL PROTECTED] writes: Hi there, Has anyone experiences with Morphon - XML Editor (http://www.morphon.com/xmleditor/index.shtml)? It would be a great tool, if interactive performance were better. On my Dual Pentium 450 it feels sluggish. Maybe it is better with a recent

Re: [POLL] JDK 1.2 Support

2003-02-03 Thread Timothy Larson
Sun JDK 1.4.1_01 on Windows 2000 Professional Tim [EMAIL PROTECTED] 02/01/03 02:06PM Hi all: To better understand how you are using Cocoon product and serve your needs better ;-) Cocoon developers would like to know how many of our currect users are deploying Cocoon on JDK 1.2 and why they

Re: experiences with Morphon?

2003-02-03 Thread Jakob Praher
Am Mon, 2003-02-03 um 15.14 schrieb Martin Holz: Ines Robbers [EMAIL PROTECTED] writes: Hi there, Has anyone experiences with Morphon - XML Editor (http://www.morphon.com/xmleditor/index.shtml)? It would be a great tool, if interactive performance were better. On my Dual Pentium

RE: [POLL] JDK 1.2 Support

2003-02-03 Thread Luca Morandini
writing on behalf of my customers: 1.3.0 on Solaris 1.3.1 on various Windows (2000 Server, 2000 Professional, XP) - Luca Morandini GIS Consultant [EMAIL PROTECTED]

Re: IRC, SILC

2003-02-03 Thread Andrew Savory
On Mon, 3 Feb 2003, Antonio Gallardo wrote: Heiko Milke dijo: Hey folks, is there any channel on IRCNet or SILCNET for cocoon? Good question. ;-) irc.oftc.net #cocoon Andrew. -- Andrew SavoryEmail: [EMAIL PROTECTED] Managing Director

RE: Cocoon and MySQL

2003-02-03 Thread Richard Cunliffe
Martin, I have made your suggested changes and the web page still comes up completely blank. Is there anything else I should be looking at? Thanks, Richard. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 03 February 2003 14:02 To: [EMAIL PROTECTED]

Re: [POLL] JDK 1.2 Support

2003-02-03 Thread Sorin Marti
JDK 1.4.1 on SuSE Linux 8.0 [EMAIL PROTECTED] 02/01/03 02:06PM Hi all: To better understand how you are using Cocoon product and serve your needs better ;-) Cocoon developers would like to know how many of our currect users are deploying Cocoon on JDK 1.2 and why they did not switch to

webserviceproxy working in snapshots?

2003-02-03 Thread AWR
I have tried several, including the latest, but there seems to be a problem passing the remote site information, and the examples always result in Error invoking remote service: java.lang.IllegalArgumentException: host parameter is null. The stack trace is below. Does anyone have webserviceproxy

AW: Cocoon and MySQL

2003-02-03 Thread Marco Rolappe
richard, once again my advice: take a look at the logs (here access.log): DEBUG (2003-02-03) 13:18.51:614 [access] (/cocoon/soundpool/database.html) HttpProcessor[8080][4]/AbstractEnvironment: Reset context to file:/C:/tomcat/webapps/cocoon/ WARN(2003-02-03) 13:18.51:614 [access]

Re: [POLL] JDK 1.2 Support

2003-02-03 Thread dfeather
I am still at 1.2 because our production app server is still at 1.2. We may upgrade this year, but that is not a certainty. Dan Feather - Please check that your question has not already been answered in the FAQ before

Re: Cocoon and MySQL

2003-02-03 Thread Martin Holz
Richard Cunliffe [EMAIL PROTECTED] writes: Martin, I have made your suggested changes and the web page still comes up completely blank. Is there anything else I should be looking at? Lower log level and look into the logs :-(. Usually SQLTransformer complains about sql errors. Change

cocoon struts together

2003-02-03 Thread Juraj . Lenharcik
Hi, has someone any experiences with the comosition of struts and cocoon? I have a middleware on EJB and JCA which connects to some Systems like SAP. On this connects a webapplication which should be done with with struts. Some areas of this application should be transformed by cocoon in

RE: cocoon struts together

2003-02-03 Thread Matthew Langham
Hi Juraj, like SAP. On this connects a webapplication which should be done with with struts. Some areas of this application should be why are you considering Struts (at all)? I am interested in this as we often meet this kind of setup/discussion and we try to convince people to go for a

RE: cocoon struts together

2003-02-03 Thread Richard Bounds
We're working on a similar setup - Struts-based form logic, with views of the data processed by cocoon into html/pdf/excel. Currently we simply pull html cocoon content into jsp's with an http request (using: http://jakarta.apache.org/taglibs/doc/io-doc/index.html). It seems to work quite well for

AW: cocoon struts together

2003-02-03 Thread Juraj . Lenharcik
Hi Matthew, Yes of course ;-) There is some experience with struts allready. With cocoon not so much. And this question is a study about the possibilities. I think the synergy of both frameworks can (perhaps) realize very powerful solutioons. Juraj -Ursprüngliche Nachricht- Von:

AW: cocoon struts together

2003-02-03 Thread Juraj . Lenharcik
Hi Richard, I am not sure if my idea can work. My Struts controller gets some data from the EJB. This data can be serialized(castor) into a directory. The cocoon pipeline is configured to process all request of this directory. After serializing the xml data the controller forwards to the xml

newbie xsp question

2003-02-03 Thread I-Lin Kuo
In the sample xsp provided with cocoon, on the page docs/samples/xsp/simple.xsp There's a section of code that looks like this: xsp:logic ![CDATA[ for (int i=0; i3; i++) {]]![CDATA[ ]] li Item xsp:expri/xsp:expr /li ![CDATA[ }

RE: Problems with double click in coplet links.

2003-02-03 Thread Matthew Langham
Hi Bruno, When I make double click or lots of clicks in a coplet link, one of two things can happen: 1- I receive a page without some coplets. OR 2 I receive an error page. This instability happens frequently, so help me as soon as possible. If you are talking about a

RE: Problems with double click in coplet links.

2003-02-03 Thread bruno nunes jacinto
The problem lots of clicks on coplets links” , not only happen in configuration link in the coplet (like minimize or maximize), but in any other links that exits inside of a coplet. It seems that you have reproduced the problem correctly. About your question ( If I then do a normal refresh in

Building Cocoon 2.1-dev

2003-02-03 Thread Morten Ludvigsen
Hi, I sent this mail to the list some days ago, and have gotten no reply, so I'll try again :-) BTW should this question be asked on the dev-list instead? I must be missing something pretty basic here. I am trying to build Cocoon from the current CVS HEAD. However the build process does not

Re: Building Cocoon 2.1-dev

2003-02-03 Thread Mark Eggers
I just built CVS HEAD yesterday afternoon. There are some problems with sitemap validation, so you will have to turn that off (validatefalse/validate) in properties.xml. One of the things I have to remember is to clear my custom CLASSPATH variable before I start the build process. To build, I

Re: Simple example

2003-02-03 Thread Stefan Riegel
Alireza Fattahi wrote: Hi, The currently cocoon web application is very complex. Is there any light weight example out there; some thing like blank web application in struts. Alireza. - Please check that your question has not

Generic mount directories on release or development

2003-02-03 Thread e nio
What are the differences in usage of mount/*/** sub/** or the */** directories (these are match patterns I picked off the main sitemap.xmap)? Are they not basically one and the same, allowing one to add new cocoon application under these directories without modification to the main

Cocoon 2 via command line Baltimore CHUG

2003-02-03 Thread Horsfield, Peter A.
Hi everybody. I encountered the need to execute Cocoon from the command line. I'm not aware of whether this functionality has been deprecated or not, but I couldn't for the life of me find any info anywhere. So I posted some details up on the wiki. This is my first post so don't be too

RE: cocoon struts together

2003-02-03 Thread Upayavira
http://jakarta.apache.org/taglibs/doc/io-doc/index.html). It seems to work quite well for our needs, but it would be nice to be able to call the cocoon pipelines programmatically. Check out the CocoonBean, recently added to the dev version 2.1 in CVS (org.apache.cocoon.bean.CocoonBean). It

Re: Building Cocoon 2.1-dev

2003-02-03 Thread Antonio Gallardo
Please downloaded the lastest version. Today morning Haul resolve the problem with the sitemap. Antonio Gallardo. I am already running the lastest CVS and build fine. Mark Eggers dijo: I just built CVS HEAD yesterday afternoon. There are some problems with sitemap validation, so you will

Re: Building Cocoon 2.1-dev

2003-02-03 Thread Morten Ludvigsen
Thanks very much for your reply. I have just tried what you suggested, but the build still does not get past the init target. It does not look like it even calls javac. If it did I would expect at least some error messages. As I said, there is probably something very basic that I have

help with presentation wanted

2003-02-03 Thread Argyn
Hello I'm preparing a presentation/speech on Cocoon. The audience is IT pros and managers. I tend to talk about technical aspects of Cocoon projects when speaking to strangers :), but this time, the main focus must be the features/functionality. I've been thinking about this: to explain how

RE: help with presentation wanted

2003-02-03 Thread Luca Morandini
-Original Message- From: Argyn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 2:26 AM To: [EMAIL PROTECTED] Subject: help with presentation wanted might I suggest to touch the subjects of re-usability and information hiding ? If you have a pipeline producing an XML

Caching HTTP request

2003-02-03 Thread Jim Lynch
I'm trying to create a pipleline and use cocoon's caching mechanism. The generator will use a http url. According to the documentation, cocoon will never cache this request...Is this true?? If so, is it possible to get around this issue?? thanks Jim/Esther

RE: Building Cocoon 2.1-dev

2003-02-03 Thread Geoff Howard
-Original Message- From: Morten Ludvigsen [mailto:[EMAIL PROTECTED]] Thanks very much for your reply. I have just tried what you suggested, but the build still does not get past the init target. It does not look like it even calls javac. If it did I would expect at least some error

Cocoon Consultant

2003-02-03 Thread Steven Punte
Apache Cocoon is a formable and powerful platform. If yourneeds are "appropriate," Cocoon can be an enormous productivityenhancement. I have architected, designed and implemented production quality andoperation web services (Hotel Property Management System: www.amansi.com)using the Cocoon

Re: [POLL] JDK 1.2 Support

2003-02-03 Thread Berin Loritsch
1.4.1 myself Vadim Gritsenko wrote: Hi all: To better understand how you are using Cocoon product and serve your needs better ;-) Cocoon developers would like to know how many of our currect users are deploying Cocoon on JDK 1.2 and why they did not switch to JDK1.3 (or better). This

Re: help with presentation wanted

2003-02-03 Thread Steven Noels
Argyn wrote: I'm preparing a presentation/speech on Cocoon. The audience is IT pros and managers. I tend to talk about technical aspects of Cocoon projects when speaking to strangers :), but this time, the main focus must be the features/functionality. Dunnow if it helps, but also take a look

Re: Livesite http://biology.bangor.ac.uk/

2003-02-03 Thread David Crossley
Thanks, i have added your livesite to the webpage. (As usual it might be a while before it is public.) You have done an excellent job. Thanks for the plug for Apache and Cocoon on the about this new website page. It is good to read about how people built their Cocoon site. --David --