Hi!
I have a problem with AppEngine SDK 1.5.1. On having to persist a
simple class,
the error is:
Caused by: java.lang.VerifyError: class
com.google.protos.cloud.sql.Client$SqlException overrides final method
getUnknownFields.()Lcom/google/appengine/repackaged/com/google/
protobuf/UnknownFieldSet;
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:
124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:56)

Using the import:
import org.hibernate.tool.hbm2ddl.SchemaExport


The error (debugging) is in the line 4:
1.System.out.println("----------------------- Setting up Hibernate
-----------------------");
2.Configuration cfg = new Configuration();
3.cfg.configure();
4.new SchemaExport(cfg).drop(true, true);
5.System.out.println("DONE.");

Will they be able to help me?

Thanks and regards

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to