The SecurityContext implementation in QuickStart does not seems to support concurrent process.
I tried running some long running process(fetch photo) together and randomly some process will fail with
Code:java.lang.IllegalStateException: No user is currently signed in at com.visa.xb.server.helper.social.SecurityContext.getCurrentUser(SecurityContext.java:31)


Reply With Quote