Re: Cocoon 2.0.3 under JDK 1.4.1

2002-11-15 Thread Piotr Legiecki
Franz-Josef Herpers wrote: Hi Joerg, thanks for the fast reply, but that's not the cause of the problem. I cleaned the work directory and tried to fill the endorsed directory of JDK and Tomcat with nearly every possible combination of files: the original jar files from the Cocoon 2.0.3

Re: Caching results of SQL Queries?

2002-11-15 Thread Christian Haul
On 14.Nov.2002 -- 11:37 AM, Jeremy Quinn wrote: Dear All, I have a set of related Tables in MySQL, which are used to build part of a site I am working on. We use SQL because of the related nature of the data, rather than any great need for dynamics. My SQL queries are broken down

Re: Forms

2002-11-15 Thread Christian Haul
On 13.Nov.2002 -- 06:12 PM, Jos? Moreira wrote: hello, in my company we use apache+ php + postgre and we spend most of the time building table-manipulation forms ( for insert,update,delete,etc) is it possible to ( in cocoon ) create standard actions ( or else) to manipulate a xml file

RE: Coccoon 2.1 and XForms

2002-11-15 Thread Balint Halasz
Thank u Michael. However I am not as lamer as I might look like. However I couldnt found Cocoon 2.1 release and I wouldnt like to use nightly build as XForm processing will be critical part of my project and nobody could expect that the client will be downloading cocoon every night. Also

RE: Coccoon 2.1 and XForms

2002-11-15 Thread Reinhard Poetz
-Original Message- From: Balint Halasz [mailto:balint.halasz;FATHOMTECHNOLOGY.com] Sent: Friday, November 15, 2002 11:08 AM To: [EMAIL PROTECTED] Subject: RE: Coccoon 2.1 and XForms Thank u Michael. However I am not as lamer as I might look like. However I couldn’t found Cocoon

Re: R: Strings to SAX events

2002-11-15 Thread Damian Chojna
Thanks for your suggestion Ludovic, it works really well!! Damian. Ludovic de Beaurepaire wrote: Hi Damian, Perhaps it helps : If you are in XSP, the following tags resolve it without java code : ?xml version=1.0 encoding=ISO-8859-1? xsp:page language=java xmlns:xsp=http://apache.org/xsp;

Re: XSP:Expr Question.

2002-11-15 Thread Werner Guttmann
Scott, we not create a value object instead of using a sesion bean to return XML, and use Castor XML to turn this value object into SAX evenst using the CastorTransformer from the scratchpad ? Werner Parmley, Scott C. wrote: Hello everyone. I need some advice reguarding xsp:expr. First,

Re: developing/installing custom actions without restarting app server?

2002-11-15 Thread Werner Guttmann
On top of this, Tomcat 4.x can be configured to allow a web app's classloader to reload the complete web app if a class file or a JAR has changed. Which I believe is quite handy when developing ... Werner Charles Brewster wrote: Josema Alonso wrote: Hi, all. I'm writing some actions for

RE: developing/installing custom actions without restarting app server?

2002-11-15 Thread Josema Alonso
Hey, thanks for the info. i'll try it. Thanks to all who replied :-) -Mensaje original- De: Werner Guttmann [mailto:Werner.Guttmann;morganstanley.com] Enviado el: viernes, 15 de noviembre de 2002 11:56 Para: [EMAIL PROTECTED] Asunto: Re: developing/installing custom actions without

[Fwd: Re: svg]

2002-11-15 Thread Joerg Heinicke
Original Message Subject: Re: svg Date: Fri, 15 Nov 2002 09:34:41 - From: Upayavira [EMAIL PROTECTED] To: Joerg Heinicke [EMAIL PROTECTED] Cocoon uses Batik and http://xml.apache.org/batik/svgrasterizer.html says: The provided formats are JPEG, PNG, and Tiff, however the

Re: Re: svg]

2002-11-15 Thread Boris Althaus
With svg2png-Serializer works fine in Mozilla, but IE cannot handle transparancy of png-images and other browser probably have the same or other problems. It's a pity that GIF requires a licence fee. - Original Message - From: Joerg Heinicke To: [EMAIL PROTECTED]

