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