weblogic « cfg « JPA Q&A





1. parsing hibernate.cfg.xml with Weblogic    coderanch.com

I am trying the example on Hibernate in Action and am getting parsing errors when I let Weblogic 8.1 access it thru a startup class. I cannot find solutions on google or forums. Hibernate version: 3.0 The Error is: 13:15:13,800 INFO Configuration:1081 - Configuration resource: /hibernate.cfg.x ml 13:15:13,847 DEBUG DTDEntityResolver:42 - trying to locate http://hibernate.sour ceforge.net/hibernate-configuration-3.0.dtd in classpath under org/hibernate/ 13:15:13,847 ...

2. hibernate.cfg.xml parsing using weblogic    forum.hibernate.org

I am trying the example on Hibernate in Action and am getting parsing errors when I let Weblogic 8.1 access it thru a startup class. I cannot find solutions on google or forums. Hibernate version: 3.0 The Error is: 13:15:13,800 INFO Configuration:1081 - Configuration resource: /hibernate.cfg.x ml 13:15:13,847 DEBUG DTDEntityResolver:42 - trying to locate http://hibernate.sour ceforge.net/hibernate-configuration-3.0.dtd in classpath under org/hibernate/ 13:15:13,847 ...

3. problem parsing hibernate.cfg.xml in weblogic    forum.hibernate.org

Hi All, I'm trying to make hibernate work as part of my app which is running in weblogic 8.1.3 . when I run hibernate as a standalone it has no probs, but when i'm running in as part of my app I'm running into some XML parsing issue! I have tried to change it to various SAX parsers from the regular ...