RE: [JBoss-user] Error using Custom Primary Key class in JBOSS 3, cmp 2 + Hypersonic

2002-07-10 Thread Saroj Kumar
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

RE: [JBoss-user] Error using Custom Primary Key class in JBOSS 3, cmp 2 + Hypersonic

2002-07-10 Thread Bill Burke
, 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

Re: [JBoss-user] Error using Custom Primary Key class in JBOSS 3,cmp 2 + Hypersonic

2002-07-10 Thread Dain Sundstrom
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]

RE: [JBoss-user] Error using Custom Primary Key class in JBOSS 3, cmp 2 + Hypersonic

2002-07-10 Thread Bill Burke
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

Re: [JBoss-user] Error using Custom Primary Key class in JBOSS 3,cmp 2 + Hypersonic

2002-07-10 Thread Dain Sundstrom
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

[JBoss-user] Error using Custom Primary Key class in JBOSS 3, cmp 2 + Hypersonic

2002-07-10 Thread Saroj Kumar
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