aspose file tools
The moose likes JBoss and the fly likes Getting Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Getting "hibernate.cfg.xml not found" even though it is at the root of my JAR" Watch "Getting "hibernate.cfg.xml not found" even though it is at the root of my JAR" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Getting "hibernate.cfg.xml not found" even though it is at the root of my JAR
 
Similar Threads
Is it possible to run an app with Hibernate 4 on an older JBoss server?
EJB3 entity bean
Hibernate: Mysql Auto Reconnect is not happening.
session interrupe for the big file
JBoss/JPA/Spring Question - What is the JNDI Name for the EntityManager