hi all
I'm having the prob with finding the resources (Hiberbnate mappings for example) in the structure of an .ear. The .ear is deployed within the JBoss4 and has the following content:
I need to inject the .hbm.xml files into the sessionFactory. What's the simpliest way to do it?Code:app.ear |--conf/appContext.xml (spring) | |--<bean class="LocalSessionFac"/> |--common.jar |--app.har |--com |--example |--hbm |--*.hbm.xml <<-- point of interest
Thanx in advance


Reply With Quote