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
Several NullPointerExceptions occurs after deleting projects in WorkaroundFor207146, WorkspaceChangeListener and SingleDeployableFactory
----------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-1238
URL: http://jira.jboss.com/jira/browse/JBIDE-1238
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.CR1
Reporter: Denis Golovin
Assigned To: Denis Golovin
Fix For: 2.0.0.CR1
--
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