Community
Participate
Working Groups
Create the following java entity and add it to an orm.xml file. Set up canonical metamodel generation for the project. The generated metamodel is incorrect: public static volatile CollectionAttribute<Employee, Object> foos; should be: public static volatile CollectionAttribute<Employee, String> foos; @Entity public class Employee { @Id private int id; @ElementCollection private Collection<String> foos; }
Created attachment 172254 [details] proposed patch against head
resolved in HEAD for 2.3.1 maintenance
verified fixed in build wtp-sdk-M-3.2.1-20100717062943