Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

spring aop logging integration

Hi,

I am integrating simple spring AOP logging functionality on top the existing big spring mvc project. Spring MVC project is working fine out side as a separate independent project.( i got that code from link http://www.roseindia.net/tutorial/spring/spring3/aop/aspectjloggingexample.html) . Now when i integrate with existing big spring mvc project (which has lot of batch processes, webservices, junits etc) getting error like cannot find application_context_web.xml file.
errors looks like

Caused by: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [$Proxy46 implementing
Caused by: java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy46 implementing





Basically looks like spring mvc context is not getting loaded thus throwing the exception. Please advise on how to overcome this road block. Any advise, links, resources, sample code highly appreciated. thank in advance
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial