Null pointer bug?

2001-04-15 Thread Chris Bergstresser
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 class is deployed, I get the following stack trace on the server: java.lang.NullPointerException at

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

RE: Null pointer bug?

2001-04-15 Thread Alex Paransky
, 2001 10:48 AM To: Orion-Interest Subject: Null pointer bug? 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 class is deployed, I get the following stack trace on the server: java.lang.NullPointerException