Re: [Dev] Dev studio expands

2018-01-11 Thread Kevin Ratnasekera
Seems I missed the correct PR. [1]

[1] https://github.com/wso2/wso2-synapse/pull/265

Regards
Kevin

On Fri, Jan 12, 2018 at 12:03 PM, Kevin Ratnasekera <ke...@wso2.com> wrote:

> Hi Lahiru,
>
> Yes, the statement you pointed out is no longer a valid statement. We need
> to correct the documentation. [1]  Thanks for pointing out.
>
> [1] https://github.com/wso2/wso2-synapse/pull/265
>
> Regards
> Kevin
>
> On Thu, Jan 11, 2018 at 10:03 PM, Lahiru Sandaruwan <lahi...@wso2.com>
> wrote:
>
>> Hi Kevin,
>>
>> Thanks for the response. [1] says below about 'Maximum Concurrent
>> Accesses',
>>
>> "When this parameter is used, the same Throttle mediator ID should be
>> included in the response flow so that the completed responses are deducted
>> from the available limit."
>>
>> Do we need to update docs?
>>
>> [1] https://docs.wso2.com/display/EI611/Throttle+Mediator
>>
>> Thanks.
>>
>>
>>
>> On Fri, Jan 5, 2018 at 6:54 AM, Kevin Ratnasekera <ke...@wso2.com> wrote:
>>
>>> Hi Lahiru,
>>>
>>> As far as I can remember, you no longer need to have empty throttle
>>> mediator tag in OUT sequence, with same throttle id as in IN sequence. This
>>> empty throttle mediator tag served purpose of decrementing concurrency
>>> throttling counter ( number or parallel flows ) which was incremented IN
>>> sequence throttle mediator. However in order to support concurrency
>>> throttling for out only flows as well, we did some modifications as per [1]
>>> users no longer need to explicitly add to OUT sequence, those are now
>>> internally handled. Additionally throttle mediator will only engage on
>>> request message paths. Have you tried samples without throttle mediator in
>>> out sequence? I think it should work without a issue. Seems these samples
>>> need to be updated. [2]
>>>
>>> [1] https://github.com/wso2/wso2-synapse/pull/26
>>> [2] https://docs.wso2.com/display/ESB500/Throttle+Mediator
>>>
>>> Regards
>>> Kevin
>>>
>>> On Fri, Dec 22, 2017 at 4:28 AM, Lahiru Sandaruwan <lahi...@wso2.com>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> As per [1], when throttling mediator is used in out sequence, it should
>>>> be one liner, such as . But when we save that
>>>> in Developer studio, it expands to following,
>>>>
>>>> 
>>>> 
>>>> 
>>>> 
>>>>
>>>> Looks like a bug. Could we fix?
>>>>
>>>> [1] https://docs.wso2.com/display/EI611/Sample+372%3A+Use+of
>>>> +Both+Concurrency+Throttling+and+Request-Rate-Based+Throttling
>>>>
>>>> Thanks.
>>>> --
>>>> --
>>>>
>>>> Lahiru Sandaruwan
>>>> Associate Technical Lead,
>>>> WSO2 Inc., http://wso2.com
>>>>
>>>> lean.enterprise.middleware
>>>>
>>>> m: +1 901 530 2379 <(901)%20530-2379>
>>>> e: lahi...@wso2.com b: https://medium.com/@lahirugmg
>>>> in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>>>>
>>>>
>>>
>>>
>>> --
>>> *Kevin Ratnaskera*
>>> Software Engineer
>>> WSO2 Inc. - http://wso2.com
>>> lean . enterprise . middleware
>>> Mobile - +94774696950 <077%20469%206950>
>>> Linkedin - https://www.linkedin.com/in/djkevincr
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> --
>>
>> Lahiru Sandaruwan
>> Associate Technical Lead,
>> WSO2 Inc., http://wso2.com
>>
>> lean.enterprise.middleware
>>
>> m: +1 901 530 2379 <+1%20901-530-2379>
>> e: lahi...@wso2.com b: https://medium.com/@lahirugmg
>> in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>>
>>
>
>
> --
> *Kevin Ratnaskera*
> Software Engineer
> WSO2 Inc. - http://wso2.com
> lean . enterprise . middleware
> Mobile - +94774696950 <+94%2077%20469%206950>
> Linkedin - https://www.linkedin.com/in/djkevincr
>



-- 
*Kevin Ratnaskera*
Software Engineer
WSO2 Inc. - http://wso2.com
lean . enterprise . middleware
Mobile - +94774696950
Linkedin - https://www.linkedin.com/in/djkevincr
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Dev studio expands

2018-01-11 Thread Kevin Ratnasekera
Hi Lahiru,

Yes, the statement you pointed out is no longer a valid statement. We need
to correct the documentation. [1]  Thanks for pointing out.

[1] https://github.com/wso2/wso2-synapse/pull/265

Regards
Kevin

On Thu, Jan 11, 2018 at 10:03 PM, Lahiru Sandaruwan <lahi...@wso2.com>
wrote:

> Hi Kevin,
>
> Thanks for the response. [1] says below about 'Maximum Concurrent
> Accesses',
>
> "When this parameter is used, the same Throttle mediator ID should be
> included in the response flow so that the completed responses are deducted
> from the available limit."
>
> Do we need to update docs?
>
> [1] https://docs.wso2.com/display/EI611/Throttle+Mediator
>
> Thanks.
>
>
>
> On Fri, Jan 5, 2018 at 6:54 AM, Kevin Ratnasekera <ke...@wso2.com> wrote:
>
>> Hi Lahiru,
>>
>> As far as I can remember, you no longer need to have empty throttle
>> mediator tag in OUT sequence, with same throttle id as in IN sequence. This
>> empty throttle mediator tag served purpose of decrementing concurrency
>> throttling counter ( number or parallel flows ) which was incremented IN
>> sequence throttle mediator. However in order to support concurrency
>> throttling for out only flows as well, we did some modifications as per [1]
>> users no longer need to explicitly add to OUT sequence, those are now
>> internally handled. Additionally throttle mediator will only engage on
>> request message paths. Have you tried samples without throttle mediator in
>> out sequence? I think it should work without a issue. Seems these samples
>> need to be updated. [2]
>>
>> [1] https://github.com/wso2/wso2-synapse/pull/26
>> [2] https://docs.wso2.com/display/ESB500/Throttle+Mediator
>>
>> Regards
>> Kevin
>>
>> On Fri, Dec 22, 2017 at 4:28 AM, Lahiru Sandaruwan <lahi...@wso2.com>
>> wrote:
>>
>>> Hi,
>>>
>>> As per [1], when throttling mediator is used in out sequence, it should
>>> be one liner, such as . But when we save that
>>> in Developer studio, it expands to following,
>>>
>>> 
>>> 
>>> 
>>> 
>>>
>>> Looks like a bug. Could we fix?
>>>
>>> [1] https://docs.wso2.com/display/EI611/Sample+372%3A+Use+of
>>> +Both+Concurrency+Throttling+and+Request-Rate-Based+Throttling
>>>
>>> Thanks.
>>> --
>>> --
>>>
>>> Lahiru Sandaruwan
>>> Associate Technical Lead,
>>> WSO2 Inc., http://wso2.com
>>>
>>> lean.enterprise.middleware
>>>
>>> m: +1 901 530 2379 <(901)%20530-2379>
>>> e: lahi...@wso2.com b: https://medium.com/@lahirugmg
>>> in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>>>
>>>
>>
>>
>> --
>> *Kevin Ratnaskera*
>> Software Engineer
>> WSO2 Inc. - http://wso2.com
>> lean . enterprise . middleware
>> Mobile - +94774696950 <077%20469%206950>
>> Linkedin - https://www.linkedin.com/in/djkevincr
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> --
>
> Lahiru Sandaruwan
> Associate Technical Lead,
> WSO2 Inc., http://wso2.com
>
> lean.enterprise.middleware
>
> m: +1 901 530 2379 <+1%20901-530-2379>
> e: lahi...@wso2.com b: https://medium.com/@lahirugmg
> in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>
>


-- 
*Kevin Ratnaskera*
Software Engineer
WSO2 Inc. - http://wso2.com
lean . enterprise . middleware
Mobile - +94774696950
Linkedin - https://www.linkedin.com/in/djkevincr
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Dev studio expands

2018-01-05 Thread Kevin Ratnasekera
Hi Lahiru,

As far as I can remember, you no longer need to have empty throttle
mediator tag in OUT sequence, with same throttle id as in IN sequence. This
empty throttle mediator tag served purpose of decrementing concurrency
throttling counter ( number or parallel flows ) which was incremented IN
sequence throttle mediator. However in order to support concurrency
throttling for out only flows as well, we did some modifications as per [1]
users no longer need to explicitly add to OUT sequence, those are now
internally handled. Additionally throttle mediator will only engage on
request message paths. Have you tried samples without throttle mediator in
out sequence? I think it should work without a issue. Seems these samples
need to be updated. [2]

[1] https://github.com/wso2/wso2-synapse/pull/26
[2] https://docs.wso2.com/display/ESB500/Throttle+Mediator

Regards
Kevin

On Fri, Dec 22, 2017 at 4:28 AM, Lahiru Sandaruwan  wrote:

> Hi,
>
> As per [1], when throttling mediator is used in out sequence, it should be
> one liner, such as . But when we save that in
> Developer studio, it expands to following,
>
> 
> 
> 
> 
>
> Looks like a bug. Could we fix?
>
> [1] https://docs.wso2.com/display/EI611/Sample+372%3A+
> Use+of+Both+Concurrency+Throttling+and+Request-Rate-Based+Throttling
>
> Thanks.
> --
> --
>
> Lahiru Sandaruwan
> Associate Technical Lead,
> WSO2 Inc., http://wso2.com
>
> lean.enterprise.middleware
>
> m: +1 901 530 2379 <(901)%20530-2379>
> e: lahi...@wso2.com b: https://medium.com/@lahirugmg
> in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>
>


-- 
*Kevin Ratnaskera*
Software Engineer
WSO2 Inc. - http://wso2.com
lean . enterprise . middleware
Mobile - +94774696950
Linkedin - https://www.linkedin.com/in/djkevincr
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-12 Thread Kevin Ratnasekera
Hi Hasitha,

I am fine with either of days if it works for Malaka as weill,

@malaka can you please check?

Regards
Kevin

