Hello
I have a GWT app created by GWT wizard under Eclipse. I also created a separate project (called Model) in the workspace where I put Hibernate classes and mapping hbm.xml files. Now I'd like to properly reference this project from my GWT project so that Hibernate configuration can successfuully load classes and mapping files from GWT service. I want to use Hibernate on server side to access database. After I specified that the Model project is referenced by GWT project the classes are visible from GWT service but while running the project GWT cannot see the hbm.xml files. How to properly configure the workspace?
Regards Dominik