Title: Follow up: Collections and finders

I've tracked my problem down to a field in the database that is sometimes NULL. The entity bean variable is declared as an int. My failure occurs when the ejbLoad attempts to load the NULL value into the int field. I'm then getting a NullPointerException. Is this the expected behavior? Is there a way I can code or configure about this problem?

Thanks,
Carles

Reply via email to