* Description: client has session and gets notified after SC was aborted<br>
* Expectation: passes
*/
@Test
public void t01_notifyClientAfterSCcrash() throws Exception {
SCMessage request = new SCMessage();
SCMessage response = null;
sessionService1 = client.newSessionService(TestConstants.sesServiceName1);
msgCallback1 = new MsgCallback(sessionService1);
sessionService1.setEchoIntervalSeconds(10); // want be notified quickly!
response = sessionService1.createSession(request, msgCallback1);
Assert.assertNotNull("the session ID is null", sessionService1.getSessionId());