yes i have already changed hibernate.cfg.xml accordingly....but still having this problem.I will try with mysql-connector 3.10 and see what happens.
Shaun Longhurst wrote: > > I had the same problem and used the mysql-connector 3.10 and it worked. > > Have you changed the hibernate.cfg.xml file accordingly? These lines in > particular? > > > --use this for mysql 3 or 4 -- comment out > <!-- select SQL dialect, MySQL 3.X or 4.X by default > <property > name="dialect">org.hibernate.dialect.MySQLDialect</property>--> > > > > --use this for mysql 5 -- > <!-- For MySQL 5.X, use the MySQL5 dialect and J/Connector 3.1.X > --> > <property > name="dialect">org.hibernate.dialect.MySQL5Dialect</property> > > > > > Kind Regards > > Shaun Longhurst > Infrastructure Engineer > > Tel: 0870 224 6307 Email: [EMAIL PROTECTED] > > -----Original Message----- > From: nzal [mailto:[EMAIL PROTECTED] > Sent: 29 November 2006 08:50 > To: [email protected] > Subject: Re: Roller3.0 installation problem > > > the result is: > javax.servlet.ServletException: _roller._roller_2d_ui._testds.class not > found > Shutra Zhou wrote: >> >> http://yourhost/roller/roller-ui/testds.jsp >> >> What's the result then? >> >> > > -- > View this message in context: > http://www.nabble.com/Roller3.0-installation-problem-tf2722845s12275.html#a7 > 595464 > Sent from the Roller - User mailing list archive at Nabble.com. > > > > -- View this message in context: http://www.nabble.com/Roller3.0-installation-problem-tf2722845s12275.html#a7595741 Sent from the Roller - User mailing list archive at Nabble.com.
