Lennart, You hit the nail on the head, that was *exactly* the problem! Thanks for the quick reply and solution. -Eric -------- From: "Lennart Petersson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: SV: [JBoss-user] CMP getter exception Date: Thu, 4 Oct 2001 11:35:24 +0200
The classic one is that your db record contains a null value in one of = its attribute and that your are using a primitive attribute in your = entity bean (int instead of Integer, double instead of Double...). That = would cause a NPE in this case. /Lennart _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
