This is a discussion on hibernate.cfg.xml not finding hibernate properties - Websphere ; Hello I have deployed my application on websphere and my data base properties are defined in hibernate.properties file (which is under web-inf/classes.I'm trying to access this file from hibernate-cfg.xml but it says it is not found.I thought all the files ...
Hello
I have deployed my application on websphere and my data base properties are defined in hibernate.properties file (which is under web-inf/classes.I'm trying to access this file from hibernate-cfg.xml but it says it is not found.I thought all the files under web-inf/classes deployed under websphere should be in classpath.please help