[google-appengine] AppEngine + CloudSQL + Hibernate: @Transactional is forbidden

2012-04-07 Thread fabio.bozzo
Referring to question Spring Autowiring stopped working on GAE I ask: *why doesn't AppEngine allow me to use @Transactional hibernate-jpa annotation?* AOP (aspectj) configuration does not work, too. It use

[google-appengine] Hibernate + CloudSQL = javax.naming.NamingException

2012-03-27 Thread fabio.bozzo
Hi I am trying to use Spring + Hibernate for working with GAE+CloudSQL. A 500 error broke my app: java.lang.NoClassDefFoundError: javax/naming/NamingException I know javax.naming package is off-limits on AppEngine, but how can I get a workaround? Hibernate breaks on SessionFactoryImpl, at

[google-appengine] Re: SecurityException: Unable to get members for class

2012-03-22 Thread fabio.bozzo
No answers? Please GAE team, support me!!! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@g

[google-appengine] SecurityException: Unable to get members for class

2012-03-21 Thread fabio.bozzo
Searching "Unable to get members for class" on google lends to many AppEngine-related results! What is that error? In my case, I can't autowire an Hibernate session factory (working with Cloud SQL). Failed startup of context com.google.apphosting.utils.jetty.RuntimeAppEngineWebAppContext@1079

[google-appengine] Spring Autowiring + Hibernate = Security Exception

2012-03-21 Thread fabio.bozzo
My web app makes use of Google Cloud SQL. It works perfectly locally, using mvn gae:run (mave gae plugin) on local mysql db. Here's some of my xml spring context config: it.trew.prove.model.beans.Scadenza