[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9536) JPA: take into account hibernate @Column#name or @Columns(*) on attribute column validation
Dmitry Geraskov (JIRA)
jira-events at lists.jboss.org
Fri Aug 12 07:17:10 EDT 2011
JPA: take into account hibernate @Column#name or @Columns(*) on attribute column validation
-------------------------------------------------------------------------------------------
Key: JBIDE-9536
URL: https://issues.jboss.org/browse/JBIDE-9536
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.3.0.M2
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: 3.3.0.M3
Test Case:
1. Create a database table x with column columnOne
2. Create enity for the table with attribute columnTwo
Connect dtp connection and check error near the field appeared (Column 'columnTwo' cannot be resolved on table 'x')
3. Add @javax.persistence.Column(name="columnOne")
OBSERVE: error should disappear
4. change annotation to @org.hibernate.Column(name="columnOne")
FAILURE: error appear again
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list