Hi David,
actually my configuration looks like this:
- a shop.jar file containing EJB3 code located in <JBOSS>\server\default\deploy
- a shop.har directory located at the same place which contains the META-INF/hibernate-service.xml file.
At startup, everything seams to be found and JNDI bound.
- in the shop.jar I have the POJOS .class files and the .hbm.xml files locatedin the same path :
Quote:
org.os.shop.pojos.Customer.class
and
Quote:
org.os.shop.pojos.Customer.hbm.xml
.
I've got the exception :
Code:
javax.ejb.EJBException: org.hibernate.MappingException: Unknown entity: org.os.shop.pojos.Customer
So what am I doing wrong?
Thanks for your help
chucky
---------