I am in the process of converting our application to use Hibernate with JBOSS as the application server. What I need to do is package the hibernate xml files along with the jboss-service.xml into a sar file.
Currently I am doing all this in my EJB project, and have had to write my own ant scripts to build the sar file and copy it to the EAR project. I think you are planning better hibernate support in 3.8/3.9 (beta2?) and was wondering whether this sort of deployment will be built into the deployment wizards. (or is there a good way to do this already?)
See http://www.hibernate.org/66.html