ctx = (Context) jbcm1.getContainer();
ctx.setApplicationLifecycleListeners(new Object[]{ hsl1 });
ctx.setApplicationEventListeners(new Object[]{ hsal1 });
// Initial request
SetAttributesRequestHandler setHandler = new SetAttributesRequestHandler(attributes, false);
SessionTestUtil.invokeRequest(jbcm0, setHandler, null);
validateNewSession(setHandler);
if (!notify)