On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Will it possible to arrange a meeting on Thursday or Friday this week?
>
> Thanks
>
> On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva <mal...@wso2.com> wrote:
>
>> Sure No Worries
>>
>> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Can we please move the meeting to next week?.Got a problem with Friday
>>> evening.Really sorry for the inconvenience caused.
>>>
>>> Thanks
>>>
>>> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva <mal...@wso2.com> wrote:
>>>
>>>> +1 I'll be available after 13.00
>>>>
>>>> On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera <ke...@wso2.com>
>>>> wrote:
>>>>
>>>>> +1
>>>>>
>>>>> On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
>>>>> hasithajayasunda...@gmail.com> wrote:
>>>>>
>>>>>> Hi all,
>>>>>>
>>>>>> Friday afternoon fine me with.Any suggestions?
>>>>>>
>>>>>> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva <mal...@wso2.com> wrote:
>>>>>>
>>>>>>> Wednesday morning or Friday afternoon fine with me.
>>>>>>>
>>>>>>> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera <ke...@wso2.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Hasitha,
>>>>>>>>
>>>>>>>> Great progress so far, since the coding period have already
>>>>>>>> started, we need to plan things ahead and come up with a proper 
>>>>>>>> milestone
>>>>>>>> plan before we proceed anything further. Will it be possible you to 
>>>>>>>> join a
>>>>>>>> meeting within this week?
>>>>>>>>
>>>>>>>> @malaka Can you please suggest possible time for you to have a
>>>>>>>> meeting?
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Kevin
>>>>>>>>
>>>>>>>> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
>>>>>>>> hasithajayasunda...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi all,
>>>>>>>>>
>>>>>>>>> I have updated the sample MQ-Client [1] to establish SSL
>>>>>>>>> connections with IBM WebSphere MQ. Still carry on the research with 
>>>>>>>>> the
>>>>>>>>> provided links about the IBM specific options that can be added other 
>>>>>>>>> than
>>>>>>>>> SSL and will update the thread with the findings as soon as
>>>>>>>>> possible.Working on
>>>>>>>>>
>>>>>>>>> "Can we check if it is possible to have an alternative way to set
>>>>>>>>> SSL details other than system properties with IBM MQ client 
>>>>>>>>> libraries.The
>>>>>>>>> reason for that is we are limiting our self to one set of properties 
>>>>>>>>> per
>>>>>>>>> JVM. eg: System.setProperty("
>>>>>>>>>
>>>>>>>>> which discussed in the previous thread.
>>>>>>>>>
>>>>>>>>> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>>>>>>>>>
>>>>>>>>> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva <mal...@wso2.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Hasitha,
>>>>>>>>>>
>>>>>>>>>> Sounds good. It'll be good if you can come up with the list of IBM 
>>>>>>>>>> specific
>>>>>>>>>> options.
>>>>>>>>>>
>>>>>>>>>> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
>>>>&

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-05 Thread Kevin Ratnasekera
+1

On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Friday afternoon fine me with.Any suggestions?
>
> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva <mal...@wso2.com> wrote:
>
>> Wednesday morning or Friday afternoon fine with me.
>>
>> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera <ke...@wso2.com> wrote:
>>
>>> Hi Hasitha,
>>>
>>> Great progress so far, since the coding period have already started, we
>>> need to plan things ahead and come up with a proper milestone plan before
>>> we proceed anything further. Will it be possible you to join a meeting
>>> within this week?
>>>
>>> @malaka Can you please suggest possible time for you to have a meeting?
>>>
>>> Regards
>>> Kevin
>>>
>>> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
>>>> Hi all,
>>>>
>>>> I have updated the sample MQ-Client [1] to establish SSL connections
>>>> with IBM WebSphere MQ. Still carry on the research with the provided links
>>>> about the IBM specific options that can be added other than SSL and will
>>>> update the thread with the findings as soon as possible.Working on
>>>>
>>>> "Can we check if it is possible to have an alternative way to set SSL
>>>> details other than system properties with IBM MQ client libraries.The
>>>> reason for that is we are limiting our self to one set of properties per
>>>> JVM. eg: System.setProperty("
>>>>
>>>> which discussed in the previous thread.
>>>>
>>>> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>>>>
>>>> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva <mal...@wso2.com> wrote:
>>>>
>>>>> Hi Hasitha,
>>>>>
>>>>> Sounds good. It'll be good if you can come up with the list of IBM 
>>>>> specific
>>>>> options.
>>>>>
>>>>> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
>>>>> hasithajayasunda...@gmail.com> wrote:
>>>>>
>>>>>> Hi all,
>>>>>>
>>>>>> I tried to implement sample MQ-Client that can connect to IBM MQ and
>>>>>> we can improve that to implement inbound endpoint and the connector.Will 
>>>>>> improve
>>>>>> that MQ-Client to support more ibm specific options such as SSL 
>>>>>> connections
>>>>>> within next few days.
>>>>>>
>>>>>> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
>>>>>> hasithajayasunda...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi all,
>>>>>>>
>>>>>>> Thanks for the replies.I'll go through the links and let you know if
>>>>>>> there's any issue.
>>>>>>>
>>>>>>> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed <
>>>>>>> riy...@wso2.com> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> See if this blog post could be of help:
>>>>>>>> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
>>>>>>>> or-websphere-mq-consumer-and-producer/
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Riyafa
>>>>>>>>
>>>>>>>> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva <mal...@wso2.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi Hasitha,
>>>>>>>>>
>>>>>>>>> You can find sample code done for IBM MQ 7.5. Here ESB acts as the
>>>>>>>>> consumer.
>>>>>>>>>
>>>>>>>>> What is required to do is ESB act as the consumer and producer for
>>>>>>>>> IBM MQ 8.0.
>>>>>>>>>
>>>>>>>>> Let me know if something is not clear?
>>>>>>>>>
>>>>>>>>> [1] https://github.com/wso2-attic/esb-connectors/pull/483/files
>>>>>>>>>
>>>>>>>>> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
>>>

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-04 Thread Kevin Ratnasekera
Hi Hasitha,

Great progress so far, since the coding period have already started, we
need to plan things ahead and come up with a proper milestone plan before
we proceed anything further. Will it be possible you to join a meeting
within this week?

@malaka Can you please suggest possible time for you to have a meeting?

Regards
Kevin

On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> I have updated the sample MQ-Client [1] to establish SSL connections with
> IBM WebSphere MQ. Still carry on the research with the provided links about
> the IBM specific options that can be added other than SSL and will update
> the thread with the findings as soon as possible.Working on
>
> "Can we check if it is possible to have an alternative way to set SSL
> details other than system properties with IBM MQ client libraries.The
> reason for that is we are limiting our self to one set of properties per
> JVM. eg: System.setProperty("
>
> which discussed in the previous thread.
>
> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>
> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva  wrote:
>
>> Hi Hasitha,
>>
>> Sounds good. It'll be good if you can come up with the list of IBM specific
>> options.
>>
>> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I tried to implement sample MQ-Client that can connect to IBM MQ and we
>>> can improve that to implement inbound endpoint and the connector.Will 
>>> improve
>>> that MQ-Client to support more ibm specific options such as SSL connections
>>> within next few days.
>>>
>>> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Thanks for the replies.I'll go through the links and let you know if
 there's any issue.

 On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed 
 wrote:

> Hi,
>
> See if this blog post could be of help:
> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
> or-websphere-mq-consumer-and-producer/
>
> Regards,
> Riyafa
>
> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva  wrote:
>
>> Hi Hasitha,
>>
>> You can find sample code done for IBM MQ 7.5. Here ESB acts as the
>> consumer.
>>
>> What is required to do is ESB act as the consumer and producer for
>> IBM MQ 8.0.
>>
>> Let me know if something is not clear?
>>
>> [1] https://github.com/wso2-attic/esb-connectors/pull/483/files
>>
>> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi ayya,
>>>
>>> As we discussed today can you provide me some materials to get more
>>> familiar with IBM MQ 8.0?
>>>
>>> thanks
>>>
>>> --
>>> *D.M.Hasitha Nadishan Jayasundara*
>>> *Department of Electronic and Telecommunication Engineering*
>>> University of Moratuwa
>>> *mobile:* *+94711959266 <071%20195%209266>*
>>> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
>>> hasithajayasunda...@gmail.com
>>> 
>>> 
>>> 
>>>
>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Associate Director / Architect
>> M: +94 777 219 791 <+94%2077%20721%209791>
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300 <011%202%20145300>
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> https://wso2.com/signature
>> http://www.wso2.com/about/team/malaka-silva/
>> 
>> https://store.wso2.com/store/
>>
>> Don't make Trees rare, we should keep them with care
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Riyafa Abdul Hameed
> Software Engineer, WSO2 Lanka (Pvt) Ltd 
>
> Email: riy...@wso2.com 
> Website: https://riyafa.wordpress.com/ 
>   
> 
>



 --
 *D.M.Hasitha Nadishan Jayasundara*
 *Department of Electronic and Telecommunication Engineering*
 University of Moratuwa
 *mobile:* *+94711959266 <+94%2071%20195%209266>*
 *blogspot*: learnjavawithisla.blogspot.com/  *email:*
 hasithajayasunda...@gmail.com
 
 

Re: [Dev] [VOTE] Release WSO2 Enterprise Service Bus 5.0.0 RC4

2016-08-19 Thread Kevin Ratnasekera
Hi All,

I have tested and verified the following,

   -  Websocket transport and it s basic use cases.

[+] Stable - go ahead and release

Regards
Kevin


On Fri, Aug 19, 2016 at 1:21 PM, Rajith Vitharana  wrote:

> Hi All,
>
> Tested and verified following
>
>
>- Synapse VFS transport/ cluster awareness
>- Tooling support for proxy creation
>- Analytics in cluster
>
> [+] Stable - go ahead and release
>
> Thanks,
>
> On 19 August 2016 at 12:31, Nuwan Wimalasekara  wrote:
>
>> Hi all.
>>
>> Tested and verified following
>>
>>
>>- ESB Mediation Debugging
>>
>>
>> [+] Stable - go ahead and release.
>>
>> Thanks,
>> Nuwnaw
>>
>> On Fri, Aug 19, 2016 at 12:21 PM, Prabath Ariyarathna > > wrote:
>>
>>> Hi All.
>>>
>>> Tested and verified following.
>>>
>>>- File(VFS) Inbound Endpoint.
>>>- HTTP/HTTPS Inbound Endpoints.
>>>- Custom Inbound Endpoint.
>>>- RabbitMQ Inbound Endpoint.
>>>
>>> [+] Stable - go ahead and release.
>>>
>>> Thanks.
>>>
>>> On Fri, Aug 19, 2016 at 11:30 AM, Nadeeshaan Gunasinghe <
>>> nadeesh...@wso2.com> wrote:
>>>
 Hi all,

 Tested the following,


- Inbound Endpoints
  VFS, HTTP, HTTPS, WSO2 MB, JMS
- JMS scenarios
  Message Processor, Message Store with ActiveMQ, Rabbit MQ and
WSO2 MB
- Capp Deployment through tooling

 [+] Stable - go ahead and release

 Thanks,

 *Nadeeshaan Gunasinghe*
 Software Engineer, WSO2 Inc. http://wso2.com
 +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
 <#m_-860390395190705528_m_-6069497498545935869_m_7132569658457042904_m_5569028783450022843_>
 
   
   
 Get a signature like this: Click here!
 

 On Wed, Aug 17, 2016 at 8:13 AM, Senduran Balasubramaniyam <
 sendu...@wso2.com> wrote:

> Hi All,
>
> This is the 4th Release Candidate of WSO2 Enterprise Service Bus 5.0.0
>
> Please download, test the product and vote. Vote will be open for 72
> hours or as needed.
>
> Source and distribution
>
> Run-time: https://github.com/wso2/produc
> t-esb/releases/tag/v5.0.0-rc4
> Tooling   : https://github.com/wso2/devstu
> dio-tooling-esb/releases/tag/v5.0.0-rc4
> Analytics: https://github.com/wso2/analyt
> ics-esb/releases/tag/v5.0.0-rc4
>
> Please vote as follows.
> [+] Stable - go ahead and release
> [-] Broken - do not release (explain why)
>
> Thanks,
> - WSO2 ESB Team -
>
> --
> *Senduran *
> Senior Software Engineer,
> WSO2, Inc.;  http://wso2.com/ 
> Mobile: +94 77 952 6548
>


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>>
>>> *Prabath Ariyarathna*
>>>
>>> *Associate Technical Lead*
>>>
>>> *WSO2, Inc. *
>>>
>>> *lean . enterprise . middleware *
>>>
>>>
>>> *Email: prabat...@wso2.com *
>>>
>>> *Blog: http://prabu-lk.blogspot.com *
>>>
>>> *Flicker : https://www.flickr.com/photos/47759189@N08
>>> *
>>>
>>> *Mobile: +94 77 699 4730 *
>>>
>>>
>>>
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Nuwan Wimalasekara
>> Associate Technical Lead
>> WSO2, Inc.: http://wso2.com
>> lean. enterprise. middleware
>>
>> phone: +94 71 668 4620
>>
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Rajith Vitharana
>
> Senior Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94715883223
> Blog : http://lankavitharana.blogspot.com/
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kevin Ratnaskera*
Software Engineer
WSO2 Inc. - http://wso2.com
lean . enterprise . middleware
Mobile - +94774696950
Linkedin - https://www.linkedin.com/in/djkevincr
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Rajjaz Mohammed

2016-06-05 Thread Kevin Ratnasekera
Congratulations Rajjaz !

On Mon, Jun 6, 2016 at 4:13 AM, Malaka Silva  wrote:

> Hi Devs,
>
> Its my pleasure to welcome Rajjaz Mohammed as a WSO2 Committer.
>
> He has been working with the WSO2 Platform Extensions Team and has
> contributed immensely to  ESB, IS and CEP product extensions, He is a very
> dedicated and committed individual who is eager to learn.
>
> Rajjaz, welcome aboard and keep up the good work.
>
> ​
> ​
> Best Regards,
>
> Malaka Silva
> Senior Technical Lead
> M: +94 777 219 791
> Tel : 94 11 214 5345
> Fax :94 11 2145300
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> http://www.wso2.com/
> http://www.wso2.com/about/team/malaka-silva/
> 
> https://store.wso2.com/store/
>
> Save a tree -Conserve nature & Save the world for your future. Print this
> email only if it is absolutely necessary.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kevin Ratnaskera*
Software Engineer
WSO2 Inc. - http://wso2.com
lean . enterprise . middleware
Mobile - +94774696950
Linkedin - https://www.linkedin.com/in/djkevincr
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Is rfc6570-encoding supported in ESB 4.9.0?

2016-02-10 Thread Kevin Ratnasekera
Hi Dulitha,

In ESB 4.9, you don't need that rfc6570-encoding: prefix before the url
since at default support rfc6570 encoding. But if you need legacy encoding
or make it backward compatible then you need to add legacy-encoding: prefix
before the url. This is opposite for the ESB 4.8.1.

Regards
Kevin

On Wed, Feb 10, 2016 at 1:23 PM, Dulitha Wijewantha 
wrote:

> Hi guys,
> I am trying to invoke an endpoint with rfc6570-encoding (since the URI
> parameter has an email on it). Below is the definition -
> 
> 
> http://localhost:9763/services/test/foo/bar/{uri.var.email};
> method="get">
> 
> 
>
> But I get the error -
>
> 13:13:11,075 Axis2Sender  Unexpected error during sending message out
> org.apache.axis2.AxisFault: The system cannot infer the transport
> information from the rfc6570-encoding:
> http://localhost:9763/services/test/foo/bar/dulitha%40wso2.com URL.
> at
> org.apache.axis2.description.ClientUtils.inferOutTransport(ClientUtils.java:81)
> at
> org.apache.synapse.core.axis2.DynamicAxisOperation$DynamicOperationClient.executeImpl(DynamicAxisOperation.java:115)
> at
> org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
> at
> org.apache.synapse.core.axis2.Axis2FlexibleMEPClient.send(Axis2FlexibleMEPClient.java:542)
> at org.apache.synapse.core.axis2.Axis2Sender.sendOn(Axis2Sender.java:79)
> at
> org.apache.synapse.core.axis2.Axis2SynapseEnvironment.send(Axis2SynapseEnvironment.java:461)
> at
> org.apache.synapse.endpoints.AbstractEndpoint.send(AbstractEndpoint.java:372)
> at org.apache.synapse.endpoints.HTTPEndpoint.send(HTTPEndpoint.java:89)
> at
> org.apache.synapse.mediators.builtin.CallMediator.handleNonBlockingCall(CallMediator.java:204)
> at
> org.apache.synapse.mediators.builtin.CallMediator.mediate(CallMediator.java:87)
> at
> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:81)
> at
> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:48)
> at
> org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:149)
> at org.apache.synapse.rest.Resource.process(Resource.java:297)
> at org.apache.synapse.rest.API.process(API.java:378)
> at
> org.apache.synapse.rest.RESTRequestHandler.dispatchToAPI(RESTRequestHandler.java:97)
> at
> org.apache.synapse.rest.RESTRequestHandler.process(RESTRequestHandler.java:65)
> at
> org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:266)
> at
> org.apache.synapse.core.axis2.SynapseMessageReceiver.receive(SynapseMessageReceiver.java:83)
> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
> at
> org.apache.synapse.transport.passthru.ServerWorker.processNonEntityEnclosingRESTHandler(ServerWorker.java:317)
> at
> org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:149)
> at
> org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
>
> --
> Dulitha Wijewantha (Chan)
> Software Engineer - Mobile Development
> WSO2 Inc
> Lean.Enterprise.Middleware
>  * ~Email   duli...@wso2.com *
> *  ~Mobile +94712112165 <%2B94712112165>*
> *  ~Website   dulitha.me *
> *  ~Twitter @dulitharw *
>   *~Github @dulichan *
>   *~SO @chan *
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Is rfc6570-encoding supported in ESB 4.9.0?

