Howto updated to use hsqldb as an example and with only one DataSource
pool for the 2 stores.

If you still have your debugging code then you maybe can make a patch to
include it in the distribution.
We should not get null exceptions but understandable error messages.


Thanks
Dirk

Jason Harrop wrote:
> 
> Turns out that the problem was that the J2EE Stores Howto is a bit
> wrong.  In the sample server.xml file, the @name for element
> ResourceParams has value "jdbc/mtx_system".  It should have value
> "jdbc/mtx".
> 
> Also, for anyone trying this with Hypersonic, the driverClassName and
> driverName parameters specified in the Tomcat JNDI Resources HOW-TO
> didn't work for me. I had to use the following (ie what we put in
> domain.xml):
> 
>                          <parameter>
>                                  <name>driverClassName</name>
>                                  <value>org.hsqldb.jdbcDriver</value>
>                          </parameter>
>                          <parameter>
>                                  <name>driverName</name>
>                         <value>jdbc:hsqldb:slidestructure</value>
>                          </parameter>
> 
> cheers,
> 
> Jason
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to