0 Replies Latest reply on Dec 19, 2001 2:41 PM by diakonos

    JBoss creating the SQL statement

    diakonos

      I've been trying to track down an error in my code where JBoss is trying to insert a "NULL" value in a non-null database column. I've created a System.out lof of the data in the object (a Sys_User object) and the value for the column (an effective_date) shows as today's date (as it should). However the SQL INSERT statement spit out by JBoss has the value as "NULL" even though the System.out dump JUST showed it as being a non-null date!

      Any ideas?