users@jersey.java.net

[Jersey] Jersey2 and Spring's _at_Transactional

From: Matthew Cordes <cordes.matthew_at_gmail.com>
Date: Tue, 8 Oct 2013 00:15:43 -0400

Hello,

I'm in the process of migrating from Jersey1.x to 2.x. Thus far everything
looks great except that my resource methods are decorated with Spring's
@Transactional annotation. In Jersey1.x this is working fine. In Jersey2.x
this annotation appears to be ignored. I assume it has something to do with
the proxying of the *Resource classes.

Any one else experiencing this? Any suggestions?

-Matt