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.
I do not understand why this is happening because I am looking at my libraries and I can see that the class does exist.
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.