Hi,
I'm creating XtendM3 transaction and it keeps returning me following error: `java.lang.NullPointerException: Cannot invoke method info() on null object`
here is the code:

error is at last condition:
if (!query.readAllLock(container,2,updateCallBack)) {
mi.error("Record not found")
}