Maybe I can use thread-safe Interceptors. Is it safe and okay to do the following?
public class Mynterceptor extends EmptyInterceptor {
|
| @In Identity identity;
|
| @PersistenceContext
| private EntityManager em;
|
| ...
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099371#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...