Hi,
JDO does not specify the null argument handling behavior on these cases: Query.execute((Object[])null) Query.execute((Map)null) Query.deletePersistentAll((Object[])null) Query.deletePersistentAll((Map)null) IMO it should raise JDOUserException. Regards, Erik Bengtson
