First I'd like to note that I am very new to Java web development. I'm writing a simple web service that will read data from one database and insert a subset into another.
I am using axis2 1.3, tomcat 5.5 and hibernate 3. I was able to get a POJO to read data from a database in the console, and I was able to deploy the POJO in axis2 as a web service. However, the methods that are using hibernate session don't work. Does anyone know how I can hook hibernate to my web service? Thanks J
