I spent the whole day spending why hibernate.cfg.xml is getting ignored while
deploying my ejb3 packages on jboss 4.0.3RC1 which has hibernate 3.1 that run fine on ejb3-added-4.0.2...
Finaly I found this posting.
http://www.jboss.com/index.html?module= ... ic&t=65708
I checked the EJB3 spec and it saw the new persistence.xml definition.
Now I am lost.
My understanding is Hibernate hibernate (or maybe EJB3 EntityBeans) is trying to be to the xtend possible compliant with the EJB3 spec. But now where should be define the hibernate properties now?
can someon please shed some light on hibernate deployment for example provide simple cat class's deployment that is in the hibernate docs?
Thanks,
H.Ceylan