Hi All,
How can we detect that the system is still initializing?
We have some after save listener that we don't want to be executed when the system is initialized.
I'm trying to use this, but it didn't work because it always return true
Registry.getCurrentTenantNoFallback().getJaloConnection().isSystemInitialized()
I'm trying to set session attribute in InitialDataSystemSetup and in the after save listener I would check if that attribute is null or not, and the result is always null.
So, how can we detect that the system is initializing?