Community
Participate
Working Groups
In java I have a temporal converter set and the entity is overriden in orm.xml. If you select the implied attribute in the orm.xml and look at the JPA details view you'll notice that the Temporal radio button is correctly selected and greyed out, but the corresponding combo box is enabled. If you select a different temporal type, it gets set in the Java. @Temporal(TemporalType.DATE) private Date date;
Can no longer reproduce. This was most likely fixed by Brian's refactoring work in M5.