Re: [Dev] Use "/identity" claims for identity mgt functionalities

2017-06-03 Thread Hasintha Indrajee
AFAIK there is no difference in the way we handle identity claims within IS from 5.0.0 up to now. So these connectors will not be useful if the userstore is read-only. Better to improve these connectors. But then again we may need to provide migration scripts and update documents if we are to do

Re: [Dev] Use "/identity" claims for identity mgt functionalities

2017-06-03 Thread Malaka Silva
Hi Hasintha, I guess this only supports since IS version 530? Most of the authenticators identity claims were not considered and will be an issue when read only user store is used. Something we have to improve in general. On Sat, Jun 3, 2017 at 10:08 AM, Hasintha Indrajee

Re: [Dev] [Siddhi] [Bug] [GSoC] Issue in releaseBreakPoint of Siddhi Debugger

2017-06-03 Thread Grainier Perera
Hi Madhawa, I think you are using *debugger.next()* within the callbacks' debugEvent method. That could be the reason why you'd get two debugger callbacks. Because even you release the breakpoint, next will trigger the callback at next debuggable element. To get rid of that, use *debugger.play()