No help is possible. There is no support for Hibernate and MySql in Google App Engine. The only framework supported is DataNucleus/JPA/JDO with GAE plugin and the only database available is datastore/Google Big Table. You have to refactor your application to make it possible. I think that JPA is much more like Hibernate API than JDO, so may be migrating from Hibernate API to DataNucleus API is the best solution.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
