[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-1240) hbm.xml structured editor not uptodate with 3.x DTD

Max Andersen (JIRA) jira-events at lists.jboss.org
Thu Nov 1 06:03:45 EDT 2007


hbm.xml structured editor not uptodate with 3.x DTD
---------------------------------------------------

                 Key: JBIDE-1240
                 URL: http://jira.jboss.com/jira/browse/JBIDE-1240
             Project: JBoss Tools
          Issue Type: Bug
          Components: Hibernate
    Affects Versions: 2.0.0.Beta4
            Reporter: Max Andersen
         Assigned To: Viacheslav Kabanovich
             Fix For: 2.0.0.CR1


I get an error about <comment> not being supported when opening a file like:

<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<!-- Generated Nov 1, 2007 10:56:34 AM by Hibernate Tools 3.2.0.b11 -->
<hibernate-mapping>
    <class name="org.domain.ms.entity.Customer" table="customer" catalog="test">
        <comment></comment>
        <id name="id" type="java.lang.Integer">
            <column name="id" />
            <generator class="identity" />
        </id>
        <property name="name" type="string">
            <column name="name" length="50" not-null="true">
                <comment></comment>
            </column>
        </property>
    </class>
</hibernate-mapping>




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list