Thanks Jason for finding that. When I wrote the notes/docs I had to change one of our real configs and of course missed that. Sorry. Will look at the exception and see if anything meaningful can be done.
Rgds CB > -----Original Message----- > From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 11, 2002 9:04 AM > To: Slide Users List > Subject: Re: J2EEDescriptorsStore - SUCCESS! > > > 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:slide-user-> [EMAIL PROTECTED]> > > For > additional commands, > e-mail: > > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: > <mailto:slide-user-> [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]>
