Hi guys,

I'm writing beans which I'm deploying over an existing schema with existing
data.  Some of the columns in this schema are of type NUMBER(n) where n is
typically 4 or 6, and mnay of the records have SQL NULL in a numeric column. 
When JBossCMP tries to read this in, it throws a NullPointerException in
java.lang.Field.set( Object, Object ), which is fair enough since that what the
documentation for java.lang.Field.set says it'll do.

My question is:  how do I deal with NULLs in these tables?  Do I have to go BMP?

Tom


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to