]
Jiri Peterka closed JBIDE-19189.
--------------------------------
Verified with JBDS 8.1.0.Beta1-B438, L64
NullPointerException in TablePropertiesBlock.doAdd
--------------------------------------------------
Key: JBIDE-19189
URL:
https://issues.jboss.org/browse/JBIDE-19189
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.2.2.Final
Environment: eclipse.buildId=4.4.1.M20140925-0400
java.version=1.8.0_31
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86_64
Reporter: Michael Kolowicz
Assignee: Koen Aers
Priority: Critical
Fix For: 4.2.3.Beta1, 4.3.0.Alpha2
I want to develop a small prototype of a application. I have create a database on MySQL
5.6 on a remote server. They have only 1 table (It´s like a easy prototype). The table
have a Id-column.
I using the eclipse 4.4.1 (on Windows 7 x64 - german), Hibernate 4.3.8, Hibernate Tools
4.0.0 (Final).
Installation is a fresh downloaded eclipse with all actual updates. In the application is
added the JDBC for MySQL and the Hibernate-Core Files.
BTW: If i use Eclipse 4.3 with the same database, then the columns can be added an no
error come up.