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
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
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