2016-02-10 Thread Kevin Ratnasekera
Hi Dulitha,

Please try  {+uri.var.email} ( note the added + sign ) this will escape the
percent encoding.

Regards
Keivn


On Wed, Feb 10, 2016 at 1:54 PM, Dulitha Wijewantha <duli...@wso2.com>
wrote:

> But when I access {uri.var.email}
> <http://localhost:9763/services/test/foo/bar/%7Buri.var.email%7D> it's
> encoded to dulitha%40wso2.com
> <http://localhost:9763/services/test/foo/bar/dulitha%40wso2.com>. When
> the backend endpoint is called -the @ sign is encoded. How do I stop this
> behavior?
>
> On Wed, Feb 10, 2016 at 1:52 PM, Kevin Ratnasekera <ke...@wso2.com> wrote:
>
>> Hi Dulitha,
>>
>> In ESB 4.9, you don't need that rfc6570-encoding: prefix before the url
>> since at default support rfc6570 encoding. But if you need legacy
>> encoding or make it backward compatible then you need to add legacy-encoding:
>> prefix before the url. This is opposite for the ESB 4.8.1.
>>
>> Regards
>> Kevin
>>
>> On Wed, Feb 10, 2016 at 1:23 PM, Dulitha Wijewantha <duli...@wso2.com>
>> wrote:
>>
>>> Hi guys,
>>> I am trying to invoke an endpoint with rfc6570-encoding (since the URI
>>> parameter has an email on it). Below is the definition -
>>> 
>>> 
>>> http://localhost:9763/services/test/foo/bar/{uri.var.email};
>>> method="get">
>>> 
>>> 
>>>
>>> But I get the error -
>>>
>>> 13:13:11,075 Axis2Sender  Unexpected error during sending message out
>>> org.apache.axis2.AxisFault: The system cannot infer the transport
>>> information from the rfc6570-encoding:
>>> http://localhost:9763/services/test/foo/bar/dulitha%40wso2.com URL.
>>> at
>>> org.apache.axis2.description.ClientUtils.inferOutTransport(ClientUtils.java:81)
>>> at
>>> org.apache.synapse.core.axis2.DynamicAxisOperation$DynamicOperationClient.executeImpl(DynamicAxisOperation.java:115)
>>> at
>>> org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
>>> at
>>> org.apache.synapse.core.axis2.Axis2FlexibleMEPClient.send(Axis2FlexibleMEPClient.java:542)
>>> at org.apache.synapse.core.axis2.Axis2Sender.sendOn(Axis2Sender.java:79)
>>> at
>>> org.apache.synapse.core.axis2.Axis2SynapseEnvironment.send(Axis2SynapseEnvironment.java:461)
>>> at
>>> org.apache.synapse.endpoints.AbstractEndpoint.send(AbstractEndpoint.java:372)
>>> at org.apache.synapse.endpoints.HTTPEndpoint.send(HTTPEndpoint.java:89)
>>> at
>>> org.apache.synapse.mediators.builtin.CallMediator.handleNonBlockingCall(CallMediator.java:204)
>>> at
>>> org.apache.synapse.mediators.builtin.CallMediator.mediate(CallMediator.java:87)
>>> at
>>> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:81)
>>> at
>>> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:48)
>>> at
>>> org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:149)
>>> at org.apache.synapse.rest.Resource.process(Resource.java:297)
>>> at org.apache.synapse.rest.API.process(API.java:378)
>>> at
>>> org.apache.synapse.rest.RESTRequestHandler.dispatchToAPI(RESTRequestHandler.java:97)
>>> at
>>> org.apache.synapse.rest.RESTRequestHandler.process(RESTRequestHandler.java:65)
>>> at
>>> org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:266)
>>> at
>>> org.apache.synapse.core.axis2.SynapseMessageReceiver.receive(SynapseMessageReceiver.java:83)
>>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
>>> at
>>> org.apache.synapse.transport.passthru.ServerWorker.processNonEntityEnclosingRESTHandler(ServerWorker.java:317)
>>> at
>>> org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:149)
>>> at
>>> org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>>> at java.lang.Thread.run(Thread.java:745)
>>>
>>> --
>>> Dulitha Wijewantha (Chan)
>>> Software Engineer - Mobile Development
>>> WSO2 Inc
>>> Lean.Enterprise.Middleware
>>>  * ~Email   duli...@wso2.com <duli...@wso2mobile.com>*
>>> *  ~Mobile +9471211216

Re: [Dev] Issue while using the special characters in url-template with legacy encoding.

2015-12-19 Thread Kevin Ratnasekera
Hi Kathees,
Is there a specific reason to use the legacy-encoding prefix here in your
case? Have you tried without the legacy-encoding prefix?
Can you try the following with legacy prefix,







Regards
Kevin

On Fri, Dec 18, 2015 at 8:56 PM, Malaka Silva  wrote:

