Mohnish Modi your test case is flawed because the entity class is not enhanced. Look for a line in the log like: [INFO] Skipping Hibernate enhancement plugin execution since there is no classes ... When the entity class is moved to src/main/java/... it gets enhanced and the test passes. |