Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 352378

Summary: All upper-case property names generate "not found in class" warnings
Product: [Modeling] EMFT Reporter: Mike Cooper <mcooper>
Component: TexoAssignee: Martin Taal <mtaal>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Mike Cooper CLA 2011-07-18 14:17:52 EDT
Each attribute in a .ecore which is all upper-case will result in the following run-time warning:

org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader
checkForOrphanProperties
WARNING: Property vortex.model.SystemInfo.sIM not found in class but
described in <mapping-file/> (possible typo error) 

In this example "SIM" is the attribute in the .ecore file.

Manually editing orm.xml to change "sIM" to "SIM" fixes the problem.