> Hi Kathees,
>
> Can you try debugging [1] and try to figure out the issues?
>
> May be the issues it in  'String decodedString =
> URLDecoder.decode(template.expand(), "UTF-8");'
>
> [1]
> https://github.com/wso2/wso2-synapse/blob/master/modules/core/src/main/java/org/apache/synapse/endpoints/HTTPEndpoint.java
>
> On Fri, Dec 18, 2015 at 4:59 PM, Kathees Rajendram 
> wrote:
>
>> Hi,
>>
>> I created uri.var.status property and used the property in url-template with
>> legacy encoding. Remaining part of URL is removed with the special
>> character.
>>
>> 
>> 
>> >
>> uri-template="legacy-encoding:{uri.var.apiUrl}/1.1/statuses/update.json?{uri.var.status}"/>
>> 
>> 
>>
>> *Request* - sample #test
>>
>> *Output*
>>
>> [2015-12-18 16:45:47,269] DEBUG - wire << "POST
>> /1.1/statuses/update.json?status=sample%20 HTTP/1.1[\r][\n]"
>> [2015-12-18 16:45:47,269] DEBUG - wire << "Accept-Language:
>> en-US,en;q=0.8[\r][\n]"
>>
>> *Expected output*
>>
>> [2015-12-18 16:45:47,269] DEBUG - wire << "POST
>> /1.1/statuses/update.json?status=sample%20%23test HTTP/1.1[\r][\n]"
>> [2015-12-18 16:45:47,269] DEBUG - wire << "Accept-Language:
>> en-US,en;q=0.8[\r][\n]"
>>
>> What could be the reason?
>>
>> Thanks,
>> Kathees
>>
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Senior Tech Lead
> M: +94 777 219 791
> Tel : 94 11 214 5345
> Fax :94 11 2145300
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> http://www.wso2.com/
> http://www.wso2.com/about/team/malaka-silva/
> 
> https://store.wso2.com/store/
>
> Save a tree -Conserve nature & Save the world for your future. Print this
> email only if it is absolutely necessary.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] WSO2 ESB 4.10.0 - Milestone 1 Released!

2015-12-07 Thread Kevin Ratnasekera
+1, Created a Jira for this [1], this will be fixed for next milestone
release.
[1] https://wso2.org/jira/browse/ESBJAVA-4354
Regards
Kevin

On Mon, Dec 7, 2015 at 12:36 PM, Nuwan Pallewela  wrote:

> Hi,
>
> In this pack user have to manually modify the synapse.properties file to
> start in mediation debug mode. Wouldn't it be more suitable that if default
> event and command ports for ESB Mediation debugger was included in
> synapse.properties file with the pack.
>
> Thanks,
> Nuwan
>
> On Fri, Dec 4, 2015 at 11:07 PM, Jagath Sisirakumara Ariyarathne <
> jaga...@wso2.com> wrote:
>
>> *WSO2 ESB 4.10.0-Milestone 1 Released*
>>
>> ESB Team is pleased to announce the WSO2 ESB 4.10.0 - Milestone 1
>> Release. It contains following new features and bug fixes.
>>
>> *New Features & Improvements*
>>
>>- JMS 2.0 support
>>- Mediation debugging capability
>>
>>
>> *All resolved Issues*
>>
>> Bugs
>>
>>- [ESBJAVA-3832 ] - "ERROR
>>- TaskQuartzJobAdapter Error in executing task: null
>>java.util.EmptyStackException" observed when publishing jms messages when
>>the backend is restarted
>>- [ESBJAVA-4142 ] - First
>>request sent for tenants (after tenant unloading/ server restart) fails.
>>- [ESBJAVA-4195 ] -
>>[Standalone] Forwarding MP with interval value < 1000 ms and cron
>>expression does not worrk as expected
>>- [ESBJAVA-4229 ] - Java
>>Heap Space error for huge file processing with Smooks mediator
>>- [ESBJAVA-4235 ] - VFS
>>stops working when scanning directory for files to read
>>- [ESBJAVA-4250 ] -
>>Getting NPE time to time when using loadbalnce endpoint
>>- [ESBJAVA-4318 ] -
>>Caching issue for XML body with processing instructions
>>- [ESBJAVA-4333 ] -
>>IllegalStateException when accessing APIs of tenants
>>
>>
>> Improvements
>>
>>- [ESBJAVA-4346 ] -
>>Persisting content into registry from the mediation Layer
>>
>>
>> Patches
>>
>>- [ESBJAVA-4231 ] - Load
>>balanced endpoint sending an empty payload to the failover endpoint
>>
>>
>> The distribution is available to download at [1].
>>
>> [1] -
>> https://svn.wso2.org/repos/wso2/scratch/ESB/packs/4.10.0-Releases/4.10.0-M1/
>>
>> - WSO2 ESB Team -
>> --
>> Jagath Ariyarathne
>> Technical Lead
>> WSO2 Inc.  http://wso2.com/
>> Email: jaga...@wso2.com
>> Mob  : +94 77 386 7048
>>
>>
>> ___
>> Architecture mailing list
>> architect...@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
>
> --
> --
>
> *Nuwan Chamara Pallewela*
>
>
> *Software Engineer*
>
> *WSO2, Inc. *http://wso2.com
> *lean . enterprise . middleware*
>
> Email   *nuw...@wso2.com *
> Mobile  *+94719079739 <%2B94719079739>@*
>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Can I access axis2MessageContext within the script mediator?

2015-10-12 Thread Kevin Ratnasekera
Hi Amila,
I have gone through the script mediator code/config, I dont think we might
able to access axis2MessageContext other than the SynapseMessageContext.
Can't we use either Property mediator or class mediator in this specific
use case?
Regards
Kevin

On Mon, Oct 12, 2015 at 2:23 PM, Amila Maha Arachchi 
wrote:

> Hi,
>
> I want to set a property in axis2MessageContext from the script mediator
> in ESB or API Manager. According to the doc [1], script mediator has not
> exposed the axis2MessageContext to the script mediator.
>
> $Subject?
>
> My original requirement is to set a response code for a resource of a
> prototyped api on api manager. There is a property named HTTP_SC which
> needs to be set in axis2MessageContext.
>
> [1] https://docs.wso2.com/display/ESB480/Script+Mediator
>
> Regards,
> Amila.
>
> --
> *Amila Maharachchi*
> Senior Technical Lead
> WSO2, Inc.; http://wso2.com
>
> Blog: http://maharachchi.blogspot.com
> Mobile: +94719371446
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 ESB 4.9.0 RC6

2015-09-10 Thread Kevin Ratnasekera
Hi all,

Following scenarios were tested in this pack,

MQTT inbound
Super tenant Mode
  1. JSON/XML message consuming cases
  2. MQTT broker connection lost/reconnection cases ( both task/runner
modes )
Tenant mode
  1. JSON/XML message consuming cases
  2. MQTT broker connection lost/reconnection cases ( both task/runner
modes )
Clustered mode
  1. Inbound coordination enabled disabled cases
  2. JSON/XML message consuming cases
  3. MQTT broker connection lost/reconnection cases ( both task/runner
modes )

[X] Stable - go ahead and release
Regards
Kevin

On Thu, Sep 10, 2015 at 1:53 PM, Buddhima Wijeweera 
wrote:

> Hi All,
>
> Following scenarios tested:
>
>
>- Persisting with JDBC Message store
>- WS-RM Inbound feature
>
>
> [+] Stable - go ahead and release
>
> Thanks.
>
>
> On Thu, Sep 10, 2015 at 1:27 PM, Jagath Sisirakumara Ariyarathne <
> jaga...@wso2.com> wrote:
>
>> Hi All,
>>
>> Following scenarios were tested in RC6 pack.
>>
>>- Dynamic SSL profiles
>>- Apply custom profiles for senders/listeners
>>   - Updating key store/trust store at runtime
>>   - Profile re-loading from time interval and JMX
>>   - SSL and Mutual SSL connections with back-end
>>   - Enable/disable Mutual SSL with clients at runtime
>>- Basic Performance Test
>>- Https Inbound for both SSL and Mutual SSL
>>
>> [+] Stable - go ahead and release
>>
>> Thanks.
>>
>> On Thu, Sep 10, 2015 at 12:50 PM, Nadeeshaan Gunasinghe <
>> nadeesh...@wso2.com> wrote:
>>
>>> Hi all,
>>> I tested the following areas
>>>
>>> JMS Transport and inbound use cases in standalone and in a cluster
>>> - JMS consumer side transaction
>>> - JMS Dual Channel transaction
>>> - JMS Quad Channel transaction
>>>
>>> VFS Transport and inbound use case in standalone and in a cluster
>>>- File system to file system transactions
>>>- File system to ftp, ftp to file system transactions
>>>
>>> [+] Stable - go ahead and release
>>>
>>> Regards
>>>
>>> *Nadeeshaan Gunasinghe*
>>> Software Engineer, WSO2 Inc. http://wso2.com
>>> +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
>>> <#14fb65af995eeae0_14fb6428edd2065d_14fb620b6ace39a8_>
>>> 
>>>   
>>> 
>>> Get a signature like this: Click here!
>>> 
>>>
>>> On Thu, Sep 10, 2015 at 1:16 AM, Chanaka Fernando 
>>> wrote:
>>>
 Hi Devs,

 WSO2 ESB 4.9.0 RC6 Release Vote

 This release fixes the following issues:
 https://wso2.org/jira/issues/?filter=12393

 Please download ESB 4.9.0 RC6 and test the functionality and vote. Vote
 will be open for 72 hours or as needed.

 Source & binary distribution files:

 http://maven.wso2.org/nexus/content/repositories/orgwso2esb-068/org/wso2/esb/wso2esb/4.9.0/

 Maven staging repository:
 http://maven.wso2.org/nexus/content/repositories/orgwso2esb-068/

 The tag to be voted upon :
 https://github.com/wso2/product-esb/tree/esb-parent-4.9.0-RC6


 [-] Broken - do not release (explain why)
 [+] Stable - go ahead and release

 Thanks and Regards,
 ~ WSO2 ESB Team ~

 --
 --
 Chanaka Fernando
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 773337238
 Blog : http://soatutorials.blogspot.com
 LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0
 Twitter:https://twitter.com/chanakaudaya





 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Jagath Ariyarathne
>> Technical Lead
>> WSO2 Inc.  http://wso2.com/
>> Email: jaga...@wso2.com
>> Mob  : +94 77 386 7048
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Buddhima Wijeweera
> Software Engineer; WSO2 Inc.; http://wso2.com ,
>
> Mobile: +94 71 427 9966
> Email: buddh...@wso2.com
> Blog:   https://buddhimawijeweera.wordpress.com
> GitHub Profile: https://github.com/Buddhima
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing 

Re: [Dev] [VOTE] Release WSO2 ESB 4.9.0 RC4

2015-09-08 Thread Kevin Ratnasekera
Hi all,

I have tested the MQTT inbound consumer scenarios in super tenant mode,
tenant mode and clustered mode with inbound coordination.

[X] Stable - go ahead and release

Regards
Kevin


On Tue, Sep 8, 2015 at 5:42 PM, Jagath Sisirakumara Ariyarathne <
jaga...@wso2.com> wrote:

