Hi, I am using @Transactional for a public method, which is being invoked from the same class. This doesn't seem to be working fine. However, when I shift this method to different class(@Singleton), which is injected as a dependency to call class, and then if I call the public Transactional method, then only the Transaction seems to be working.
Can someone please help me understand if this is expected? I would like to get a clarification because this is not available in wiki documentation. Thanks in advance! Thanks -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-guice. To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/bd4fee38-6f87-4f74-9448-058ae3387476%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
