Re: [Dev] What is the use case of EnableJWTCache in AM?

2013-09-14 Thread Nuwan Dias
If we consider the case of enabling token caching on the Gateway, the reason we do that is to avoid a call being made to the key manager. But if it requires to make a call to the key manager for the sake of generating the JWT token, the purpose of having token caching on the Gateway is lost.

[Dev] Chunk-02 Nightly build packs - 14/09/2013

2013-09-14 Thread Ruwan Yatawara
QA Team, Packs from yesterday's nightly build can be downloaded from the following locations. AM : http://builder3.us1.wso2.org/builds/chunk-02/N_14-09-13/AM/wso2am-1.5.0_N20130914.zip CEP : http://builder3.us1.wso2.org/builds/chunk-02/N_14-09-13/CEP/wso2cep-3.0.0_N20130914.zip ELB :

[Dev] What is the use case of Refresh Token in AM?

2013-09-14 Thread Ushani Balasooriya
As per the jira reported in [1https://wso2.org/jira/browse/APIMANAGER-1656] User can invoke an API using both previous and new access tokens even after refreshing the previous access token. Is this the expected behavior? If this is expected there will be multiple access tokens for a given app.

[Dev] Build failure in AF scratch code

2013-09-14 Thread Amila Maha Arachchi
Hi AF team, I was trying to build your code in scratch area and got the following build error. Code is up to date. [INFO] BUILD FAILURE [INFO] [INFO] Total time: 3:04.211s [INFO] Finished at: Sat Sep 14 16:05:55 IST 2013

Re: [Dev] Patch for kernel. - chunk02 release.

2013-09-14 Thread Ajith Vitharana
Hi Prabath, On Sat, Sep 14, 2013 at 9:03 AM, Prabath Siriwardena prab...@wso2.comwrote: Hi Ajith, Can you please explain the code in the patch.. +// This is for fixing REGISTRY-1911 +try { +if (userName == null CurrentSession.getUser() != null +

Re: [Dev] WSO2 ELB loadbalancer.conf links to blogs

2013-09-14 Thread Lahiru Sandaruwan
Hi Isuru, On Sat, Sep 14, 2013 at 1:12 AM, Isuru Perera isu...@wso2.com wrote: Hi, Currently, the WSO2 ELB loadbalancer.conf has links to following blog articles. - http://nirmalfdo.blogspot.com/2012/06/fronting-wso2-application-server-50.html -

[Dev] WSO2 Business Activity Monitor 2.4.0-Milestone2 Released !

2013-09-14 Thread Ayashkantha Ramasinghe
WSO2 Business Activity Monitor 2.4.0-Milestone2 Released ! Date: 15th September 2013 The WSO2 Business Activity Monitor team is pleased to announce the releaseof 2.4.0-Milestone2 version of the WSO2 Business Activity Monitor. The BAM 2.4.0-Milestone distribution is available at

Re: [Dev] Build failure in AF scratch code

2013-09-14 Thread Janaka Ranabahu
Hi Amila, You need to build the service stubs in the scratch area. We have some dome modifications to them as well. Thanks, Janaka On Sat, Sep 14, 2013 at 4:12 PM, Amila Maha Arachchi ami...@wso2.comwrote: Hi AF team, I was trying to build your code in scratch area and got the following