> Index: IdbagMapping.hbm.xml
> ===================================================================
> RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-
> hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/IdbagMapping.hbm
> .xml,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -C2 -d -r1.2 -r1.3
> *** IdbagMapping.hbm.xml      2 Jun 2005 14:09:18 -0000       1.2
> --- IdbagMapping.hbm.xml      2 Sep 2005 09:14:02 -0000       1.3
> ***************
> *** 1,4 ****
>   <?xml version="1.0" encoding="ISO-8859-1"?>
> ! <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD
> 2.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd";>
> 
>   <hibernate-mapping>
> --- 1,4 ----
>   <?xml version="1.0" encoding="ISO-8859-1"?>
> ! <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD
> 2.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd";>


Shouldn't this be 

!DOCTYPE hibernate-mapping PUBLIC 
    "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
    "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd";>

Check "Hibernate/Hibernate Mapping DTD 3.0//EN"


Regards
Diogo

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to