1. web application structure hierarcy problem stackoverflow.comBelow an illustration of my project hierarchy When i try to connect my file_name.java file to hibernate i'm getting these errors
|
2. hibernate.cfg.xml file not found within orion app server forum.hibernate.orgi am deploying an ear file to the orion app server and have in the root of the ear file the hibernate.cfg.xml file. Within the ear file i have an ejb jar file that has a ejb class that calls: Code: Configuration cfg = new Configuration().configure(); to load the hibernate.cfg.xml file. When this happens i get an error in my log ... |
3. where cfg file should be placed inside the web application forum.hibernate.org |