Bugs item #667777, was opened at 2003-01-14 10:17
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=667777&group_id=40712

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: garrett (steely1)
Assigned to: Nobody/Anonymous (nobody)
Summary: MapGenerator output specifies obsolete DTD

Initial Comment:
The MapGenerator tool in Hibernate 1.2.1 places the
following XML header on the generated mapping file:

<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD//EN"
"http://hibernate.sourceforge.net/hibernate-mapping.dtd";;>

The DTD at that address didn't define the
<generated-key> type. So I simply replaced the header
with the version referenced on the DTD documentation
page (http://hibernate.bluemars.net/26.html), and
everything was fine. The correct header is:

<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 1.1//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-1.1.dtd";;>


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=667777&group_id=40712


-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving 
your online business a competitive advantage. Test-drive a Thawte SSL 
certificate - our easy online guide will show you how. Click here to get 
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to