Hi All,
Has anyone got any updates on my problem? I am having problem in calling the aspect with above configuration.
Thanks in advance,
Regards
Vikas
Type: Posts; User: jainvika; Keyword(s):
Hi All,
Has anyone got any updates on my problem? I am having problem in calling the aspect with above configuration.
Thanks in advance,
Regards
Vikas
Hi David,
Thanks for you suggesion.
I have a pointcut for insert as well as update both. the one i've copied was for insert, i'm using the similar pointcut for update too.
<aop:config>...
Hi David,
Thanks a lot for your reply, i'm posting here the configuration i'm using. Spring still does not recognize the around advice configured on DAO.
DAO class on which advice needs to be...
Hi,
I would like to send an email on the execution of an event. I need to compare the current state of the object and updated state of the object from the database and decide to send an email or...