Hi,
I'm developping a web application that use hibernate, DAO(they are in a java project), web service(web project) and jsf(web project).
My web service test works fine but when i try to call my interfaces to access the database i get this error : SOAPFaultException : facade/VehiculeFacade (note that facade is the package where VehiculeFacade is like an interface that hide the complexity of my POJO to the web service. It make CRUD operation more easy).
Here is my configuration :
Eclipse
hibernate 3 (but with xml mapping)
MySQL dataBase
Jboss 6
JAX-WS with JbossWS to generate web service classes
JSF2.0
Thank in advance for your help because i can't find a solution for my problem since 2 weeks.