> Hi All,
>
> I have tested below functionalities in the RC4 pack.
>
>- Dynamic SSL Profiles
>- Sender profiles with back-end - SSL/Mutual SSL
>   - Listener profiles with clients - SSL/Mutual SSL
>   - Re-loading from time interval and JMX
>- Basic performance test
>
> [X] Stable - go ahead and release
>
> Thanks.
>
> On Tue, Sep 8, 2015 at 5:40 PM, Senduran Balasubramaniyam <
> sendu...@wso2.com> wrote:
>
>> Hi All,
>>
>> I have tested the following in both standalone and cluster mode with
>> tenants, and found no issues
>>
>>- Inmemeory MessageStore (in standalone mode)
>>- JMS MessageStore
>>- RabbitMQ MessageStore
>>- JDBC MessageStore
>>- Scheduled Message Forwarding Processor
>>- Scheduled Failover Message Forwarding Processor
>>- Message Sampling Processor
>>
>> [+] Stable - go ahead and release
>>
>> Thanks
>> Senduran
>>
>>
>> On Tue, Sep 8, 2015 at 1:08 AM, Jagath Sisirakumara Ariyarathne <
>> jaga...@wso2.com> wrote:
>>
>>> Hi Devs,
>>>
>>> WSO2 ESB 4.9.0 RC4 Release Vote
>>>
>>> This release fixes the following issues:
>>> *https://wso2.org/jira/issues/?filter=12393
>>> *
>>>
>>> Please download ESB 4.9.0 RC4 and test the functionality and vote. Vote will
>>> be open for 72 hours or as needed.
>>>
>>> *Source & binary distribution files:*
>>> *http://maven.wso2.org/nexus/content/repositories/orgwso2esb-058/org/wso2/esb/wso2esb/4.9.0-RC4/
>>> *
>>>
>>> *Maven staging repository:*
>>> *http://maven.wso2.org/nexus/content/repositories/orgwso2esb-058/
>>> *
>>>
>>> *The tag to be voted upon :*
>>> *https://github.com/wso2/product-esb/tree/esb-parent-4.9.0-RC4
>>> *
>>>
>>>
>>> [+] Stable - go ahead and release
>>> [-] Broken - do not release (explain why)
>>>
>>>
>>> Thanks and Regards,
>>> ~ WSO2 ESB Team ~
>>>
>>> --
>>> Jagath Ariyarathne
>>> Technical Lead
>>> WSO2 Inc.  http://wso2.com/
>>> Email: jaga...@wso2.com
>>> Mob  : +94 77 386 7048
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Senduran *
>> Software Engineer,
>> WSO2, Inc.;  http://wso2.com/ 
>> Mobile: +94 77 952 6548
>>
>
>
>
> --
> Jagath Ariyarathne
> Technical Lead
> WSO2 Inc.  http://wso2.com/
> Email: jaga...@wso2.com
> Mob  : +94 77 386 7048
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Regression issue in ESB due to a fix done on carbon-commons

2015-08-27 Thread Kevin Ratnasekera
Hi all,
As mentioned in the previous mail, I have added the null check with this
pr[1] to correct the issue. Can you please review and merge this pr[1].
[1] https://github.com/wso2/carbon-commons/pull/146/
Regards
Kevin

On Thu, Aug 27, 2015 at 10:05 PM, Indika Sampath indi...@wso2.com wrote:

 Hi Chanaka,

 Both MB and GReg has regression issue due to change made by Malaka in PR
 [1]. So it was revert in PR [2]. In MB, we create internal role when adding
 new topic and grant pub/sub permission to it and assign it to user. This
 was security fix we did on event component of svn turing support branch as
 permission related fix to topic in MB 2.2.0. We migrate these fixes from
 event component to carbon-commons after moving to Git. But then again this
 was cause problem to GReg since they don't need such restriction. Finally
 we discussed [3] and revert it to original state but made some modification
 in addTopic() method. You can find latest RegistryTopicManager class in
 [4]. Only change in PR [1] was adding if (loggedInUser != null) check. So
 I think we could add this check again to addTopic() method and it would
 sort out regression issue face by ESB. Sorry about inconvenience cause by
 this.

 [1] https://github.com/wso2/carbon-commons/pull/75/files
 [2] https://github.com/wso2/carbon-commons/pull/82/files
 [3] [MB] [G-REG] Internal role created by topic name modification
 [4]
 https://github.com/wso2/carbon-commons/blob/master/components/event/org.wso2.carbon.event.core/src/main/java/org/wso2/carbon/event/core/internal/topic/registry/RegistryTopicManager.java

 Cheers!

 On Thu, Aug 27, 2015 at 7:56 PM, Chanaka Fernando chana...@wso2.com
 wrote:

 Hi Indika,

 We are getting an exception in the ESB 490 RC1 pack due to the commit [1]
 done by you. With this change, you have reverted a previous fix[2] done by
 Malaka for [3]. This is causing the same issue which Malaka was fixed. Can
 you look into this and let us know a proper solution other than reverting
 the fix done by Malaka?

 [1]
 https://github.com/wso2/carbon-commons/commit/e3646925bf968616c0e55f0e34c2fe5991b1a749

 [2] https://github.com/wso2/carbon-commons/pull/75/files

 [3] https://wso2.org/jira/browse/ESBJAVA-2506

 --
 --
 Chanaka Fernando
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 773337238
 Blog : http://soatutorials.blogspot.com
 LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0
 Twitter:https://twitter.com/chanakaudaya
 Wordpress:http://chanakaudaya.wordpress.com






 --
 Indika Sampath
 Senior Software Engineer
 WSO2 Inc.
 http://wso2.com

 Phone: +94 716 424 744
 Blog: http://indikasampath.blogspot.com/


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 ESB 4.9.0 RC1

2015-08-25 Thread Kevin Ratnasekera
Hi all,

I have tested HTTP inbound use cases, dispatching logic for proxy, api and
defined sequences for both super tenant and tenant mode also Kafka inbound
endpoint basic consumer use cases. No issues found.

[X] Stable - go ahead and release

Thanks.

On Tue, Aug 25, 2015 at 6:01 PM, Jagath Sisirakumara Ariyarathne 
jaga...@wso2.com wrote:

 Hi,

 I executed performance tests for basic scenarios with this pack. No issues
 observed.

 [X] Stable - go ahead and release

 Thanks.

 On Mon, Aug 24, 2015 at 10:27 PM, Chanaka Fernando chana...@wso2.com
 wrote:

 Hi Devs,

 WSO2 ESB 4.9.0 RC1 Release Vote

 This release fixes the following issues:
 https://wso2.org/jira/browse/ESBJAVA-4093?filter=12363

 Please download ESB 490 RC1 and test the functionality and vote. Vote
 will be open for 72 hours or as needed.

 *Source  binary distribution files:*

 http://maven.wso2.org/nexus/content/repositories/orgwso2esb-051/org/wso2/esb/wso2esb/4.9.0-RC1/

 *Maven staging repository:*
 http://maven.wso2.org/nexus/content/repositories/orgwso2esb-051/

 *The tag to be voted upon :*
 https://github.com/wso2/product-esb/tree/esb-parent-4.9.0-RC1


 [ ] Broken - do not release (explain why)
 [ ] Stable - go ahead and release


 Thanks and Regards,
 ~ WSO2 ESB Team ~

 --
 --
 Chanaka Fernando
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 773337238
 Blog : http://soatutorials.blogspot.com
 LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0
 Twitter:https://twitter.com/chanakaudaya
 Wordpress:http://chanakaudaya.wordpress.com




 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Jagath Ariyarathne
 Technical Lead
 WSO2 Inc.  http://wso2.com/
 Email: jaga...@wso2.com
 Mob  : +94 77 386 7048


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] ESBJAVA-4041 Rule mediator issue ( Carbon-Rules )

2015-08-13 Thread Kevin Ratnasekera
Hi all,
With related to rule mediator [1] issue, we have identified that this is
due to rule backend ( carbon-rules) is not getting exposed as a OSGI
service. I have sent PR[2] fix the issue, Can you please verify and merge
the PR.

[1] https://wso2.org/jira/browse/ESBJAVA-4041
[2] https://github.com/wso2/carbon-rules/pull/14

Regards
Kevin
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Synapse] Odd behavior in picking the API definition with the correct version, in Synapse 2.1.3.wso2v3

2015-08-05 Thread Kevin Ratnasekera
Hi Ravi,
Can you please review and merge the pr[1] which solves the issue.
[1]https://github.com/wso2/wso2-synapse/pull/298
Regards
Kevin

