Need help with implementing PUT annotation in my REST service
Jack Rooney
Greenhorn
Joined: Dec 04, 2012
Posts: 14
posted
0
Hello,
I am using MAven,Hibernate 3/JPA ,Eclipse to implement a PUT method for populating a Mysql db.
Here is my POJO
Here is my main class.
Here is my Hibernate.Util.
Here is my SessionFactory Context Listener class
When I try to run this using Tomcat Server, i get the following error.
I am very new to this. Kindly let me know what I am doing wrong. I trying to insert a
record into a mysql db using the above values. Kindly help me out.