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]>

Reply via email to