Hi Alex,
Just want to check, your usecase is something like
public interface MyEntityManager extends EntityManager {
}
but then how are you creating instances of this object?
John
On Sun, Jan 17, 2016 at 5:45 PM Alex Roytman <[email protected]> wrote:
> It looks like of a bean is injected with a field of type not EntityManager
> but an interface extending it, transactional annotation does not work. Is
> there any way to have transactional to recognize interfaces that extend
> from EntityManager
>
> Thanks
> Alex
>