>>>I am getting UnsatisfiedDependencyException while integrating AOP aspectj logging stuff to existing
j2ee spring mvc webapplication with
maven. When i run few sample applications outside like
http://marxsoftware.blogspot.com/2008/10/logging-method-entryexit-with.html
they worked perfect.But while integrating I am having very hard time with UnsatisfiedDependencyException exception.
I am
testing through
junit test scripts some batch scripts which runs the jax-ws webservices. problem is after integration i am not seeing anything rolling on console no log message before method call or after method call. it is completely blank. I am not able to solve these issues.How can i resolve it.
Any ideas, resources,sample code,links, highly appreciated. thanks in advance.