Re: Need Help for gwt-rpc mysql database connectivity

2011-03-15 Thread Dilip Rathod
Tanks Ben, Jaun for taking interest in my difficulties. I finnaly got stack trace. In fact I am new to gwt & eclipse, good knowledge of java. But things are not turning as i expect. So can any body give me some detailed steps to connect to mysql in development mode. Connection conn =

Re: Need Help for gwt-rpc mysql database connectivity

2011-03-14 Thread Dilip Rathod
> This help? > http://stackoverflow.com/questions/2297356/mysqlnontransientconnectionexception-in-jdbc-program-at-run-time > > > <http://stackoverflow.com/questions/2297356/mysqlnontransientconnectionexception-in-jdbc-program-at-run-time> > Juan > > > 2011/3/14 Dilip R

Need Help for gwt-rpc mysql database connectivity

2011-03-14 Thread Dilip Rathod
I can gwt-rpc communication with server sucessfully. but when i want to interact with mysql I get following error com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. I added mysql connector to WEB-Inf/lib dierctory following is my