Re: [Dev] XML Comments support in ESB configurations - Dev Studio update

2015-05-10 Thread Viraj Rajaguru
Hi Jagath, Thanks for informing us. We will use latest Synapse and Carbon libraries which contain this fix and do the relevant changes in DevS side to incorporate this feature. Thanks, Viraj. On Sun, May 10, 2015 at 6:47 PM, Jagath Sisirakumara Ariyarathne < jaga...@wso2.com> wrote: > Hi DS T

Re: [Dev] XML Comments support in ESB configurations - Dev Studio update

2015-06-15 Thread Viraj Rajaguru
Hi Jagath, Currenlty org.apache.synapse.mediators.AbstractMediator.getCommentsList() and org.apache.synapse.mediators.AbstractMediator.setCommentsList(List) methods haven't been defined in org.apache.synapse.Mediator interface. Did we do this intentionally ? It will be more convenient for us to h

Re: [Dev] XML Comments support in ESB configurations - Dev Studio update

2015-06-15 Thread Jagath Sisirakumara Ariyarathne
Hi Viraj, Comments list is added to AbstractMediator since it was implemented in few mediators at the initial implementation. But going forward, as you mentioned, it would be better if we define it in Mediator interface. @Kasun, Isuru, We can define getCommentsList() and setCommentsList() in Medi