Hi all,
I am getting the following exception in my project while inserting the data to the database.I am using Struts1 with Hibernate (but no spring ) with Oracle and my connection is established but following error is coming in my
Tomcat Console.
The error is like this:
My Bean class is like this:
My hbm.xml file is:
And My Action class in
Struts is:
Any help in solving this is highly appreciable.