This content has been marked as final.
Show 1 reply
-
1. Re: How to make a hibernate interceptor (session scoped) in Seam please??
vata2999 Apr 28, 2015 3:29 AM (in response to fiax)AFAIK, you can't do that but you have acces to SessionContext in your interceptor .
Contexts.getSessionContext(); Identity.instance().getUsername();
why do you need that ? there are different ways of doing things in Seam