[
http://jira.jboss.com/jira/browse/JBIDE-1173?page=comments#action_12408675 ]
Vitali Yemialyanchyk commented on JBIDE-1173:
---------------------------------------------
This because in HibernateNature->ReadDatabaseTableColumnNames->construct:
String defaultCatalog = properties.getProperty( Environment.DEFAULT_CATALOG );
String defaultSchema = properties.getProperty( Environment.DEFAULT_SCHEMA );
defaultCatalog is null
and
defaultSchema is null
Suggest table and column names in @Column(name=...) and
@Table(name=...)
------------------------------------------------------------------------
Key: JBIDE-1173
URL:
http://jira.jboss.com/jira/browse/JBIDE-1173
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Reporter: Gavin King
Assigned To: Max Andersen
Priority: Optional
Fix For: 2.1
Attachments: JBIDE-1173_20080414.zip
We have all the schema information right there. Use it!
--
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