Hi
I am working with Hibernate, Java, LiveCycle Data Service, Flex 2.01 and MySQL
I have 3 tables in my DataBase
personnes (pers_Id, nom, prenom, sexe, age)
Adresse(Adr_Id, designation, codepostal,ville)
PersonAdress(Pers_Id, Adr_Id)
I have already mapped successfully tables "Personnes" ans "Adresse"
As we can see PersonAdress table is looking like a join table.
And I don't know how to use Hibernate to do that.
And I also need help to map correctly <destination> tag in data-management-config.xml file so the whole project can work.
Here is the error message after running "Integrated LiveCycle Data Service Server"
11/02/ 08:42:01 user MessageBrokerServlet: **** MessageBrokerServlet failed to initialize due to runtime exception: org.hibernate.MappingException: could not read mappings from ressource: projet/Person_address.hbm.xml
When I put that file "Person_address.hbm.xml" in another directory like parent's one I have this error message
13/02/ 09:39:07 user MessageBrokerServlet: **** MessageBrokerServlet failed to initialize due to runtime exception: org.hibernate.MappingException: Ressource: Projet/Person_address.hbm.xml not found
please could someone help me?
|