Hello, JobExecutionEntity is afaik not a regal entity because it maps TemporalType to a java.sql.* (Timestamp). I think java.sql.* was legal at one point in JPA but not anymore.
The javadoc for Java EE 6 and Java EE 7 says this about TemporalType: "Type used to indicate a specific mapping of java.util.Date or java.util.Calendar." I tried a fancy scanning option from openejb that would hand the found entities to jpa and suddenly eclipselink blew up because of that entity. Cheers / Karl
