hibernate.properties classpath conflict

Posted by Adam B on Stack Overflow See other posts from Stack Overflow or by Adam B
Published on 2010-03-04T16:32:58Z Indexed on 2010/05/02 17:08 UTC
Read the original article Hit count: 130

Filed under:
|
|

I have a jar on the classpath which contains a hibernate.properties. This causes problems when my app starts because hibernate tries to use the settings from this file. Is there a way to explicitly specify the file that hibernate should look for, or tell it to ignore the properties file in the dependency jar?

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about orm