-1

I am working on a web application using Java and Spring MVC. I am trying to update my database using java code in a JSP page. I have the beans written in a xml filed called beans.xml. But whenever I load the JSP Page it displays the following error.

JSP Page Result JSP Page Result

I do not understand why this is happening because I am looking at my libraries and I can see that the class does exist.

Class is there in libraries Class is there in libraries

Also I have looked for a solution, most of them said to add a dependency in the pom.xml, which I have done and still does not work. If anyone could point me in the direction to fix this issue that would be great. Thank you.

pom.xml pom.xml

Nithin
  • 748
  • 1
  • 10
  • 27

1 Answers1

0

May you try to run it with the JVM option " -XX:+TraceClassLoading" and find the log when DriverManagerDataSource was called.Perhaps you will get the reason or show me the log

saaav
  • 34
  • 4