On Wed, Aug 5, 2015 at 9:58 AM, Chanaka Fernando chana...@wso2.com wrote:

 Hi Kevin,

 Can you look into this and check whether we can merge this change to the
 latest synapse branch? Please talk to Ravi if you need any help.

 Thanks,
 Chanaka

 On Wed, Aug 5, 2015 at 9:43 AM, Rushmin Fernando rush...@wso2.com wrote:

 Had a chat with Malintha.

 Seems like we face this issue because *RESTRequestHandler *doesn't give
 the priority to versioned APIs.

 The correct code is there in Synapse 2.1.2.wso2v6 [1]

 Created a JIRA [2]

 [1] -

 https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/dependencies/synapse/2.1.2-wso2v7/modules/core/src/main/java/org/apache/synapse/rest/RESTRequestHandler.java

 [2]  - https://wso2.org/jira/browse/ESBJAVA-4012

 Thanks
 Rushmin





 On Mon, Aug 3, 2015 at 12:26 PM, Malintha Amarasinghe malint...@wso2.com
  wrote:

 Hi Rushmin,

 We faced something similar when introducing Default Version Feature for
 APIM 1.7.

 Can you please check whether you are facing the same issue as this?
 http://mail.wso2.org/mailarchive/architecture/2014-March/015574.html

 Thanks,
 Malintha


 On Mon, Aug 3, 2015 at 11:52 AM, Rushmin Fernando rush...@wso2.com
 wrote:



 We recently upgraded App Manager's synapse version to 2.1.3.wso2v3 and
 noticed some odd behavior.

 *Test case*
 *-*

 There are two API config files (with some other API config files [1])

   1) admin--AppManagerSandbox.xml;  *API Name* = SandboxOne;  *Context*
 = /am-sandbox

   2) admin--AppManagerSandbox_vv1.xml; *API Name* = SandboxOne;
 *Version* = v1;  *Context* = /am-sandbox

 When the API is called with the URL *http://localhost:8280/am-sandbox/v1
 http://localhost:8280/am-sandbox/v1  *...

 Synapse *doesn't* pick the API with the version
 (admin--AppManagerSandbox_vv1.xml).

 Rather it picks the non-versioned one (admin--AppManagerSandbox.xml)

 When the two APIs are renamed to '*AppMSandbox*' it works as expected.

 And even with the name 'SandboxOne' it works as expected, *when there
 are no* API definitions other than the two *admin--AppManagerSandbox**
 APIs


 *So the summary is *

 Default APIs + SandboxOne == NO
 Default APIs + AppMSandbox == YES
 AppMSandbox == YES
 SandboxOne == YES

 NO = Versioning doesn't  work
 YES = Versioning works


 Is this a bug or am I doing something wrong ?


 [1]

 api xmlns=http://ws.apache.org/ns/synapse;
 name=_WSO2AMAuthorizeAPI_ context=/authorize
 resource methods=GET url-mapping=/*
 inSequence
 send
 endpoint
 address uri=
 https://localhost:9443/oauth2/authorize/
 /endpoint
 /send
 /inSequence
 outSequence
 send/
 /outSequence
 /resource
 /api

 ?xml version=1.0 encoding=UTF-8?api xmlns=
 http://ws.apache.org/ns/synapse; name=_WSO2AMRevokeAPI_
 context=/revoke
 resource methods=POST url-mapping=/*
 inSequence
 send
 endpoint
 address uri=https://localhost:9443/oauth2/revoke
 /
 /endpoint
 /send
 /inSequence
 outSequence
 send/
 /outSequence
 /resource
 handlers
 handler
 class=org.wso2.carbon.appmgt.gateway.handlers.ext.APIManagerCacheExtensionHandler/
 /handlers
 /api

 api xmlns=http://ws.apache.org/ns/synapse;
  name=_WSO2AMStatisticsAPI_
  transports=http
  context=/statistics
resource methods=GET url-mapping=/*
 inSequence
 log level=full/
 loopback/
 /inSequence
 outSequence
 send/
 /outSequence
/resource

  handlers

 handler class=org.wso2.carbon.appmgt.usage.publisher.UsageHandler/

 /handlers
 /api

 api xmlns=http://ws.apache.org/ns/synapse; name=_WSO2APPMTokenAPI_
 context=/token
 resource methods=POST url-mapping=/*
 inSequence
 send
 endpoint
 address uri=
 https://localhost:9443/appmoauth2/token/
 /endpoint
 /send
 /inSequence
 outSequence
 send/
 /outSequence
 /resource
 handlers
 handler
 class=org.wso2.carbon.appmgt.gateway.handlers.ext.APIManagerCacheExtensionHandler/
 /handlers
 /api






 --
 *Rushmin Fernando*
 *Technical Lead*

 WSO2 Inc. http://wso2.com/ - Lean . Enterprise . Middleware

 email : rush...@wso2.com
 mobile : +94772310855



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Malintha Amarasinghe
 Software Engineer
 *WSO2, Inc. - lean | enterprise | middleware*
 http://wso2.com/

 Mobile : +94 712383306




 --
 *Rushmin Fernando*
 *Technical Lead*

[Dev] ESBJAVA-2506 Integration test

2015-07-29 Thread Kevin Ratnasekera
Hi all,
Please review and merge following pr for $subject.
[1] https://github.com/wso2/product-esb/pull/258
Regards
Kevin
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Throttle mediator improvements

2015-07-17 Thread Kevin Ratnasekera
Hi all,
Please review and merge the following pr moving throttle core module to
Synapse Commons.
https://github.com/wso2/carbon-mediation/pull/293
https://github.com/wso2/wso2-synapse/pull/265
regards
Kevin


On Tue, Jul 7, 2015 at 11:17 AM, Kevin Ratnasekera ke...@wso2.com wrote:

 Hi all,
 With related to $subject, we did some changes related to carbon throttle
 core module. Currently there is no public git repository for this throttle
 core module which has distributed throttling features.
 So as a alternative, we are planning to move the throttle core module to
 Synapse Commons package with added improvements.
 Regards
 Kevin


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Jagath Ariyarathne

2015-07-16 Thread Kevin Ratnasekera
Congratulations Jagath 

On Thu, Jul 16, 2015 at 7:22 PM, Isuru Ranawaka isu...@wso2.com wrote:

 Congratulations Jagatha !!!

 On Thu, Jul 16, 2015 at 7:49 AM, Nadeeshaan Gunasinghe 
 nadeesh...@wso2.com wrote:


 Congratulations Jagath !!

*Nadeeshaan Gunasinghe*
 Software Engineer, WSO2 Inc. http://wso2.com
  +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
 #14e972386d8443f6_14e96e9c8b751498_
  http://www.facebook.com/nadeeshaan.gunasinghe
 http://lk.linkedin.com/in/nadeeshaan  http://twitter.com/Nadeeshaan
 http://nadeeshaan.blogspot.com/
 Get a signature like this:
 https://ws-stats.appspot.com/r?rdata=eyJydXJsIjogImh0dHA6Ly93d3cud2lzZXN0YW1wLmNvbS8/dXRtX3NvdXJjZT1leHRlbnNpb24mdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249cHJvbW9fNDUiLCAiZSI6ICJwcm9tb180NV9jbGljayJ9
  Click
 here!
 https://ws-stats.appspot.com/r?rdata=eyJydXJsIjogImh0dHA6Ly93d3cud2lzZXN0YW1wLmNvbS8/dXRtX3NvdXJjZT1leHRlbnNpb24mdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249cHJvbW9fNDUiLCAiZSI6ICJwcm9tb180NV9jbGljayJ9

 On Thu, Jul 16, 2015 at 6:09 PM, Senduran Balasubramaniyam 
 sendu...@wso2.com wrote:

 Congratulations Jagath !!

 On Thu, Jul 16, 2015 at 4:21 AM, Prabath Ariyarathna prabat...@wso2.com
  wrote:

 Congratulations Jagath .. !

 On Thu, Jul 16, 2015 at 2:40 PM, Dunith Dhanushka dun...@wso2.com
 wrote:

 Congrats Jagath!

 On Thu, Jul 16, 2015 at 1:43 PM, Chanaka Fernando chana...@wso2.com
 wrote:

 Congratulations JagathAR !!

 On Thu, Jul 16, 2015 at 1:40 PM, Viraj Senevirathne vir...@wso2.com
 wrote:

 Congrats, Jagath.

 Best Regards,

 On Thu, Jul 16, 2015 at 11:11 AM, Kasun Indrasiri ka...@wso2.com
 wrote:

 Hi devs,

 Its my pleasure to welcome Jagath Ariyarathne as a WSO2 Committer.
 Jagath, welcome aboard and keep up the good work!

 Thanks.

 --
 Kasun Indrasiri
 Software Architect
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 cell: +94 77 556 5206
 Blog : http://kasunpanorama.blogspot.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Viraj Senevirathne
 Software Engineer; WSO2, Inc.

 Mobile : +94 71 818 4742 %2B94%20%280%29%20773%20451194
 Email : vir...@wso2.com thili...@wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 --
 Chanaka Fernando
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 773337238
 Blog : http://soatutorials.blogspot.com
 LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0
 Twitter:https://twitter.com/chanakaudaya
 Wordpress:http://chanakaudaya.wordpress.com




 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Regards,

 Dunith Dhanushka,
 Senior Software Engineer - BAM,
 WSO2 Inc,

 Mobile - +94 71 8615744
 Blog - dunithd.wordpress.com http://blog.dunith.com
 Twitter - @dunithd http://twitter.com/dunithd

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *






 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Senduran *
 Software Engineer,
 WSO2, Inc.;  http://wso2.com/ http://wso2.com/
 Mobile: +94 77 952 6548

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Best Regards
 Isuru Ranawaka
 M: +94714629880
 Blog : http://isurur.blogspot.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ravindra Ranwala

2015-07-16 Thread Kevin Ratnasekera
Congratulations Ravindra :)

On Thu, Jul 16, 2015 at 11:49 PM, Kasun De Silva kas...@wso2.com wrote:

 Congratz Ravindra !!!

 *Kasun de Silva*
 Software Engineer | *WSO2 Inc.*; http://wso2.com
 lean.enterprise.middleware

 email   : kas...@wso2.com
 mobile : +94 77 794 4260


 On Thu, Jul 16, 2015 at 10:55 AM, Dimuthu De Lanerolle dimut...@wso2.com
 wrote:

 Congratulations Ravindra !!!

 On Thu, Jul 16, 2015 at 9:23 PM, Chamin Dias cham...@wso2.com wrote:

 Congratulations, Ravindra !!!

 On Thu, Jul 16, 2015 at 6:20 PM, Nadeeshaan Gunasinghe 
 nadeesh...@wso2.com wrote:


 Congrats Ravindra !!

*Nadeeshaan Gunasinghe*
 Software Engineer, WSO2 Inc. http://wso2.com
  +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
 #14e9818d6e09e979_14e98020369f053d_14e9792f8993f5eb_14e96ead1cf0eb1a_
  http://www.facebook.com/nadeeshaan.gunasinghe
 http://lk.linkedin.com/in/nadeeshaan  http://twitter.com/Nadeeshaan
   http://nadeeshaan.blogspot.com/
 Get a signature like this:
 https://ws-stats.appspot.com/r?rdata=eyJydXJsIjogImh0dHA6Ly93d3cud2lzZXN0YW1wLmNvbS8/dXRtX3NvdXJjZT1leHRlbnNpb24mdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249cHJvbW9fNDUiLCAiZSI6ICJwcm9tb180NV9jbGljayJ9
  Click
 here!
 https://ws-stats.appspot.com/r?rdata=eyJydXJsIjogImh0dHA6Ly93d3cud2lzZXN0YW1wLmNvbS8/dXRtX3NvdXJjZT1leHRlbnNpb24mdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249cHJvbW9fNDUiLCAiZSI6ICJwcm9tb180NV9jbGljayJ9

 On Thu, Jul 16, 2015 at 6:08 PM, Senduran Balasubramaniyam 
 sendu...@wso2.com wrote:

 Congratulations Ravindra !!!

 On Thu, Jul 16, 2015 at 4:21 AM, Prabath Ariyarathna 
 prabat...@wso2.com wrote:

 Congratulations Ravindra .. !

 On Thu, Jul 16, 2015 at 2:35 PM, Ravi Undupitiya r...@wso2.com
 wrote:

 Congrats Ravindra!!

 On Thu, Jul 16, 2015 at 1:54 PM, Shafreen Anfar shafr...@wso2.com
 wrote:

 Congratulations Ravindra .. !

 On Thu, Jul 16, 2015 at 1:49 PM, Malaka Silva mal...@wso2.com
 wrote:

 Congratulations Ravindra .. !

 On Thu, Jul 16, 2015 at 1:48 PM, Isuru Udana isu...@wso2.com
 wrote:

 Congratulations Ravindra..!

 On Thu, Jul 16, 2015 at 1:42 PM, Chanaka Fernando 
 chana...@wso2.com wrote:

 Congratulations Ravindra ...

 On Thu, Jul 16, 2015 at 1:39 PM, Viraj Senevirathne 
 vir...@wso2.com wrote:

 Congrats, Ravindra.

 Best Regards,

 On Thu, Jul 16, 2015 at 11:53 AM, Dilan Udara Ariyaratne 
 dil...@wso2.com wrote:

 Congratulations, Ravindra !!!

 Regards,
 Dilan.


 *Dilan U. Ariyaratne*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 Mobile: +94775149066
 lean . enterprise . middleware

 On Thu, Jul 16, 2015 at 11:25 AM, Kasun Indrasiri 
 ka...@wso2.com wrote:

 Hi devs,

 Its my pleasure to welcome Ravindra Ranwala as a
 WSO2 Committer.
 Ravindra, welcome aboard and keep up the good work!

 Thanks.

 --
 Kasun Indrasiri
 Software Architect
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 cell: +94 77 556 5206
 Blog : http://kasunpanorama.blogspot.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Viraj Senevirathne
 Software Engineer; WSO2, Inc.

 Mobile : +94 71 818 4742 %2B94%20%280%29%20773%20451194
 Email : vir...@wso2.com thili...@wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 --
 Chanaka Fernando
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 773337238
 Blog : http://soatutorials.blogspot.com
 LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0
 Twitter:https://twitter.com/chanakaudaya
 Wordpress:http://chanakaudaya.wordpress.com




 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Isuru Udana*
 Associate Technical Lead
 WSO2 Inc.; http://wso2.com
 email: isu...@wso2.com cell: +94 77 3791887
 blog: http://mytecheye.blogspot.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 Best Regards,

 Malaka Silva
 Senior Tech Lead
 M: +94 777 219 791
 Tel : 94 11 214 5345
 Fax :94 11 2145300
 Skype : malaka.sampath.silva
 LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
 Blog : http://mrmalakasilva.blogspot.com/

 WSO2, Inc.
 lean . enterprise . middleware
 http://www.wso2.com/
 http://www.wso2.com/about/team/malaka-silva/
 http://wso2.com/about/team/malaka-silva/

 Save a tree -Conserve nature  Save the world for your future.
 Print this email only if it is absolutely necessary.




 --
 Regards,
 *Shafreen*
 Software Engineer
 WSO2 Inc
 Mobile : 077-556-395-1




 --
 *Ravi Undupitiya*
 Senior Software Engineer; WSO2 http://wso2.com


 *E-mail: r...@wso2.com http://wso2.com**M: **+94 772 930 712
 

Re: [Dev] WSO2-uri-templates (1.6.4) public git repository

2015-07-07 Thread Kevin Ratnasekera
Hi Ravi,
I have added the fixes with this pull request. Please review and merge.
https://github.com/wso2/wso2-synapse/pull/247
Regards
Kevin

On Tue, Jul 7, 2015 at 6:38 PM, Ravi Undupitiya r...@wso2.com wrote:

 Hi Kevin/Sanjeewa,

 As per the discussion on this in the other thread, we have now moved
 wso2-uri-templates into synapse.
 https://github.com/wso2/wso2-synapse/pull/245


 Thanks,
 Ravi

 On Tue, Jun 9, 2015 at 2:33 PM, Sanjeewa Malalgoda sanje...@wso2.com
 wrote:

 AFAIR latest uri-template version is 1.6.5(released on svn). So we may
 need to get that to git and release(we may do as a part of commons).
 Please run all unit tests before merge fixes. Also add tests to cover
 your use case.

 Thanks,
 sanjeewa.

 On Tue, Jun 9, 2015 at 2:03 PM, Isuru Udana isu...@wso2.com wrote:

 Hi,

 1.6.4 version was released from svn.
 Is this available in somewhere in git ? Or else do we need to bring it
 into in git ?


 Thanks.


 On Tue, Jun 9, 2015 at 1:57 PM, Kevin Ratnasekera ke...@wso2.com
 wrote:

 Hi all,
 I need some fixes to be included with $subject with related to public
 jira[1]. Where can I find the released version of $subject?
 [1]https://wso2.org/jira/browse/ESBJAVA-3751
 Regards
 Kevin

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Isuru Udana*
 Associate Technical Lead
 WSO2 Inc.; http://wso2.com
 email: isu...@wso2.com cell: +94 77 3791887
 blog: http://mytecheye.blogspot.com/




 --

 *Sanjeewa Malalgoda*
 WSO2 Inc.
 Mobile : +94713068779

  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/
 http://sanjeewamalalgoda.blogspot.com/



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Ravi Undupitiya*
 Senior Software Engineer; WSO2 http://wso2.com


 *E-mail: r...@wso2.com http://wso2.com**M: **+94 772 930 712
 %2B94%C2%A0772%20930%20712*

 Lean . Enterprise . Middleware

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Throttle mediator improvements

2015-07-06 Thread Kevin Ratnasekera
Hi all,
With related to $subject, we did some changes related to carbon throttle
core module. Currently there is no public git repository for this throttle
core module which has distributed throttling features.
So as a alternative, we are planning to move the throttle core module to
Synapse Commons package with added improvements.
Regards
Kevin
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Maheeka Jayasuriya

2015-06-25 Thread Kevin Ratnasekera
Congratulations !!!

On Thu, Jun 25, 2015 at 5:38 PM, Nadeeshaan Gunasinghe nadeesh...@wso2.com
wrote:

 Congratz Maheeka..
 :)

 On Thu, Jun 25, 2015 at 5:37 PM, Prabath Ariyarathna prabat...@wso2.com
 wrote:

 Congratz Maheeka! :)

 On Wed, Jun 24, 2015 at 6:38 PM, eranda rajapaksha erand...@gmail.com
 wrote:

 Congratz Maheeka! :)

 On Wed, Jun 24, 2015 at 4:52 PM, Chamalee De Silva chama...@wso2.com
 wrote:

 Congrats Maheeka!

 On Wed, Jun 24, 2015 at 1:44 PM, Tharik Kanaka tha...@wso2.com wrote:

 Congradulations

 On Wed, Jun 24, 2015 at 1:20 PM, Isuru Ranawaka isu...@wso2.com
 wrote:

 Congrats !!!

 On Wed, Jun 24, 2015 at 10:40 AM, Viraj Senevirathne vir...@wso2.com
  wrote:

 Congratulations Maheeka .

 On Wed, Jun 24, 2015 at 10:36 AM, Dinithi De Silva 
 dinit...@wso2.com wrote:

 Congratzzz maheeka... :)

 On Wed, Jun 24, 2015 at 10:29 AM, Kasun Indrasiri ka...@wso2.com
 wrote:

 Hi devs,

 Its my pleasure to welcome Maheeka Jayasuriya as a WSO2 Committer.
 Maheeka, welcome aboard and keep up the good work!

 Thanks.
 --
 Kasun Indrasiri
 Software Architect
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 cell: +94 77 556 5206
 Blog : http://kasunpanorama.blogspot.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Dinithi De Silva*
 Associate Software Engineer, WSO2 Inc.
 m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
 | a: #20, Palm Grove, Colombo 03

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Viraj Senevirathne
 Software Engineer; WSO2, Inc.

 Mobile : +94 71 818 4742 %2B94%20%280%29%20773%20451194
 Email : vir...@wso2.com thili...@wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Best Regards
 Isuru Ranawaka
 M: +94714629880
 Blog : http://isurur.blogspot.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 *Tharik Kanaka*

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Thanks  Regards,

 *Chamalee De Silva*
 Software Engineer
 *WS**O2* Inc. .:http://wso2.com
 lean *.* enterprise *.* middleware

 Office   :- *+94 11 2145345 %2B94%2011%202145345*
 mobile  :- *+94 7 %2B94%2077%2027820391 4315942*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Eranda Rajapakshe*
 Computer Science and Engineering Undergraduate,
 University of Moratuwa.
 Tel : +94784822608
 Email : erand...@gmail.com eran...@wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *






 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2-uri-templates (1.6.4) public git repository

2015-06-09 Thread Kevin Ratnasekera
Hi all,
I need some fixes to be included with $subject with related to public
jira[1]. Where can I find the released version of $subject?
[1]https://wso2.org/jira/browse/ESBJAVA-3751
Regards
Kevin
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] TestNG exception when running integration testing for Product ESB ( test-other package ))

2015-05-12 Thread Kevin Ratnasekera
Hi all,
org.testng.TestNGException:
org.wso2.carbon.esb.contenttype.json.FilterFromJSONPathTestCase.testJSONFilterFromJSONPathConditionFalseTestScenario()
is depending on method public void
org.wso2.carbon.esb.contenttype.json.FilterFromJSONPathTestCase.testJSONFilterFromJSONPathConditionTrueTestScenario()
throws java.lang.Exception, which is not annotated with @Test

I am running integration tests on  java version 1.7. The failing test
methods are depended on other methods. ( dependsOnMethods ) The classes
which does not include depended test methods pass successfully.
Regards
Kevin
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] TestNG exception when running integration testing for Product ESB ( test-other package ))

2015-05-12 Thread Kevin Ratnasekera
Hi Saneth,
These are the two test case methods related to the exception,


@Test(groups = {wso2.esb}, description = Tests with filter mediator
- JSON path Scenario - Filter condition true , enabled=false)
public void testJSONFilterFromJSONPathConditionTrueTestScenario()
throws Exception {

String JSON_PAYLOAD = {\album\:\Hello\,\singer\:\Peter\};

WebResource webResource = client
.resource(getProxyServiceURLHttp(JSONPathFilterWithJSONProxy));

// sending post request
ClientResponse postResponse = webResource.type(application/json)
.post(ClientResponse.class, JSON_PAYLOAD);

assertEquals(postResponse.getType().toString(),
application/json, Content-Type Should be application/json);
assertEquals(postResponse.getStatus(), 201, Response status
should be 201);

// Calling the GET request to verify Added album details
ClientResponse getResponse = webResource.type(application/json)
.get(ClientResponse.class);

assertNotNull(getResponse, Received Null response for while
getting Music album details);
assertEquals(getResponse.getEntity(String.class), JSON_PAYLOAD,
Response mismatch for HTTP Get call);
}


@Test(groups = {wso2.esb}, description = Tests with filter mediator
- JSON path Scenario Filter condition False,
dependsOnMethods =
testJSONFilterFromJSONPathConditionTrueTestScenario)
public void testJSONFilterFromJSONPathConditionFalseTestScenario()
throws Exception {

String JSON_PAYLOAD = {\album\:\Moon\,\singer\:\Peter\};

WebResource webResource = client
.resource(getProxyServiceURLHttp(FilterWithJSONProxy));

// sending post request
ClientResponse postResponse = webResource.type(application/json)
.post(ClientResponse.class, JSON_PAYLOAD);

assertEquals(postResponse.getStatus(), 202, Response status
should be 202);
}

Thanks
Regards
Kevin

On Tue, May 12, 2015 at 1:43 PM, Saneth Dharmakeerthi sane...@wso2.com
wrote:

 Hi Kevin,

 Please share the full test case with us.

 Thanks and Best Regards,

 Saneth Dharmakeerthi
 Senior Software Engineer
 WSO2, Inc.
 Mobile: +94772325511

 On Tue, May 12, 2015 at 12:24 PM, Kevin Ratnasekera ke...@wso2.com
 wrote:

 Hi all,
 org.testng.TestNGException:
 org.wso2.carbon.esb.contenttype.json.FilterFromJSONPathTestCase.testJSONFilterFromJSONPathConditionFalseTestScenario()
 is depending on method public void
 org.wso2.carbon.esb.contenttype.json.FilterFromJSONPathTestCase.testJSONFilterFromJSONPathConditionTrueTestScenario()
 throws java.lang.Exception, which is not annotated with @Test

 I am running integration tests on  java version 1.7. The failing test
 methods are depended on other methods. ( dependsOnMethods ) The classes
 which does not include depended test methods pass successfully.
 Regards
 Kevin


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] TestNG exception when running integration testing for Product ESB ( test-other package ))

2015-05-12 Thread Kevin Ratnasekera
Thanks all, was able to successfully run the integrations tests with the
changes suggested.
Regards
Kevin

On Tue, May 12, 2015 at 2:17 PM, Irham Iqbal iq...@wso2.com wrote:

 Hi Kevin,

 Your test method testJSONFilterFromJSONPathConditionFalseTestScenario()
 has dependsOnMethods =
 testJSONFilterFromJSONPathConditionTrueTestScenario that makes your
 test method testJSONFilterFromJSONPathConditionFalseTestScenario() depends
 on testJSONFilterFromJSONPathConditionTrueTestScenario() method. Since
 you have enabled=false your first method it won't run. Your second test
 method will only run after that. Because of that you're getting that
 exception.

 Thanks,
 Iqbal



 On Tue, May 12, 2015 at 2:07 PM, Waruna Perera waru...@wso2.com wrote:

 Hi Kevin,

 Are those only failing when run together or even as individual runs?



 On Tue, May 12, 2015 at 1:48 PM, Kevin Ratnasekera ke...@wso2.com
 wrote:

 Hi Saneth,
 These are the two test case methods related to the exception,


 @Test(groups = {wso2.esb}, description = Tests with filter mediator - 
 JSON path Scenario - Filter condition true , enabled=false)
 public void testJSONFilterFromJSONPathConditionTrueTestScenario() throws 
 Exception {

 String JSON_PAYLOAD = {\album\:\Hello\,\singer\:\Peter\};

 WebResource webResource = client
 
 .resource(getProxyServiceURLHttp(JSONPathFilterWithJSONProxy));

 // sending post request
 ClientResponse postResponse = webResource.type(application/json)
 .post(ClientResponse.class, JSON_PAYLOAD);

 assertEquals(postResponse.getType().toString(), application/json, 
 Content-Type Should be application/json);
 assertEquals(postResponse.getStatus(), 201, Response status should be 
 201);

 // Calling the GET request to verify Added album details
 ClientResponse getResponse = webResource.type(application/json)
 .get(ClientResponse.class);

 assertNotNull(getResponse, Received Null response for while getting 
 Music album details);
 assertEquals(getResponse.getEntity(String.class), JSON_PAYLOAD, 
 Response mismatch for HTTP Get call);
 }


 @Test(groups = {wso2.esb}, description = Tests with filter mediator - 
 JSON path Scenario Filter condition False,
 dependsOnMethods = 
 testJSONFilterFromJSONPathConditionTrueTestScenario)
 public void testJSONFilterFromJSONPathConditionFalseTestScenario() throws 
 Exception {

 String JSON_PAYLOAD = {\album\:\Moon\,\singer\:\Peter\};

 WebResource webResource = client
 .resource(getProxyServiceURLHttp(FilterWithJSONProxy));

 // sending post request
 ClientResponse postResponse = webResource.type(application/json)
 .post(ClientResponse.class, JSON_PAYLOAD);

 assertEquals(postResponse.getStatus(), 202, Response status should be 
 202);
 }

 Thanks
 Regards
 Kevin

 On Tue, May 12, 2015 at 1:43 PM, Saneth Dharmakeerthi sane...@wso2.com
 wrote:

 Hi Kevin,

 Please share the full test case with us.

 Thanks and Best Regards,

 Saneth Dharmakeerthi
 Senior Software Engineer
 WSO2, Inc.
 Mobile: +94772325511

 On Tue, May 12, 2015 at 12:24 PM, Kevin Ratnasekera ke...@wso2.com
 wrote:

 Hi all,
 org.testng.TestNGException:
 org.wso2.carbon.esb.contenttype.json.FilterFromJSONPathTestCase.testJSONFilterFromJSONPathConditionFalseTestScenario()
 is depending on method public void
 org.wso2.carbon.esb.contenttype.json.FilterFromJSONPathTestCase.testJSONFilterFromJSONPathConditionTrueTestScenario()
 throws java.lang.Exception, which is not annotated with @Test

 I am running integration tests on  java version 1.7. The failing test
 methods are depended on other methods. ( dependsOnMethods ) The classes
 which does not include depended test methods pass successfully.
 Regards
 Kevin


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Waruna Perera
 Senior Software Engineer - Test Automation
 Mobile: +94 77 3867037
 WSO2, Inc.; http://wso2.com/
 lean . enterprise . middlewear.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Irham Iqbal
 Software Engineer - Test Automation
  WSO2, Inc.: http://wso2.com
 lean. enterprise. middleware
 phone: +94 777888452

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Get end point url of Mailman API 3.0

2015-03-30 Thread Kevin Ratnasekera
Hi Vaani,
If you have properly installed mailman locally, type mailman info in the
terminal this will give you output
kevin@kevin-VAIO:~$ mailman info
GNU Mailman 3.0.0b4 (Time and Motion)
Python 2.7.8 (default, Oct 20 2014, 15:05:19)
[GCC 4.9.1]
config file: /home/kevin/var/etc/mailman.cfg
db url: sqlite:home/kevin/var/data/mailman.db
devmode: DISABLED
REST root url: http://localhost:8001/3.0/
REST credentials: restadmin:restpass

REST root url: gives you the local endpoint. if you have troubles in
installing mailman let me know.
Regards
Kevin

On Mon, Mar 30, 2015 at 11:12 AM, Sriashalya Srivathsan asha...@wso2.com
wrote:

 Hi  vaani,
 For the above you need bazar installation
 http://wiki.bazaar.canonical.com/Download

 On Mon, Mar 30, 2015 at 11:07 AM, Sriashalya Srivathsan asha...@wso2.com
 wrote:

 Hi Vaani,
 I think there is a problem with the way you start the corresponding
 server. Can you please go through the following

 https://pythonhosted.org/mailman/src/mailman/docs/WebUIin5.html#start-the-development-server

 On Mon, Mar 23, 2015 at 3:12 PM, Keerthika Mahendralingam 
 keerth...@wso2.com wrote:

 Hi Vani,
 Please have a look in the following doc.

 https://help.ubuntu.com/community/Mailman
 https://www.google.com/url?q=https%3A%2F%2Fhelp.ubuntu.com%2Fcommunity%2FMailmansa=Dsntz=1usg=AFQjCNGW_VoSbthKsUfUfn6hn62ShcRUGA

 On Mon, Mar 23, 2015 at 2:35 PM, Vanii Thiyagarajah va...@wso2.com
 wrote:

 Hi Sriashalya!

 In mailman api we have to set the end point url locally.This is the doc
 for Mailman api set up guide
 https://fedorahosted.org/hyperkitty/wiki/DevelopmentSetupGuide.

 Thank you.





 On Mon, Mar 23, 2015 at 2:00 PM, Sriashalya Srivathsan 
 asha...@wso2.com wrote:

 Hi Vaani,
 Can you share the end point that you struggled and related stuff.



 Thank you.

 On Mon, Mar 23, 2015 at 12:29 PM, Vanii Thiyagarajah va...@wso2.com
 wrote:

 Hi all,

 I am reviewing the mailman connector3.0 done by wso2 trainees.I
 couldn't set mailman end url in my local machine. Have anyone worked on
 similar thing?

 Thank you.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 S.Sriashalya,
 Associate Software Engineer,
 WSO2.



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 dev-requ...@wso2.org
 Keerthika Mahendralingam
 Associate Software Engineer
 Mobile :+94 (0) 776 121144
 keerth...@wso2.com
 WSO2, Inc.
 lean . enterprise . middleware




 --
 S.Sriashalya,
 Associate Software Engineer,
 WSO2.




 --
 S.Sriashalya,
 Associate Software Engineer,
 WSO2.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC Proposal 12: Mediation Debugger for WSO2 ESB

2014-03-22 Thread Kevin Ratnasekera
I've submit the proposal for Mediation debugger for WSO2 ESB project at
google-melange.

Here is the link,
https://www.google-melange.com/gsoc/proposal/review/student/google/gsoc2014/djkevincr/5629499534213120
regards
Kevin



On Tue, Mar 18, 2014 at 10:31 PM, Kevin Ratnasekera djkevincr1...@gmail.com
 wrote:

 Hi all,
 I am Kevin Ratnasekera, 3rd Year Computer Science Engineering
 Undergraduate of University of Moratuwa. I would like to participate this
 year GSOC under WSO2 and  I am interested in doing the above mentioned
 project. In last few weeks i have been researching  about project a lot
 because as this is one of those projects involves, one of main products
 WSO2 ESB and development tool WSO2 Developer studio.

 Even though it has not been clearly mentioned in the required skills in
 the project, what I have gathered it is necessary to use a existing debug
 framework for this as developer studio is integrated to the Eclipse,
 existing Eclipse debug framework with a little bit of extension, seems to
 be the best option.

 Adding debug capability to a new language using a existing debug framework
 is some thing that really interesting things I have ever come across. How
 language interpreter ( virtual machine, compiler run-time, execution engine
 or interface ) is altered to add debugging support is one of the
 complicated things challenge me. So adding debugging support to WSO2 ESB
 message mediation flow is even more challenging to me, also at first I had
 no clue. So I have been researching a lot to find the feasibility of doing
 the project. Defining the project scope accordingly, with lot of hard
 working and great support it seems to be feasible in doing the project in
 given time frame.

 So I will come up with a draft proposal in next few days, and I am
 expecting some feedback to make sure whether I am heading towards the right
 direction so that I can improve in  few days left.

 Regards
 Kevin



___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] GSOC Proposal 12: Mediation Debugger for WSO2 ESB

2014-03-18 Thread Kevin Ratnasekera
Hi all,
I am Kevin Ratnasekera, 3rd Year Computer Science Engineering Undergraduate
of University of Moratuwa. I would like to participate this year GSOC under
WSO2 and  I am interested in doing the above mentioned project. In last few
weeks i have been researching  about project a lot because as this is one
of those projects involves, one of main products WSO2 ESB and development
tool WSO2 Developer studio.

Even though it has not been clearly mentioned in the required skills in the
project, what I have gathered it is necessary to use a existing debug
framework for this as developer studio is integrated to the Eclipse,
existing Eclipse debug framework with a little bit of extension, seems to
be the best option.

Adding debug capability to a new language using a existing debug framework
is some thing that really interesting things I have ever come across. How
language interpreter ( virtual machine, compiler run-time, execution engine
or interface ) is altered to add debugging support is one of the
complicated things challenge me. So adding debugging support to WSO2 ESB
message mediation flow is even more challenging to me, also at first I had
no clue. So I have been researching a lot to find the feasibility of doing
the project. Defining the project scope accordingly, with lot of hard
working and great support it seems to be feasible in doing the project in
given time frame.

So I will come up with a draft proposal in next few days, and I am
expecting some feedback to make sure whether I am heading towards the right
direction so that I can improve in  few days left.

Regards
Kevin
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev