Database access using sitemap parameter

2003-09-26 Thread Stephen Winnall
Hi I am writing a generator which returns metadata from a database via JDBC. I would like to retrieve the name of the database from the pool declared in cocoon.xconf. The examples that I have seen show how to do this by extending ComposerGenerator and setting the DataSource in the method

Re: Database access using sitemap parameter

2003-09-26 Thread Christian Haul
On 26.Sep.2003 -- 05:37 PM, Stephen Winnall wrote: Hi I am writing a generator which returns metadata from a database via JDBC. I would like to retrieve the name of the database from the pool declared in cocoon.xconf. The examples that I have seen show how to do this by extending