I just made an entity bean (CMP) that maps a database table that has a single field PK 
of Type INTEGER. In the ejb-jar.xml I
declared this as <prim-key-class>int</prim-key-class>. But GenIC now tells me, that it 
cannot find a primary key class named
int. Do I really have to declare a primary key class for java primitives?

Reply via email to