Community
Participate
Working Groups
Build Identifier: I20110613-1736 There is error in Problems view Class "xx.Message" is mapped, but is not included in any persistence unit But in source we see warning marker near class name instead of error marker which says: "The serializable class Message does not declare a static final serialVersionUID field of type long" Reproducible: Always Steps to Reproduce: 1. Create entity "Message implements java.io.Serializable" in package xx 2. Do not add serialVersionUID field 3. Do not add it to persistence.xml
What exactly is the problem here? Is it that you are expecting a red "squiggly" to match the JPA error, but not seeing it?
I expect red icon on the left as error has bigger severity than warning.
closing this as a duplicate of a JDT bug *** This bug has been marked as a duplicate of bug 348850 ***