SAXParseException « Exception « JPA Q&A





1. SAXParseException due to un-matched meta tag...    forum.hibernate.org

I'm a bit confused.. during a load of EntityManagerFactory (calling Persistence.createEntityManagerFactory()), I'm getting the following SAXParseException: "The element type "meta" must be terminated by the matching end-tag "".", with a reference to "http://www.oracle.com/splash/www/index.html" (as systemId) When I try to go to that Oracle URL, there is an outage notification... - Is the reason for the exception is Oracle outage and this ...

3. SAXParseException with many-to-one element    forum.hibernate.org

Hi I'm using a many-to-one relationship with a table that has a composite id. So my xml mapping file has an entry like this: When Hibernate parses the file it says that the attribute "type" is required for the element many-to-one. What value do I have to put in this attribute? Thanks

4. SAXParseException, why?    forum.hibernate.org

Author Message srossouw Post subject: SAXParseException, why? Posted: Fri Mar 11, 2005 8:15 am Beginner Joined: Mon Mar 07, 2005 12:02 pm Posts: 39 Im using Xdoclet to generate the mapping and config files. I seem to get exceptions relating to : Code: select-before-update="false" optimistic-lock="version" access="property" According to the DTD(I compared my mapping to the DTD manually) my mapping ...