1. SAXParseException due to un-matched meta tag... forum.hibernate.orgI'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 ... |
2. why do i get a Exception(org.xml.sax.SAXParseException) forum.hibernate.org |
3. SAXParseException with many-to-one element forum.hibernate.orgHi 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: |
4. SAXParseException, why? forum.hibernate.orgAuthor 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 ... |