Output not well formed from Cocoon, but fine from Saxon oncommand line

2002-11-15 Thread Timothy Larson
I am sending this again because it did not seem to hit the list. Sorry if you have already seen this email. Using Saxon7.2 in Cocoon 2.0.4dev from Nov 13 2002, I apply stylesheet A to stylesheet B. This produces stylesheet C, which is NOT well formed. (Notice the xsl:copy.../x2:copy) Using

LDAP

2002-11-15 Thread Witold Treliski
Hi!. Can anyone give me any example of use LDAP Transformer on Cocoon 2.0.3, because I can't find it in documentation. Witek - Please check that your question has not already been answered in the FAQ before posting.

How to make an automatic refresh

2002-11-15 Thread Sylvain.Thevoz
Hello everybody, I'm using Cocoon and Cocoon portal to build a web application. One of my coplets should work as a workflow manager. This application will work like that: A dispatcher could add an action to do to one of the executors. Each executor will see the portal with the workflow manager

More elegant way to determine browser? Can this be done?

2002-11-15 Thread conrad . crampton
Hi, Having looked at the example for determine which browser is requesting a resource and pulling in the appropriate stylesheet, it occurred to me could this be done any easier. The examples given is such map:select type=browser !-- you could insert parameters here as well --

Problem with tag form in a xslt

2002-11-15 Thread Saul Rodrigo Zarrate Cárdenas
Hello I have a stylesheet where I want to make a html transformation In that page I have the next xsl:template match=form form name=form1 method=post action= select name=selectCodigo size=8 multiple optionData 1/option . . optionData N/option /select

RE: Problem with tag form in a xslt

2002-11-15 Thread Alejandro Raiczyk
Title: RE: Problem with tag form in a xslt Try with select name=selectCodigo size=8 multiple= Remember that the XML must be well formed. Alejandro -Mensaje original- De: Saul Rodrigo Zarrate Cárdenas [mailto:[EMAIL PROTECTED]] Enviado el: Viernes, 15 de Noviembre de 2002

Problem with namespaces working with logicsheets

2002-11-15 Thread Saul Rodrigo Zarrate Cárdenas
Hi everyone I have a cocoon version number 2.0.3 and a tomcat version number 4.0.1 I have a XSP page where I have logical. If i load that page with the logical and Java source in the same page I not have any problem. In the xsp page I have something like ?xml version=1.0

RE: Problem with namespaces working with logicsheets

2002-11-15 Thread Alejandro Raiczyk
Title: RE: Problem with namespaces working with logicsheets Show us your logicsheets pls. -Mensaje original- De: Saul Rodrigo Zarrate Cárdenas [mailto:[EMAIL PROTECTED]] Enviado el: Viernes, 15 de Noviembre de 2002 12:15 p.m. Para: [EMAIL PROTECTED] Asunto: Problem with namespaces

RE: Problem with tag form in a xslt

2002-11-15 Thread Saul Rodrigo Zarrate Cárdenas
Thank you Alejandro. It was the problem!! :) Saul Zarrate Cardenas Mensaje citado por Alejandro Raiczyk [EMAIL PROTECTED]: Try with select name=selectCodigo size=8 multiple= Remember that the XML must be well formed. Alejandro -Mensaje original- De: Saul Rodrigo Zarrate

RE: Problem with namespaces working with logicsheets

2002-11-15 Thread Saul Rodrigo Zarrate Cárdenas
Ok, here is the source of the logicsheets ?xml version='1.0'? xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform; version='1.0' xmlns:xlink=http://www.w3.org/1999/xlink; xmlns:xsp=http://apache.org/xsp;

FOP - Adding Font and compile the fop.jar for cocoon?

2002-11-15 Thread Scherler, Thorsten
Hello group, I have compiled a fop.jar where Arial is supported (I am not sure whether it is compiled right). Now I replace the PATHTo\webapps\cocoon\WEB-INF\lib\fop-0.20.3.jar with the new fop.jar. I have name it fop-0.20.3.jar again. But now I am getting this error: ERROR The

