Re: GWT/Java db problem

2010-02-14 Thread Anoop John
Hi, I got the similar problem in case of "com.mysql.jdbc.Driver". Probably this error occurred due to the internal server problem. In my case i resolved the problem by uncheck the "Use Google App Engine" in Properties->Google->App Engine. I am not sure this works. On Feb 14, 4:28 am, ClassicTh

GWT/Java db problem

2010-02-14 Thread ClassicThunder
when trying to load the derby drive using the below code String driver = "org.apache.derby.jdbc.EmbeddedDriver"; try{ Class.forName(driver); } catch(java.lang.ClassNotFoundException e) { e.printStackTrace(); } I get the following error. Feb 13, 2010 10:44:31 PM com.google.appengine.tool