[jbosstools-issues] [JBoss JIRA] (JBIDE-19157) Wrong configuration of entry for XML catalog in org.hibernate.eclipse.mapper_4.0.0.Final-v20141016-1911-B82

Vitali Dyachkov (JIRA) issues at jboss.org
Tue Feb 3 15:01:48 EST 2015


Vitali Dyachkov created JBIDE-19157:
---------------------------------------

             Summary: Wrong configuration of entry for XML catalog in org.hibernate.eclipse.mapper_4.0.0.Final-v20141016-1911-B82
                 Key: JBIDE-19157
                 URL: https://issues.jboss.org/browse/JBIDE-19157
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: hibernate
         Environment: org.hibernate.eclipse.mapper_4.0.0.Final-v20141016-1911-B82
            Reporter: Vitali Dyachkov
            Priority: Critical


plugin.xml  does not refer correct
hibernate-tools-3.4.0.CR2.jar

which makes impossible loading of DTD by Eclipse from XML catalog and editing of  <hibernate-reverse-engineering>  type of XML files in source mode with drop down elements.

Fix:
{code:xml}
           <public publicId="-//Hibernate/Hibernate Reverse Engineering DTD 3.0//EN"
               uri="jar:platform:/plugin/org.hibernate.eclipse.libs/lib/tools/hibernate-tools-3.4.0.CR2.jar!/org/hibernate/hibernate-reverse-engineering-3.0.dtd"
			   webURL="http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd"
			   />

{code}




--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list