Re: google plugin database connectivity

2009-07-27 Thread bhanu
this is the error I am getting in the when I tried to connect with database. this error I am getting only in google plugin. not in cypal studio plugin. Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup) thanks bhanu On Jul 27, 1:55 am

Re: google plugin database connectivity

2009-07-27 Thread bhanu
Now I got the following error.. how to resolve this error? But this error I am not getting in cypal studio plugin for eclipse. SEVERE: [1248680514265000] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service me

Re: google plugin database connectivity

2009-07-26 Thread bhanu
I checked the path. It is correct only. this problem is happening only in google eclipse plugin. But in cypal studio plugin it is working fine. thanks Bhanu On Jul 27, 1:25 am, "salvador.ce" wrote: > verify your path... > > 2009/7/26 bhanu : > > > > > > > > > Hi > > > Hi I am using google plug

Re: google plugin database connectivity

2009-07-26 Thread salvador.ce
verify your path... 2009/7/26 bhanu : > > Hi > > Hi I am using google plugin for my GWT application.when I am trying to > connect with mysql database, I am getting the exception saying > java.sql.SQLException: No suitable driver found for jdbc:mysql:// > localhost:3306/DBName. > > But I am sure t

google plugin database connectivity

2009-07-26 Thread bhanu
Hi Hi I am using google plugin for my GWT application.when I am trying to connect with mysql database, I am getting the exception saying java.sql.SQLException: No suitable driver found for jdbc:mysql:// localhost:3306/DBName. But I am sure that my database connection is correct. I checked throug