RE: Null pointer bug?

2001-04-16 Thread Chris Bergstresser
Paransky > Sent: Sunday, April 15, 2001 3:40 PM > To: Orion-Interest > Subject: RE: Null pointer bug? > > > Can you post some code? The code of your Control bean, and the > code of the > TestBean that you are creating. Also post the code for your primary key > classes.

RE: Null pointer bug?

2001-04-15 Thread Alex Paransky
Can you post some code? The code of your Control bean, and the code of the TestBean that you are creating. Also post the code for your primary key classes. -AP_ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Bergstresser Sent: Sunday, April 15,

Re: Null pointer bug?

2001-04-15 Thread Hani Suleiman
This happens if you pass in a null to your create method. Double check that you're passing in a valid initialised PK On Sun, 15 Apr 2001, Chris Bergstresser wrote: >I think I've found a bug in Orion. I've created a primary key for an EJB > which contains only an int. However, when this cla