Praveen Pujar

Greenhorn
+ Follow
since Jul 08, 2020
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Praveen Pujar

Hi all, finally i am able to resolve the issue using below tag in my xml.
<tx:annotation-driven proxy-target-class="true"
transaction-manager="transactionManager" />
I refereed below post :
https://www.journaldev.com/2603/spring-transaction-management-jdbc-example

XMLNS and XSD details are :



Thank you both for your help..! Cheers..!
3 years ago
Unfortunately <mvc:annotation-driven /> tag did not help. Still getting same exceptions in logs
3 years ago
It was my bad Dave. It was typo - Actually MessageSenderImpl is nothing but NhAuditHookMessageSenderImpl which implements AuditMessageSender.
in my project there is no class - MessageSenderImpl . intended class was NhAuditHookMessageSenderImpl.

3 years ago
Hi Dave, Please find below java snippet and xml definition



Bean declaration :

3 years ago
I am getting bean creation exception in Spring mvc application Initialization of bean failed because of Failed to convert property value of type 'com.sun.proxy.$Proxy991
Below is the hierarchy


contextConfigLocation in web.xml



Bean definition in xml


Getting below exceptions :



Any help ?
3 years ago