Hi All,
   In my config.xml I have a param with a value of "target/data".  I would
like to be able to get that value within my datasource.xml so the HSQLDB
path can be what is entered in the config.xml.  For example:

<config>
   <param name="DATA.ROOT">target/data</param>
</config>

<datasources>
 <datasource name="sac">
   <driver>org.hsqldb.jdbcDriver</driver>
   <url>jdbc:hsqldb:<param name="DATA.ROOT" />/sac</url>
   <user>sa</user>
   <password></password>
   <poolsize>5</poolsize>
 </datasource>
</datasources>

Now the syntax above doesn't matter but it should illustrate what I need to
do.  I have searched the Wiki but I have not found anything.

Take care,

Jeremy
_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to