Community
Participate
Working Groups
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.