ssage-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dain
> Sundstrom
> Sent: Wednesday, July 10, 2002 2:27 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Error using Custom Primary Key class in
JBOSS
> 3, cmp 2 + Hypersonic
>
>
> Everyth
, July 10, 2002 6:55 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Error using Custom Primary Key class in JBOSS
> 3, cmp 2 + Hypersonic
>
>
> Bill this is always a problem with a custom primary key. Maybe you
> should add a hint to the exception message. This
m Kumar. Let us know!!!
>
> Bill
>
>
>>-Original Message-
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED]]On Behalf Of Dain
>>Sundstrom
>>Sent: Wednesday, July 10, 2002 2:27 PM
>>To: [EMAIL PROTECTED]
>>Subject: Re: [JBoss-user]
2002 2:27 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Error using Custom Primary Key class in JBOSS
> 3, cmp 2 + Hypersonic
>
>
> Everything looks good except you spelled hashCode incorrectly. You have:
>
> public int HashCode()
> {
> return custome
Everything looks good except you spelled hashCode incorrectly. You have:
public int HashCode()
{
return customerId.hashCode();
}
You should have:
public int hashCode()
{
return customerId.hashCode();
}
-dain
Saroj Kumar wrote:
> Hi All,
>
>
> When I am using Custom Primary
Hi All,
When I am using Custom Primary key with JBOSS 3 , CMP2 with HYPERSONIC
then this error I am getting :
This is the full stack trace ...
[java] java.rmi.ServerException: RemoteException occurred in server
thread; nested exception is:
[java] Caught an unexpected exception while making c