"int" is not a valid primary key - it has to be an object, not a primitive. Use "Integer" instead.
Nick At 04:56 PM 10/4/01 -0400, you wrote: >I can not figure out how to get Orion's EJB CMP to work when the primary key >is an 'int'. In the deployment descriptor (ejb-jar.xml), the code is: > ><prim-key-class>int</prim-key-class> > >When starting up Orion, I get: > >Class 'int' not found > >Any help will be greatly appreciated, > >Marc