I have experienced the same problem, and noted this:
I had an entity bean with a boolean (primitive) member variable. If I added
data to the database using psql without setting the boolean field, jaws
failed with the same error message you got.
I solved it by making sure I entered a value (no
That's often caused by having a NULL in a database column that's mapped to
a primitive type (int, long). Either make the field NOT NULL in the
database or change the type of the ejb field to a wrapper class (Integer,
Long)
On Wed, 4 Apr 2001, fractals wrote:
> Hi,
>
> I dunno understand this
Hi,
I dunno understand this error (must be VERY common, I know):
TRANSACTION ROLLBACK EXCEPTION: Load failed; nested exception is:
java.lang.NullPointerException; nested exception is:
java.rmi.ServerException: Load failed; nested exception is:
java.lang.NullPointerException
jaava.rm