Sitemap help?

2002-11-15 Thread Jeremy Quinn
I was trying to make a pipeline like the one below work, but could not. It never gets selected. I thought this kind of thing was allowed, in 2.1? map:match pattern=search/site !-- match search/site when there is a query request param -- map:match type=request pattern=query !-- generate,

Re: Caching results of SQL Queries?

2002-11-15 Thread Justin Fagnani-Bell
Jeremy, If you're doing the SQL queries in a custom component (generator, transformer) you can use Cocoon's caching system. Have you class implement Cachable, and in the generateValidity() method you can return an object with the last modification date of the database. see :

RE: Sitemap help?

2002-11-15 Thread Reinhard Poetz
-Original Message- From: Jeremy Quinn [mailto:jeremy;media.demon.co.uk] Sent: Friday, November 15, 2002 6:39 PM To: [EMAIL PROTECTED] Subject: Sitemap help? I was trying to make a pipeline like the one below work, but could not. It never gets selected. I thought this kind of

Re: Sitemap help?

2002-11-15 Thread Jeremy Quinn
On Friday, Nov 15, 2002, at 18:10 Europe/London, Reinhard Poetz wrote: map:match pattern=search/site !-- match search/site when there is a query request param -- map:match type=request pattern=query !-- generate, transform, serialize -- /map:match !-- match search/site when there is

Re: Caching results of SQL Queries?

2002-11-15 Thread Jeremy Quinn
On Friday, Nov 15, 2002, at 17:43 Europe/London, Justin Fagnani-Bell wrote: If you're doing the SQL queries in a custom component (generator, transformer) you can use Cocoon's caching system. Have you class implement Cachable, and in the generateValidity() method you can return an object

Creating compund documents

2002-11-15 Thread Derek Hohls
I am looking for some help/suggestions with creating compound documents using Cocoon. By 'compound', I mean a document whose parts are generated in different ways, but are brought together to create a single whole. The current practice/approach in the design of Cocoon seems to be aggregation,

Re: Creating compund documents

2002-11-15 Thread Steven Noels
Derek Hohls wrote: Is such a scenario possible? If so, I would be grateful if someone could explain it to me... Have a look at the cinclude transformer: http://xml.apache.org/cocoon/userdocs/transformers/cinclude-transformer.html /Steven -- Steven Noels

Tomcat bypass Cocoon?

2002-11-15 Thread Mauro Daniel Ardolino
Hello! I'm using cocoon 2.0.3 and Tomcat 4.1.12. I have a servlet that outputs a simple xml. Then I want to apply a xsl transformation. So I wrote this in a sitemap pipeline: map:match pattern=/checkoutPage map:generate src=/checkoutPage/ map:transform

Re: Tomcat bypass Cocoon?

2002-11-15 Thread Mauro Daniel Ardolino
I've made some changes to sitemap: Instead of: map:match pattern=/checkoutPage I put: map:match pattern=/CheckoutPage.html This is to have a different name for the URL than from the servlet name. This worked well! After correcting the errors on the .xsl file, browsing I get this error message:

Re: Problem with namespaces working with logicsheets

2002-11-15 Thread Joerg Heinicke
Saul Rodrigo Zarrate Cárdenas wrote: Ok, here is the source of the logicsheets ?xml version='1.0'? xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform; version='1.0' xmlns:xlink=http://www.w3.org/1999/xlink; xmlns:xsp=http://apache.org/xsp; Add the namespace

DO NOT REPLY [PATCH QUEUE] Summary November 16 2002

2002-11-15 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to

Re: dynamic select boxes in XMLForms?

2002-11-15 Thread Ivelin Ivanov
Look closer at the demo and examine the itemset elements under the select elements. - Original Message - From: Josema Alonso [EMAIL PROTECTED] To: Cocoon-Users [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 12:35 PM Subject: dynamic select boxes in XMLForms? Hi, all. I tried