I have some test tables mappings in my hibernate.cfg.xml file, for example:
<mapping resource="com/db/dummyentity.hbm.xml"/>
If this resource isn't exist in class path then my schema creation process will fail, there is any way to configure hibernate to ignore missing resources?