Hide Forgot
project_key: SOA Admin console shows no session information. The results table is empty even if the session is active (= connections to VDB weren't closed).
Link: Added: This issue Cloned from TEIID-1416
Security: Added: Public
Approved as blocker for SOA 5.1.0
I have a question here. I am using two scenarios for verifying this issue. First scenario: 1. connect to VDB, execute statements 2. Thread.sleep(45000) - enough time to check admin-console 3. look into admin console, I see there information about session 4. call close() on Connection instance - invalidating session, admin console shows no sessions Second scenario: 1. connect to VDB, execute statements 2. don't call close() on Connection at all. Here I expect that session is not invalidated immediately, there is some timeout 3. look into admin-console, expect to see information about session there, but admin-console shows no sessions Why is admin console empty in second scenario? I'd expect that it will contain session information since the session wasn't invalidated -> close() method wasn't call.