Your code looks OK. BTW, you do not need to explicitely open/close your EntityManager, nor is the getEntityManager() method required.
As far as I know, as long as Spring is using interceptors and not weaving (should be your case), you should be OK. On Nov 28, 5:49 pm, asianCoolz <[email protected]> wrote: > @transactional is supported right? or do i need to use aop- > transactional? -- 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.
