The following comment has been added to this issue:
Author: Lars Hoss
Created: Sun, 12 Oct 2003 12:54 PM
Body:
I do not agree on this, sorry. If the DTD file reflects the 2.1 version shouldn't it be called hibernate-mapping-2.1.dtd instead of hibernate-mapping-2.0.dtd?
Hibernate 2.0 for example DOES NOT understand the attribute outer-join for the map attribute but the online version of the hibernate-mapping-2.0.dtd file says so. The documentation of the Hibernate 2.0.x version uses the following doctype:
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 2.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd">
In Intellij IDEA it is possible to download this DTD file for XML validation while you are typing. Therefore I thought that outer-joins are possible for maps because the DTD says so. But when I started my application I've got an error because Hibernate 2.0 doesn't understand the outer-join attribute. If you look at the DTD file provided with the hibernate-2.0.3.jar file you will see that map DOES NOT have an outer-join attribute.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-385
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-385
Summary: Online hibernate-mapping-2.0.dtd differs from dtd in jar file
Type: Bug
Status: Closed
Priority: Major
Resolution: REJECTED
Project: Hibernate2
Versions:
2.0.3
Assignee:
Reporter: Lars Hoss
Created: Wed, 8 Oct 2003 5:11 AM
Updated: Sun, 12 Oct 2003 12:34 PM
Description:
The online version of the mapping dtd differs from the dtd in the jar file (hibernate 2.0.3). For example the element set has the attribute outer-join in the online version but not in the jar file version. I guess that the online version matches 2.1 beta?
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|