| @gbadner test case attached. See orm.xml in resources/META-INF. Line 15 has been deliberately split in two lines (which can happen for example with code formatting, when the class name is too long). It throws an exception that the PersonStatus class is unknown. If you put everything on lines 15-16 into a single line without whitespaces, it works ok. |