If you just map your src root then adding the code below should work.
Code:
<property name="mappingResources">
<list>
<value>com/eis/sor/hibernate/mysql/FinancialAccount.hbm.xml</value>
</list>
</property>
Code:
@Override
protected String[] getConfigLocations() {
return new String[] {"classpath:conf/applicationContext.xml"};
}
You still have to include the whole path to the file you want to load. Because conf/applicationContext.xml and applicationContext.xml could be 2 different files.
[edit]
And I totally missed the spelling error
Maybe it is time to leave for home, hanging around the office doesn't really clear your head.
[/edit]