]
Josef Kopriva closed JBIDE-1841.
--------------------------------
Closing, nothing to do.
Improve error message when performing SchemaExport and an exception
occurs (e.g. SQL exception)
-----------------------------------------------------------------------------------------------
Key: JBIDE-1841
URL:
https://issues.redhat.com/browse/JBIDE-1841
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: hibernate
Affects Versions: 2.0.1
Reporter: Anton Klimkovich
Priority: Minor
Fix For: LATER
Attachments: TestHib.zip, exception.txt
EXECUTE: Import attached java project.
EXECUTE: Open Hibernate Configuration View
EXECUTE: Right mouse click and select Add Configuration from context menu
EXECUTE: On Main tab select imported project and path to cfg.xml
EXECUTE: On Clathpath tab set path to hsqldb.jar
EXECUTE: On Mappings tab add path to mapping file.
EXECUTE: Press Apply button and Ok button
ASSERT: Hibernate configuration appear in Hibernate Configuration View
EXECUTE: Right mouse click on configeration in Hibernate Configuration View and select
Run SchemaExport
FAILURE: java.sql.SQLException: socket creation error
Log attached.