location « cfg « JPA Q&A





1. Hibernate CFG XML location    coderanch.com

I have been looking at Struts2 and Hibernate3 and was wondering if someone would help witha basic Hibernate question.... Where in a JAR/WAR file would the hibernate-cfg.xml file go? I know it's in the src of your development, but when building the JAR or WAR where does it go? Is it straight in the classes folder? Cheers in advance KS

2. hibernate.cfg.xml location for Eclipse project    coderanch.com

Hi , I am trying to learn hibernate. My IDE is Eclipse. ------------------------------------------------------------------------------------ Sep 25, 2009 1:57:04 PM org.slf4j.impl.JCLLoggerAdapter info INFO: Hibernate 3.3.0.CR1 Sep 25, 2009 1:57:04 PM org.slf4j.impl.JCLLoggerAdapter info INFO: hibernate.properties not found Sep 25, 2009 1:57:05 PM org.slf4j.impl.JCLLoggerAdapter info INFO: Bytecode provider name : cglib Sep 25, 2009 1:57:05 PM org.slf4j.impl.JCLLoggerAdapter info INFO: using JDK 1.4 java.sql.Timestamp handling Sep ...

3. Hibernate.cfg.xml Location in WSAD    forum.hibernate.org

Hi Guys, I came across this issue from a colleague of mine ! Well he created an EAR project with only a WAR project no EJB's. He is trying to follow the approach of jsp -> servlet (hibernat -> DB). As you can see the java files and xml would now be under WAR project. I wanna know were to put ...