Re: [JBoss-user] CMP example of primitive key using int

2001-06-25 Thread Allen fogleson
Can you include the code. I assume you are wrapping the int primary key in the primary key class, like RMH does in the book? Al - Original Message - From: Hiep Luong <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 2:01 PM Subject: [JBoss-user] CMP example of primi

Re: [JBoss-user] CMP example of primitive key using int

2001-06-25 Thread danch (Dan Christopherson)
Richard Kasperowski wrote: > Hiep Luong wrote: > >> I've been trying to get the cabinbean example in the RMH >> Enterprise JavaBeans book to work. This example has a primary key >> that is >> primitive int. The way they code it is by creating a cabinPK class which >> goes into the prim-key-cl

Re: [JBoss-user] CMP example of primitive key using int

2001-06-25 Thread Richard Kasperowski
Hiep Luong wrote: > I've been trying to get the cabinbean example in the RMH > Enterprise JavaBeans book to work. This example has a primary key that is > primitive int. The way they code it is by creating a cabinPK class which > goes into the prim-key-class element in the deployment descriptor