Re: GWT Mysql Error - java.net.InetAddress is a restricted class.

2009-11-18 Thread Muthukumaran Balan
classes:http://code.google.com/appengine/docs/java/jrewhitelist.html App Engine Group:http://groups.google.com/group/google-appengine On Tue, Nov 17, 2009 at 4:01 AM, Muthukumaran Balan nbmku...@gmail.comwrote: Hi All, I am getting java.net.InetAddress is a restricted class. error when trying

Re: GWT Mysql Error - java.net.InetAddress is a restricted class.

2009-11-18 Thread Muthukumaran Balan
are tied to the persistence approach that GAE provides. --Sri 2009/11/18 Muthukumaran Balan nbmku...@gmail.com Thanks for the reply chris. The code for accessing the database is running on the server-side of the RPC[servlet]. Moreover, if mysql-jdbc-driver cant use these inetaddress class

Re: GWT Mysql Error - java.net.InetAddress is a restricted class.

2009-11-18 Thread Muthukumaran Balan
apply. Many, many users have accidentally enabled GAE (or is it enabled by default?) and have faced this issue, so this isn't new. --Sri 2009/11/18 Muthukumaran Balan nbmku...@gmail.com Hi Sri, I am using Hibernate  to access the database and used the example from http

GWT Mysql Error - java.net.InetAddress is a restricted class.

2009-11-17 Thread Muthukumaran Balan
Hi All, I am getting java.net.InetAddress is a restricted class. error when trying to get a Hibernate Session for MySQL DB as below. I seached the internet for help and couldn't find any such error. GWT Version - 1.7.1 AppEngine Version - 1.2.6 Anyone is facing the same error? WARNING: Nested