catch (ClassNotResolvedException cnre)
{
throw new JDOUserException(LOCALISER_JDO.msg("012022", listenerClsName));
}
InstanceLifecycleListener listener = null;
// Find method getInstance()
Method method = ClassUtils.getMethodForClass(listenerCls, "getInstance", null);
if (method != null)
{