Dirk Verbeeck wrote: > 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.
The debugging code wasn't that helpful, except to convince me that Slide was at least seeing the resource in context. It didn't actually make it clear that the value "jdbc/mtx_system" was the problem. Once that was solved, i think the errors with driverClassName and driverName were understandable enough. cheers, Jason > > 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]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
