Re: [Dev] ESB JAVA-2834 Issue fixing

2015-05-11 Thread Malaka Silva
Hi Sriashalya, Can there be any chance of getting null for separator? On Fri, May 8, 2015 at 12:23 PM, Vanjikumaran Sivajothy va...@wso2.com wrote: Make sure to test end to end flow. On Fri, May 8, 2015 at 12:15 PM, Sriashalya Srivathsan asha...@wso2.com wrote: Hi Vanji, I have fixed

Re: [Dev] ESB JAVA-2834 Issue fixing

2015-05-11 Thread Malaka Silva
Merged. Please resolve the issue On Mon, May 11, 2015 at 2:41 PM, Sriashalya Srivathsan asha...@wso2.com wrote: Hi Malaka, If it is null for separator, ESB sets the default separator comma(,). Any how we can separate two values. On Mon, May 11, 2015 at 2:17 PM, Sriashalya Srivathsan

Re: [Dev] ESB JAVA-2834 Issue fixing

2015-05-11 Thread Sriashalya Srivathsan
Hi Malaka, What ever we give in the proxy, it will return as it is. If we give null it prints as it is. if we give double quotation marks commas() ,it prints the parameter values without any spaces. Thank you, On Mon, May 11, 2015 at 1:50 PM, Malaka Silva mal...@wso2.com wrote: Hi

Re: [Dev] ESB JAVA-2834 Issue fixing

2015-05-11 Thread Sriashalya Srivathsan
Hi Malaka, If it is null for separator, ESB sets the default separator comma(,). Any how we can separate two values. On Mon, May 11, 2015 at 2:17 PM, Sriashalya Srivathsan asha...@wso2.com wrote: Hi Malaka, What ever we give in the proxy, it will return as it is. If we give null it prints as

Re: [Dev] ESB JAVA-2834 Issue fixing

2015-05-08 Thread Sriashalya Srivathsan
Hi Vanji, I have fixed based on your comments. Thank you On Fri, May 8, 2015 at 11:38 AM, Vanjikumaran Sivajothy va...@wso2.com wrote: Hi Sriashalya, Please find the review of the code in [1] [1] https://github.com/wso2/wso2-synapse/pull/182/files On Fri, May 8, 2015 at 11:33 AM,

Re: [Dev] ESB JAVA-2834 Issue fixing

2015-05-08 Thread Sriashalya Srivathsan
Hi Malaka, please find the new pull request below[1]. [1]https://github.com/wso2/wso2-synapse/pull/182 On Fri, May 8, 2015 at 11:16 AM, Malaka Silva mal...@wso2.com wrote: Hi Sriashalya, Code does not seems to be formatted properly. Also send the pull requests to develop branch. On Fri,

Re: [Dev] ESB JAVA-2834 Issue fixing

2015-05-08 Thread Vanjikumaran Sivajothy
Make sure to test end to end flow. On Fri, May 8, 2015 at 12:15 PM, Sriashalya Srivathsan asha...@wso2.com wrote: Hi Vanji, I have fixed based on your comments. Thank you On Fri, May 8, 2015 at 11:38 AM, Vanjikumaran Sivajothy va...@wso2.com wrote: Hi Sriashalya, Please find the

Re: [Dev] ESB JAVA-2834 Issue fixing

2015-05-08 Thread Vanjikumaran Sivajothy
Hi Sriashalya, Please find the review of the code in [1] [1] https://github.com/wso2/wso2-synapse/pull/182/files On Fri, May 8, 2015 at 11:33 AM, Sriashalya Srivathsan asha...@wso2.com wrote: Hi Malaka, please find the new pull request below[1].

Re: [Dev] ESB JAVA-2834 Issue fixing

2015-05-07 Thread Sriashalya Srivathsan
I have done with the issue, Please find the pull request bellow[1]. [1]https://github.com/wso2/wso2-synapse/pull/180 On Fri, May 8, 2015 at 10:52 AM, Sriashalya Srivathsan asha...@wso2.com wrote: Hi I'm doing the ESB $ Jira Issue. I've reproduced the issue by using following proxy target

[Dev] ESB JAVA-2834 Issue fixing

2015-05-07 Thread Sriashalya Srivathsan
Hi I'm doing the ESB $ Jira Issue. I've reproduced the issue by using following proxy target inSequence log separator=\n property name=value1 value=hello/ property name=value2 value=hai/ /log respond/ /inSequence outSequence log/ send/ /outSequence /target -- Regards S.Sriashalya, Associate

Re: [Dev] ESB JAVA-2834 Issue fixing

2015-05-07 Thread Malaka Silva
Hi Sriashalya, Code does not seems to be formatted properly. Also send the pull requests to develop branch. On Fri, May 8, 2015 at 11:06 AM, Sriashalya Srivathsan asha...@wso2.com wrote: I have done with the issue, Please find the pull request bellow[1].