Re: [Dev] [IS] RESTful Fine Grained Authorization-as-a-Service (AZaaS)

2016-05-15 Thread Pushpalanka Jayawardhana
Hi Manujith, Good progress in getting familiar with the environment. So let's try to start with the scope of the project too. Since we are to work on implementing REST service, it is better to go through WSO2 guidelines for REST service implementation. Please find the white paper at[1] and the

[Dev] Do we have anyway to update Cache in WSO2 products?

2016-05-15 Thread Abimaran Kugathasan
Hi Devs, How can we update a cache entry in WSO2 products. I'm aware that, we are using Hazelcast based caching. Do we provide any APIs to update/remove entried from cache? -- Thanks Abimaran Kugathasan Software Engineer | WSO2

Re: [Dev] Decouple capcha validation from Recovery flows

2016-05-15 Thread Isura Karunaratne
On Mon, May 16, 2016 at 10:34 AM, Johann Nallathamby wrote: > > > On Mon, May 16, 2016 at 10:25 AM, Isura Karunaratne > wrote: > >> Hi, >> >> We are planning to expose recovery APIS in IS 5.3.0 as rest APIS. And >> also, we are trying to reduce the complexity

Re: [Dev] Developer Studio Server Modification to add Product based Servers

2016-05-15 Thread Awanthika Senarath
Hello All, We have implemented this through a startup method to ensure that the user story remains unbroken for general eclipse users and Developer Studio users. Now the product servers will be queried at startup and hence would be visible via both Developer Studio dashboard option and eclipse

Re: [Dev] Decouple capcha validation from Recovery flows

2016-05-15 Thread Johann Nallathamby
On Mon, May 16, 2016 at 10:25 AM, Isura Karunaratne wrote: > Hi, > > We are planning to expose recovery APIS in IS 5.3.0 as rest APIS. And > also, we are trying to reduce the complexity and improve the performance in > existing recovery java APIs as well. > > Currently, we have

[Dev] Decouple capcha validation from Recovery flows

2016-05-15 Thread Isura Karunaratne
Hi, We are planning to expose recovery APIS in IS 5.3.0 as rest APIS. And also, we are trying to reduce the complexity and improve the performance in existing recovery java APIs as well. Currently, we have two ways of password recovery methods, - Recover with a notification - Recover

Re: [Dev] [ESB][JMS] Documentation - missing main user scenarios and proper clarification on configuration

2016-05-15 Thread Dilshani Subasinghe
Adding Chanaka On Mon, May 16, 2016 at 8:55 AM, Dilshani Subasinghe wrote: > Hi all, > > Currently I am testing JMS transport parameters of ESB 5.0.0 alpha pack > with MB 3.1.0 as the broker. While testing that, identified following > factors: > >- As the JMS receiver,

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-15 Thread Maheshakya Wijewardena
Hi Mahesh, Sorry for replying late. Thank you for the update. I believe you have done some implementations with with Spark MLLIb algorithms in streaming fashion as we have discussed. If so, can you please share your code in a Github repo. Now i want to implements some machine learning

Re: [Dev] [GSoC Dockerfiles] Problems with ESB clustering setup

2016-05-15 Thread Viraj Senevirathne
Hi Abhishek, Try increasing the MySQL connection limit. This source will be useful [1]. [1] http://stackoverflow.com/questions/22297773/increase-mysql-connections Thank You. On Fri, May 13, 2016 at 10:01 AM, Abhishek Tiwari < abhishek.tiwari0...@gmail.com> wrote: > Hi Mentors, > > I have been

[Dev] [ESB][JMS] Documentation - missing main user scenarios and proper clarification on configuration

2016-05-15 Thread Dilshani Subasinghe
Hi all, Currently I am testing JMS transport parameters of ESB 5.0.0 alpha pack with MB 3.1.0 as the broker. While testing that, identified following factors: - As the JMS receiver, ESB can use proxy and inbound endpoints. - While using jms transport within proxy, that will always pick up

Re: [Dev] [G-Reg] Added resource file not showing at the management console

2016-05-15 Thread Denuwanthi De Silva
Hi Nalaka, Before creating the registry, could you please try loading the tenant registry using 'loadTenantRegistry(tenantId)' method of 'TenantRegistryLoader' class. Thanks, On Fri, May 13, 2016 at 6:45 PM, Nalaka Perera wrote: > Hi all, > > I am adding Log analyzer alert

Re: [Dev] GSOC 2016 - Project 21 : MongoDB Userstore Development

2016-05-15 Thread Asantha Thilina
Hi Tharindu, I found the issue after debugging into my code ,my service bundle is not get activated because i referring into mongodb-driver which is not osgi comaptible and i just found another library in here[1] and it is worked for me ,fixed project i pushed into my github repository [2]. i