AppEngine + CloudSQL + Hibernate:@Transactional是被禁止的

时间:2012-04-05 12:36:08

标签: spring hibernate google-app-engine transactional google-cloud-sql

参考问题Spring Autowiring stopped working on GAE我问:

为什么AppEngine不允许我使用@Transactional hibernate-jpa注释?

AOP(aspectj)配置也不起作用。

它在我不知道的某个部分使用 javax.naming.NamingException ,并且javax.naming在GAE中被列入黑名单。

你们中任何人都知道解决方法吗?

我目前正在使用“手动”程序化事务(通过Spring Hibernate PlatformTransactionManager),但它不是很舒服。

1 个答案:

答案 0 :(得分:0)

我们的问题跟踪器似乎有一些解决方法: http://code.google.com/p/googleappengine/issues/detail?id=1240

我们知道此功能请求。请为那个问题加注星标。