Re: [Dev] [ESB 5.0.0][Mediation Debugger]After restarting debug process, it will not take previous debug points

2016-05-25 Thread Chathurika De Silva
Hi Chanaka When testing the debugger, following observation was made Currently if a Transport property such as SOAPAction is removed, it's removed from the variable view but when the request is sent to the backend it's added again by the ESB. Since we are explicitly removing it, shouldn't the

Re: [Dev] [ESB 5.0.0][Mediation Debugger]After restarting debug process, it will not take previous debug points

2016-05-09 Thread Praneesha Chandrasiri
Updated the information given on the "Resend ESB Debug Points" option in [1], to match the current implementation. Thanks everyone! [1] https://docs.wso2.com/display/ESB500/Debugging+Mediation On Mon, May 9, 2016 at 1:24 PM, Dilshani Subasinghe wrote: > Hi Chanaka, > >

Re: [Dev] [ESB 5.0.0][Mediation Debugger]After restarting debug process, it will not take previous debug points

2016-05-09 Thread Dilshani Subasinghe
Hi Chanaka, Added a jira [1] and +1 for fixing it with this release. [1] https://wso2.org/jira/browse/DEVTOOLESB-208 Regards, Dilshani On Mon, May 9, 2016 at 1:00 PM, Nuwan Pallewela wrote: > Hi Chanaka, > > This is not reported as a public JIRA yet. > > Thanks, > Nuwan > >

Re: [Dev] [ESB 5.0.0][Mediation Debugger]After restarting debug process, it will not take previous debug points

2016-05-09 Thread Nuwan Pallewela
Hi Chanaka, This is not reported as a public JIRA yet. Thanks, Nuwan On Mon, May 9, 2016 at 12:51 PM, Chanaka Fernando wrote: > Is there any public JIRA already created? > > On Mon, May 9, 2016 at 12:46 PM, Isabelle Mauny wrote: > >> +1 - Can we fix this

Re: [Dev] [ESB 5.0.0][Mediation Debugger]After restarting debug process, it will not take previous debug points

2016-05-09 Thread Chanaka Fernando
Is there any public JIRA already created? On Mon, May 9, 2016 at 12:46 PM, Isabelle Mauny wrote: > +1 - Can we fix this in 5.0.0 … > __ > > Isabelle Mauny > VP, Product Management; WSO2, Inc.; http://wso2.com/ > > On May 9,

Re: [Dev] [ESB 5.0.0][Mediation Debugger]After restarting debug process, it will not take previous debug points

2016-05-09 Thread Isabelle Mauny
+1 - Can we fix this in 5.0.0 … __ Isabelle Mauny VP, Product Management; WSO2, Inc.; http://wso2.com/ > On May 9, 2016, at 9:05 AM, Chathurika De Silva wrote: > > Hi ESB Team > > Addition to dilshani' and nuwan's

Re: [Dev] [ESB 5.0.0][Mediation Debugger]After restarting debug process, it will not take previous debug points

2016-05-09 Thread Chathurika De Silva
Hi ESB Team Addition to dilshani' and nuwan's feedback, from user's perspective, when debug points are set and if the artifact is not changed, the need for him to resend debug point information is an additional task. Ideally it's better to give the same feel to a developer who is using this tool

Re: [Dev] [ESB 5.0.0][Mediation Debugger]After restarting debug process, it will not take previous debug points

2016-05-09 Thread Nuwan Pallewela
Hi Dilshani, Thank you for pointing out this. ESB will forget the registered debug points when synapse configuration changes or server gets restarts. So when one of those happens user need to use the *"Resend ESB Debug Points"* command to re-register the debug-points in the server. But I think

[Dev] [ESB 5.0.0][Mediation Debugger]After restarting debug process, it will not take previous debug points

2016-05-09 Thread Dilshani Subasinghe
Hi ESB Team, After restarting debug process, it may not identify previously added debug points. But newly added ESB points will be added to debug process successfully. When we using the option "*Resend ESB Debug Points*", it may send previous debug points too. As Far As I Feel, this is bit of