Re: [Dev] kafka UI improvement (ESBJAVA-3915)

2015-07-17 Thread Malaka Silva
Hi Shakila, Added some comments. Did you check other inbound protocols with this change? Don't we need to apply the same for update page as well? On Fri, Jul 17, 2015 at 4:55 PM, Shakila Sivagnanarajah shak...@wso2.com wrote: Hi Malaka, Please review and merge PR[1] for $subject. [1]

[Dev] charon-v2.0.0-wso2v4 released to staging

2015-07-17 Thread Isura Karunaratne
Hi, charon-v2.0.0-wso2v4 released to staging and verified the fixes. Please review and move to public Thanks Isura -- Isura Dilhara Karunaratne Senior Software Engineer Mob +94 772 254 810 ___ Dev mailing list Dev@wso2.org

Re: [Dev] [App Factory] UX/UI Incorporation

2015-07-17 Thread Dakshika Jayathilaka
Hi All, We have added few other pages into git. 1. database_initial.html https://github.com/wso2-dev-ux/product-cloud/blob/master/Markup/database_initial.html 2. database_initial_listing.html https://github.com/wso2-dev-ux/product-cloud/blob/master/Markup/database_initial_listing.html 3.

Re: [Dev] Throttle mediator improvements

2015-07-17 Thread Kevin Ratnasekera
Hi all, Please review and merge the following pr moving throttle core module to Synapse Commons. https://github.com/wso2/carbon-mediation/pull/293 https://github.com/wso2/wso2-synapse/pull/265 regards Kevin On Tue, Jul 7, 2015 at 11:17 AM, Kevin Ratnasekera ke...@wso2.com wrote: Hi all, With

Re: [Dev] How to handle QOS Security for servlet request

2015-07-17 Thread KasunG Gajasinghe
For that, you need to set a security constraint for your webapp via web.xml. [1] The axis2 service security QOS settings are irrelevant here. [1] http://docs.oracle.com/cd/E19798-01/821-1841/bncbk/index.html On Fri, Jul 17, 2015 at 3:03 PM, Madhawa Gunasekara madha...@wso2.com wrote: Hi devs,

Re: [Dev] How to handle QOS Security for servlet request

2015-07-17 Thread Thusitha Thilina Dayaratne
Hi Madhawa, I think you can refer to CarbonSaasApp sample which we have added in the WSO2-AS https://github.com/wso2/product-as/blob/master/modules/samples/CarbonSaaSApp/WebContent/WEB-INF/web.xml Thanks /Thusitha On Fri, Jul 17, 2015 at 5:27 PM, KasunG Gajasinghe kas...@wso2.com wrote: For

Re: [Dev] How to handle QOS Security for servlet request

2015-07-17 Thread Supun Malinga
On Fri, Jul 17, 2015 at 5:27 PM, KasunG Gajasinghe kas...@wso2.com wrote: For that, you need to set a security constraint for your webapp via web.xml. [1] The axis2 service security QOS settings are irrelevant here. [1] http://docs.oracle.com/cd/E19798-01/821-1841/bncbk/index.html adding

Re: [Dev] charon-v2.0.0-wso2v4 released to staging

2015-07-17 Thread Prasad Tissera
Link to repo : http://maven.wso2.org/nexus/content/repositories/orgwso2charon-004/ On Fri, Jul 17, 2015 at 5:38 PM, Isura Karunaratne is...@wso2.com wrote: Hi, charon-v2.0.0-wso2v4 released to staging and verified the fixes. Please review and move to public Thanks Isura -- Isura

Re: [Dev] Customizing Workflows in wso2 API Manager

2015-07-17 Thread rohit
ok thank you Chamalee. Will try and let you know, Thanks again :D -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Customizing-Workflows-in-wso2-API-Manager-tp121859p121875.html Sent from the WSO2 Development mailing list archive at Nabble.com.

Re: [Dev] Issue while creating custom Inbound

