Hi everyone,

I would like to get a jdbc connection or its url/login/pass as defined in the cocoon.xconf and use it from the flowscript.
Example from cocoon.xconf
<jdbc name="CordobaJDBC">
       <pool-controller max="10" min="5" oradb="true"/>
       <dburl>jdbc:oracle:thin:@xx.xxxxx.xxxx:1564:XXXXX01</dburl>
       <user>XXXX</user>
       <password>XXXX</password>
</jdbc>

For now I use global variable defined in the sitemap and pass them to the flowscript, but that's not clean.
Thx for your help.

--
Philippe Gauthier
INSERM


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to