Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3
I am writing a very simple web service with Axis2 1.3 on Tomcat 5.5.
How do I hook up hibernate to Tomcat so my web service can use it.
I successfully read from database running my POJO in console. I can also expose the POJO in Axis2 as a web service, but I cannot run the methods using hibernate in the service.
Any suggestions?
I'm very new to the java web development and any help would be appreciated.
J