soap « Development « JPA Q&A





1. Lazy Hibernate JPA using SOAP    stackoverflow.com

I have a bunch of annotated, interrelated POJOs that I want to create/modify/search over SOAP. I made a utility to eagerly load every detail of each POJO and create an ...

2. Integrate Hibernate with web-service (SOAP) WSDL error    stackoverflow.com

I´ve sucessefull made an application using a hibernate plugin in Eclipse (http://objectgeneration.com/importdb.html). Now i tried to generate a SOAP web-service with the Eclipse wizard and Tomcat, but on the step "Test ...

3. Getting javax.xml.ws.soap.SOAPFaultException    forum.hibernate.org

Hi, I have the following structure: A web client running on tomcat server (6.0.20). An EJB based services (WebServices) running on JBOSS 5.1.0 with Hibernate 3.3.2 (annotations). The web client calls all the services using SOAP. (Jboss auto generated WSDL). Everytime I persist data on database and I have a trigger that raise some application error I get the following exception ...

4. hibernate and SOAP    forum.hibernate.org