@Override
protected synchronized void startInternal() throws LifecycleException {
- super.startInternal();
+ super.startInternal();
// Load unloaded sessions, if any
try {
@Override
protected synchronized void startInternal() throws LifecycleException {
- super.startInternal();
+ super.startInternal();
if (store == null)
log.error("No Store configured, persistence disabled");
@Override
protected synchronized void startInternal() throws LifecycleException {
- super.startInternal();
-
+ super.startInternal();
+
// Load unloaded sessions, if any
try {
load();