UnsatisfiedDependencyException while integrating AOP aspectj logging
john wutka
Greenhorn
Joined: Apr 14, 2011
Posts: 14
posted
0
>>>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 junittest 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.
subject: UnsatisfiedDependencyException while integrating AOP aspectj logging