2015-07-17 Thread Senduran Balasubramaniyam
Hi Kathees, I think you are not exporting the twitter4j related jars Can you please try the following Export-Package org.wso2.carbon.inbound.custom.poll.*, org.twitter4j.* /Export-Package Regards Senduran On Fri, Jul 17, 2015 at 12:54 AM, Kathees Rajendram

Re: [Dev] [ES] Please review and merge

2015-07-17 Thread Udara Rathnayake
I have merged the PR. On Wed, Jul 15, 2015 at 4:20 PM, Thusitha Kalugamage thusi...@wso2.com wrote: Thanks Udara, Please merge these second set of fixes as well. [1] https://github.com/wso2/carbon-store/pull/96 Cheers! [1] https://github.com/wso2/carbon-store/pull/96

[Dev] [MB] puppet scripts/modules

2015-07-17 Thread Ramith Jayasinghe
Hi Manula, It seems [1] is the place we maintain puppet modules for products. Shall we commit MB puppet modules also there? [1] https://github.com/wso2/Puppet-Modules regards -- Ramith Jayasinghe Technical Lead WSO2 Inc., http://wso2.com lean.enterprise.middleware

Re: [Dev] Issue while creating custom Inbound

2015-07-17 Thread Malaka Silva
Hi Kathees, Can you open /META-INF/MANIFEST.MF twitter file in droppings and check if the package is exported properly. On Fri, Jul 17, 2015 at 11:24 AM, Kathees Rajendram kath...@wso2.com wrote: Hi Lakshani, Thank you the reply. I added and tried the jars to the component/lib also.I am

Re: [Dev] User profile management - getNameAssociatedWith

2015-07-17 Thread Ishara Karunarathna
Hi Suhan, On Fri, Jul 17, 2015 at 10:41 AM, Suhan Dharmasuriya suh...@wso2.com wrote: Hi Ishara, Thank you for the guidance. Is it necessary to set the same resident IDP certificate to the IDP that we are creating [1] [@109]? If not, will it affect the retrieval of the Associated name

[Dev] Customizing Workflows in wso2 API Manager

2015-07-17 Thread rohit
Hello All, I have been working on wso2 API Manager for some time now. I have added a user sign up workflow to it. Now the problem that I am facing is this : I have a scenario wherein, once the admin approves the request from the admin-dashboard, that is admin can either Approve/Reject the sign up

Re: [Dev] Customizing Workflows in wso2 API Manager

2015-07-17 Thread Chamalee De Silva
Hi Rohith, When Considering API Manager with workflows, If you want to send an email to the approved user where the admin approves the event you can implement a custom executor extending the workflow executor class of the particular event e.g. If you want to send an email to the user when the

[Dev] BAM: new reports screens lose state

2015-07-17 Thread John Hawkins
Hi Folks, Just playing with BAM and when I tools-report-add I lose data when I go back and forth between screens - follows is the scenario. Adding a table report - fill out step 1 (name of report, table name, field names etc.) click next. On step 2 click back which takes me back to step 1 but

Re: [Dev] [MB] puppet scripts/modules

2015-07-17 Thread Manula Waidyanatha
Hi Ramith, Yes. No problem. But we have planned to have a separate repo for each puppet module. But for now you can commit the MB module there. On Fri, Jul 17, 2015 at 7:37 AM, Ramith Jayasinghe ram...@wso2.com wrote: Hi Manula, It seems [1] is the place we maintain puppet modules for

[Dev] How to handle QOS Security for servlet request

2015-07-17 Thread Madhawa Gunasekara
Hi devs, I have a requirement to authenticate users for my service. and also I'm not using axis2 for my service. It's a simple web app. Is there a way to access service configs (QOS security) from backend to write a callback handler for my servlet. Any help on this matter is highly appreciated.

[Dev] [dev] [cashboard Connector] HTTP/1.1 401 Unauthorized erro

2015-07-17 Thread Rajjaz Mohammed
Hi All, I’m trying get auth through esb connector but I'm getting the [1] error but as mentioned in Readme file i added [2] and in the request i tried with Content-Type application/xml and without in header but error is repeating. but test cases are working for credentials [1] [2015-07-17

