Hi all,
I have a problem with warp persist. It's a inheritance problem. If a have a
class A with a method name "save" with annotation @Transactional and I have
a class B that extends A. If I call b.save it seems to ignore the
@Transactional annotation, if I do a simple method @Transactional void
save() { super.save() }; it works.
Do you have any idea about it?
Best regards,
--
Eduardo S. Nunes
http://enunes.org
--
You received this message because you are subscribed to the Google Groups
"google-guice" 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-guice?hl=en.