RE: avoid setting the password in jdbc settings in cocoon.xconf

2004-03-28 Thread Alex Kovacs
Hi Christopher, Ok, one could use form parameters to set username/password but this is even more unprotected than using a plain file storing these values on the server. Rgds, Alex Here's some sample code of what I mean - with this code, you can pass in the dburl, username, and password from a

RE: avoid setting the password in jdbc settings in cocoon.xconf

2004-03-22 Thread Alex Kovacs
Hi Christopher, I think the answer to both questions is, don't use database pooling :) I understand your point If you are using ESQL, all of these can be set dynamically by using java and xsp:expr inside the appropriate elements. I imagine it is even easier in SQL transformer. You'll

avoid setting the password in jdbc settings in cocoon.xconf

2004-03-21 Thread Alex Kovacs
Hi, How is it possible to avoid setting the user/password for the jdbc connection in cocoon.xconf? This could be a security issue if the server sits in a DMZ. In addition, how is it possible to set a different dburl programmatically if, say I want to change the database host, port or

RE: How to add a processing instruction to SVG/XML Serializer?

2004-03-18 Thread Alex Kovacs
Thanks Joerg, it works very well. Alex - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to add a processing instruction to SVG/XML Serializer?

2004-03-17 Thread Alex Kovacs
Hi, I am trying to use the SVG/XML Serializer and would like to add a processing instruction right after the ?xml version=1.0?. I need this to add a stylesheet reference like ?xml-stylesheet href=mystyle.css type=text/css? I noticed that to use the svg serializer I need to add the

Problem with date format for a woody widget in xsp

2004-02-10 Thread Alex Kovacs
Hi, I am using cocoon-2.1.3 with Woody. I have a situation where I am using xsp to display some data from a Woody form. The problem is when trying to display the value of a date widget and the date format is the default one instead of the one set in the widget definition. I have the following

Re: Problem with date format for a woody widget in xsp

2004-02-10 Thread Alex Kovacs
Hi Tony, Thanks for the help, I will try it and let you know how it worked. Rgds, Alex - Original Message - From: Tony Edwards [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 9:42 AM Subject: Re: Problem with date format for a woody widget in xsp Hi Alex,