| Author |
Getting "hibernate.cfg.xml not found" even though it is at the root of my JAR
|
Dave Alvarado
Ranch Hand
Joined: Jul 02, 2008
Posts: 434
|
|
Hi,
I'm creating a JAR application using Hibernate 4.1.5.SP1 and running on a JBoss 4.2.3.GA server. At the root of my JAR file, I have a hibernate.cfg.xml file, however, it's not getting found, and I'm wondering what crazy class loader issues may be going on. I load the file like so
and the error I get is
Any ideas what's going wrong? The hibernate.cfg.xml file looks like
I have this META-INF/jboss.xml file ...
What else can I check? Thanks, - Dave
|
 |
 |
|
|
subject: Getting "hibernate.cfg.xml not found" even though it is at the root of my JAR
|
|
|