Re: [Dev] Management console login attempt fails for worker node, but backend log says successfully logged in

2014-08-03 Thread Johann Nallathamby
[Adding Sameera Azeez] On Fri, Aug 1, 2014 at 10:06 PM, Johann Nallathamby joh...@wso2.com wrote: On Fri, Aug 1, 2014 at 7:11 PM, Kasun Gajasinghe kas...@wso2.com wrote: Hi, It makes sense to block the management console access for worker nodes, so that the users get a clear idea that

Re: [Dev] Management console login attempt fails for worker node, but backend log says successfully logged in

2014-08-03 Thread Afkham Azeez
When admin services on worker nodes are tried to be called, we return a 403. On Sun, Aug 3, 2014 at 11:17 PM, Johann Nallathamby joh...@wso2.com wrote: [Adding Sameera Azeez] On Fri, Aug 1, 2014 at 10:06 PM, Johann Nallathamby joh...@wso2.com wrote: On Fri, Aug 1, 2014 at 7:11 PM,

[Dev] Performance Improvement for API store loading time

2014-08-03 Thread Sanjeewa Malalgoda
Hi All, API Store loading time mainly effected by middle pane loading and both side panes(recently added section and tags section) loading time. We have already made tags loading asynchronous. But still recently added section loading takes considerable time and effect to store loading time. So i

Re: [Dev] WSO2 Committers += Waruna Perera

2014-08-03 Thread Prasad Tissera
Congratz Waruna !!! On Aug 2, 2014 5:18 PM, Thanuja Jayasinghe than...@wso2.com wrote: Congratz waruna.!!! On Sat, Aug 2, 2014 at 1:33 PM, Ashan Manathunga as...@wso2.com wrote: Congratz Waruna!!! On Sat, Aug 2, 2014 at 1:25 PM, Chamil Jeewantha cha...@wso2.com wrote:

Re: [Dev] WSO2 Committers += Waruna Perera

2014-08-03 Thread Praneesha Chandrasiri
Congrats! On Mon, Aug 4, 2014 at 8:25 AM, Prasad Tissera pras...@wso2.com wrote: Congratz Waruna !!! On Aug 2, 2014 5:18 PM, Thanuja Jayasinghe than...@wso2.com wrote: Congratz waruna.!!! On Sat, Aug 2, 2014 at 1:33 PM, Ashan Manathunga as...@wso2.com wrote: Congratz Waruna!!!

Re: [Dev] WSO2 Committers += Waruna Perera

2014-08-03 Thread Suhan Dharmasuriya
Congratulations Waruna...!!! On Mon, Aug 4, 2014 at 9:35 AM, Praneesha Chandrasiri pranee...@wso2.com wrote: Congrats! On Mon, Aug 4, 2014 at 8:25 AM, Prasad Tissera pras...@wso2.com wrote: Congratz Waruna !!! On Aug 2, 2014 5:18 PM, Thanuja Jayasinghe than...@wso2.com wrote: Congratz

Re: [Dev] G-Reg 5.0.0 new feature : Adding lifecycle state aware dashboards for services

2014-08-03 Thread Aruna Karunarathna
Hi Denuwanthi, As Senaka has mentioned we did some Gadgets for C5 Dev Governance project.You can get the idea about the Dashboards we did for the C5 Dev Governance Project by referencing this doc. [1] Source Repos for the Data Collectors and Dashboards are available at [2], [3]. If you need

Re: [Dev] [ES-Rest API] Unifying API response messages

2014-08-03 Thread Udara Liyanage
Hi, @Ayesh HTTP status code should be sent as a HTTP header, not in the message body. @ Dakshika IMO Jaggery or any client can read the HTTP code from the response and detect whether it is a success. Then from client side it can display a success message. AFAIK there is no rule that a success

Re: [Dev] WSO2 Committers += Waruna Perera

2014-08-03 Thread Rajith Vitharana
Congrags On Mon, Aug 4, 2014 at 10:45 AM, Gayashan Amarasinghe gayas...@wso2.com wrote: Congratulations Waruna! On Mon, Aug 4, 2014 at 9:41 AM, Suhan Dharmasuriya suh...@wso2.com wrote: Congratulations Waruna...!!! On Mon, Aug 4, 2014 at 9:35 AM, Praneesha Chandrasiri

[Dev] How to upload a file using Apache HttpClient library ?

2014-08-03 Thread Pubudu Dissanayake
Hi Folks, I wrote a Java application that will upload a file to the WSO2 API Manager via request. The Java code uses Apache HttpClient library version 4.3.2 I was tried to invoke upload document API call [1 https://docs.wso2.com/display/AM170/Publisher+APIs#PublisherAPIs-Add/UpdateanAPIDocument]