Re: [Dev] User profile management - getNameAssociatedWith

2015-07-17 Thread Suhan Dharmasuriya
Hi Ishara, Scenario I'm trying is as follows. I'm trying to test the associated ID functionality regarding the UserProfileMgtService in App Server. Therefore to test the same I have to create an IDP first with basic details. I have successfully tested the following operations. 1. associateID 2.

Re: [Dev] Customizing Workflows in wso2 API Manager

2015-07-17 Thread rohit
Well Thank you sir, the *AbstractApplicationRegistrationWorkflowExecutor* class contains the workFlowDTO status for Application Registration events, but what I'm keen on capturing is *UserSignUp *events. Is there a way to do that? If that is the case, then may be according to you suggestion I can

Re: [Dev] Customizing Workflows in wso2 API Manager

2015-07-17 Thread Chamalee De Silva
Adding more, Please refer public void complete(WorkflowDTO workFlowDTO) method starting from line 63 in [1] [1]

Re: [Dev] User profile management - getNameAssociatedWith

2015-07-17 Thread Ishara Karunarathna
HI On Fri, Jul 17, 2015 at 4:00 PM, Suhan Dharmasuriya suh...@wso2.com wrote: Hi Ishara, Scenario I'm trying is as follows. I'm trying to test the associated ID functionality regarding the UserProfileMgtService in App Server. Therefore to test the same I have to create an IDP first with

[Dev] kafka UI improvement (ESBJAVA-3915)

2015-07-17 Thread Shakila Sivagnanarajah
Hi Malaka, Please review and merge PR[1] for $subject. [1] https://github.com/wso2/carbon-mediation/pull/294 Thank you -- Shakila Sivagnanarajah Associate Software Engineer Mobile :+94 (0) 770 760240 shak...@wso2.com ___ Dev mailing list

Re: [Dev] Registry search doesn't return the expected results with combinations of space and *

2015-07-17 Thread Shazni Nazeer
Hi Tanya, The issue is fixed now. You can check this against 4.5.2-SNAPSHOT carbon-governance. Shazni Nazeer Mob : +94 37331 LinkedIn : http://lk.linkedin.com/in/shazninazeer Blog : http://shazninazeer.blogspot.com On Thu, Jul 16, 2015 at 12:18 PM, Tanya Madurapperuma ta...@wso2.com wrote:

Re: [Dev] Customizing Workflows in wso2 API Manager

2015-07-17 Thread rohit
Respected Sir thank you so much for your prompt reply. However in your sample code you are using, *ApplicationRegistrationWorkflowDTO *class which contains the necessary details about application registration as well as in the worflow sample in wso2 documentation, they are using the

Re: [Dev] Customizing Workflows in wso2 API Manager

2015-07-17 Thread Chamalee De Silva
Hi Rohit, Well. In our API Manager source code *AbstractApplicationRegistrationWorkflowExecutor.java *checks the status of the workFlowDTO status. Whether it is created, rejected or approved. According to that we perform the operations like updating the database and updating the UI with messages.

Re: [Dev] Customizing Workflows in wso2 API Manager

2015-07-17 Thread Chamalee De Silva
Hi Rohith, I think the best way is to refer the source code well. There are workflow executor classes for each of the workflows that we are supporting. If you browse through the workflow directory under carbon-apimgt

Re: [Dev] [dev] [cashboard Connector] HTTP/1.1 401 Unauthorized erro

2015-07-17 Thread Sriashalya Srivathsan
Hi Rajjaz, I think, according to your init method it is enough to give your correct email address ,subdomain and the password that is the API key you need to get from the API. and send those parameters in a json format through REST consider when you send the parameters through REST set the

[Dev] [CEP 3.1.0]

