-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Hibernate JPA issue
PostPosted: Fri Feb 29, 2008 4:33 pm 
Newbie

Joined: Wed Mar 15, 2006 10:56 am
Posts: 8
Location: Ohio USA
[quote] Hi all,
We tried to use JPA with hibernate in WLS9.2 and after some ime, I get the following exception thrown.

(org.hibernate.util.DTDEntityResolver) - trying to resolve system-id [http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd]
[Feb 15 19:10:21] DEBUG (org.hibernate.cfg.EJB3DTDEntityResolver) - recognized EJB3 ORM namespace; attempting to resolve on classpath under org/hibernate/ejb



The following are my configurations
WLS version : 10.0 (not sure of service pack. I have asked systems team to give some info on this)
Hibernate version : 3.0 (hibernate3.jar)
Environment : Linux
persistence_1_0.xsd file is available in hibernate-entitymanager.jar


The following is the snap shot of my persistence.xml file.
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/ ... ce_1_0.xsd"
version="1.0">
<persistence-unit name="userDatabase" transaction-type="JTA">
<provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>
<jta-data-source>PNDataSource</jta-data-source>
<class>..... </class>
</persistence-unit>
</persistence>
[/quote]


Top
 Profile  
 
 Post subject: Re: Hibernate JPA issue
PostPosted: Sat Mar 01, 2008 5:59 pm 
Expert
Expert

Joined: Wed Apr 11, 2007 11:39 am
Posts: 735
Location: Montreal, QC
Where is the exception? and you are using Apache Open JPA.



Farzad-


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.