posted 14 years ago
Hi,
I have the following scenario:
---When any method is called I would like to set the user logged in the session before its execution---
I am using Spring + Hibernate. In the "applicationContext.xml" I configured as follows:
I've tried that by implementing the interface Filter like this:
But, it does not work, because if a method calls another methods the user logged is not setted. Any ideas?
Thanks in advance!