Re: Multi-tenancy issue when logging in second time

2019-04-17 Thread Pierre Smits
Hi, Which version(s) were you using when trying to get the multi-tenancy aspect going? I know (because I am using it myself for several demo setups) it has been working with code from r14 and r15. Best regards, Pierre Smits *Apache Trafodion , Vice President*

Re: Multi-tenancy issue when logging in second time

2019-04-17 Thread Mo
Hi, I had the same problem and modified the LoginWorker.Login method: // aim : always refresh delegator because sometime, tenantId in dispatcher is not the one in request attributes // hence commented below line //if (delegatorNameHashIndex == -1 || (currentDelegatorTenantId != null

Multi-tenancy issue when logging in second time

2019-04-17 Thread Rahul Vangari
Hello all, I'm working on multi-tenancy. But there is one major issue which is not letting me login once I logout. So, the scenario is suppose I have 2 tenants tenant_1 and tenant_2. Now I login using tenant_1, perform transaction and then logout. Now when I again try to login using tenant_1

Multi-tenancy issue when logging in second time

2019-04-17 Thread Rahul Vangari
Hello all, I'm working on multi-tenancy. But there is one major issue which is not letting me login once I logout. So, the scenario is suppose I have 2 tenants tenant_1 and tenant_2. Now I login using tenant_1, perform transaction and then logout. Now when I again try to login using tenant_1