IS team;

The new perf improvement we did at Oauth component has broken the token
persistency.
In the new implementation, we save the tokens in a queue and allowing BE
task to persist tokens.
Looks like now, tokens are not persisting at all. I have waited more than
20 mins..DB is not getting updated..
You can check the behavior in AM pack[2], when you regenerate token for an
application.

[1]

  if (maxPoolSize > 0){

            accessContextTokenQueue.push(new AccessContextTokenDO(
accessToken, consumerKey, accessTokenDO, userStoreDomain));

        } else {

            persistAccessToken(accessToken, consumerKey, accessTokenDO,
userStoreDomain);

        }
[2]
https://svn.wso2.org/repos/wso2/scratch/chunk13-release/03-09-2014/

Thanks.
-- 
-Ratha
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to