Re: GWT 1.6 with Hibernate and class loading issues.

2009-05-21 Thread Sumit Chandel
Hi Sajil, I believe the error you're receiving is due to a ClassCastException in your server-side code. From the exception stack trace: Caused by: java.lang.ClassCastException: net.sf.hibernate.dialect.MySQLDialect cannot be cast to org.hibernate.dialect.Dialect at

GWT 1.6 with Hibernate and class loading issues.

2009-05-19 Thread sajil
When I am trying to connect to MySQL from my GWT servlet, I am getting an exception : java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup) I searched the group and found the solution. I went and disabled the Google App Engine. But now I have