2015-07-17 Thread Pranavan Theivendiram
Hi Nirmal, I am unable to import TimeStampSiddhiQueue in Siddhi 2.2.x. What could be the possible reason? Thanks *T. Pranavan* *BSc Eng Undergraduate| Department of Computer Science Engineering ,University of Moratuwa* *Mobile| *0775136836 ___ Dev

Re: [Dev] [GSoC-2015][Help]

2015-07-17 Thread Pranavan Theivendiram
Hi Lasantha, This is what I am looking for. I will update if I am getting any issues. Thanks *T. Pranavan* *BSc Eng Undergraduate| Department of Computer Science Engineering ,University of Moratuwa* *Mobile| *0775136836 On 18 July 2015 at 01:56, Lasantha Fernando lasan...@wso2.com wrote: Hi

Re: [Dev] Can't login as tenant in publisher

2015-07-17 Thread Udara Rathnayake
Hi Lalaji/Dhanuka/Harsha, Have you guys tried out tenant scenarios with the new extension model? Asking this to narrow down possible issues since we haven't encounted this issue within ES pack. Regards, UdaraR On Sat, Jul 18, 2015 at 5:33 AM, Shazni Nazeer sha...@wso2.com wrote: Hi Sameera,

Re: [Dev] [CEP 3.1.0]

2015-07-17 Thread Nirmal Fernando
[Looping few CEP guys] On Sat, Jul 18, 2015 at 9:59 AM, Pranavan Theivendiram pranavan...@cse.mrt.ac.lk wrote: Hi Nirmal, I am unable to import TimeStampSiddhiQueue in Siddhi 2.2.x. What could be the possible reason? Thanks *T. Pranavan* *BSc Eng Undergraduate| Department of Computer

Re: [Dev] [AppM] App manager-1.1.0 with Carbon 4.4.0 upgrade status

2015-07-17 Thread Prabath Abeysekera
Hi Ruwan, Did we manage to fix this? Cheers, Prabath On Wed, Jul 15, 2015 at 7:54 PM, Ruwan Abeykoon ruw...@wso2.com wrote: Hi All, Yet another update on $subject The intermittent classloader issue could not be resolved yet. Here are few observations. The jaggery application calls the

Re: [Dev] [dev] [cashboard Connector] HTTP/1.1 401 Unauthorized erro

2015-07-17 Thread Rajjaz Mohammed
Thank you sriashalya, for the header [1] is resolve the unauthorized error with some other so i hope i can resolve that errors. we need to both 3 headers in case cashboard according to test case setting. [1] Accept application/xmlContent-Type application/jsonAccept-CharsetUTF-8

Re: [Dev] [MB] puppet scripts/modules

2015-07-17 Thread Ramith Jayasinghe
Hi Manula, No problem, lets commit to the new location once we have it. On Fri, Jul 17, 2015 at 9:50 PM, Manula Waidyanatha man...@wso2.com wrote: Hi Ramith, Yes. No problem. But we have planned to have a separate repo for each puppet module. But for now you can commit the MB module there.

Re: [Dev] [dev] [cashboard Connector] HTTP/1.1 401 Unauthorized erro

2015-07-17 Thread NIFRAS ISMAIL
Hi Rajjaz, These things need to concern https://api.cashboardapp.com/projects If you're on an older account plan that restricts the number of active projects you may encounter a HTTP 403 (FORBIDDEN) status code. Thank you Regards. *M. Nifras Ismail* [image: LinkedIn]

Re: [Dev] [GSoC-2015][Help]

2015-07-17 Thread Lasantha Fernando
Hi Pranavan, Actually I missed pointing this out in the earlier mail, the thing is, if you are using output rate limiting, your window should act more like a sliding window. You can refer to the implementation within Siddhi at [1]. Looking at the code you have already written, it seems your

Re: [Dev] Can't login as tenant in publisher

2015-07-17 Thread Shazni Nazeer
Hi Sameera, Thanks for the response. The problem in concern is to have the ability to login into tenants in the default pack. Setting useTenantKey true manually also solves the problem of inability to login to tenants (But not the issue of inability to login to publisher after an unsuccessful