[
https://issues.jboss.org/browse/JBIDE-2040?page=com.atlassian.jira.plugin...
]
Max Rydahl Andersen resolved JBIDE-2040.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since
it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or
create a new one mentioning/linking this jira for background information.
Thank you!
JPA Validator signs that Entity "EntityName" has no Id or
EmbeddedId when that class extends another Entity Class with @Id defined on Super Class
--------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-2040
URL:
https://issues.jboss.org/browse/JBIDE-2040
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: upstream
Affects Versions: 2.0.1
Environment: Eclipse 3.3.2 with Jboss Tools 2.0.1GA
Reporter: Rafael Benevides
Fix For: LATER
@Entity
public class Person extends BaseEntity{
// other properties
}
@MappedSuperclass
public abstract class BaseEntity implements Serializable {
@Id
private Long id;
//Getters and Setters
}
Eclipse JPA Validator shows: Entity "Person" has no Id or EmbeddedId
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira