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?
- Re: JOnAS 2.2.4: Entity Bean CMP with int as PK: Do I ne... markus . karg
- Re: JOnAS 2.2.4: Entity Bean CMP with int as PK: Do... Fran�ois Exertier
