Re: [Dev] Hazelcast error while shutting down server

2014-10-16 Thread Sameera Jayasoma
+1

try {
lock.unlock();
} catch (HazelcastInstanceNotActiveException e) {

if(!ServerStatus.STATUS_SHUTTING_DOWN.equals(ServerStatus.getCurrentStatus())){
log.error(Could not release Hazelcast
coordinator lock, e);
}
// Ignoring this exception if the server is
shutting down.
}

On Thu, Oct 16, 2014 at 11:08 AM, Afkham Azeez az...@wso2.com wrote:

 Can do the same thing, and catch the exception on lock as well, and ignore
 if the status is SHUTTING_DOWN


 On Thu, Oct 16, 2014 at 11:06 AM, Sameera Jayasoma same...@wso2.com
 wrote:

 Hi Azeez,

 This exception does not get logged in the coordinator node, only in all
 other nodes. So this error happens when they are blocked to get the
 distributed lock. Yeah we can implement your suggestion for the unlock
 scenario, but for the lock scenario we still don't have a solution other
 than ignoring the exception.

 Thanks,
 Sameera.

 On Thu, Oct 16, 2014 at 9:19 AM, Afkham Azeez az...@wso2.com wrote:

 There is a method to check in CarbonKernel if the server is shutting
 down. It sets the SHUTTING_DOWN status or something like that. So what we
 could do is this;

 * try {*
 *lock.unlock();*
 *} catch (HazelcastInstanceNotActiveException e) {*
 *   if(!server.getStatus().equal(SHUTTING_DOWN){*
 * log.error(Could not release Hazelcast
 coordinator lock, e);*
 *   }*
 *// Ignore this exception if the server is
 shutting down https://wso2.org/jira/browse/CARBON-14887*
 *}*

 On Thu, Oct 16, 2014 at 1:04 AM, Sameera Jayasoma same...@wso2.com
 wrote:

 How about ignoring this exception for the moment. This is an harmless
 error log it seems. Until we find a proper way to fix this we can ignore
 this exception. This exception occurs during the server shutdown and it
 does not do any harm.

 ILock lock =
 primaryHazelcastInstance.getLock(HazelcastConstants.CLUSTER_COORDINATOR_LOCK);
 try {
 lock.lock();
 isCoordinator = true;
 log.info(Elected this member [ +
 primaryHazelcastInstance.getCluster().getLocalMember().getUuid() + ]  +
 as the Coordinator for the cluster [ +
 carbonLocalMember.getDomain() + ]);

 // Notify all OSGi services which are waiting for
 this member to become the coordinator
 ListCoordinatedActivity coordinatedActivities =
 CarbonCoreDataHolder.getInstance().getCoordinatedActivities();
 for (CoordinatedActivity coordinatedActivity :
 coordinatedActivities) {
 coordinatedActivity.execute();
 }
 *} catch (HazelcastInstanceNotActiveException ignored)
 {*
 *// Ignoring this exception as a workaround to
 https://wso2.org/jira/browse/CARBON-14887
 https://wso2.org/jira/browse/CARBON-14887*
 *} finally {*
 *try {*
 *lock.unlock();*
 *} catch (HazelcastInstanceNotActiveException e) {*
 *// Ignoring this exception as a workaround to
 https://wso2.org/jira/browse/CARBON-14887
 https://wso2.org/jira/browse/CARBON-14887*
 *}*
 *}*

 On Tue, Oct 14, 2014 at 11:07 PM, Aruna Karunarathna ar...@wso2.com
 wrote:

 Hi Azeez,

 We are currently doing testing in carbon 4.3.0 with the latest
 hazelcast 3.2.6 upgrade. And when shutting down a server using (ctrl +c )
 following error occurred.
 This was reported earlier also here [1] in carbon 4.2.0.

 Exception in thread Cluster [wso2.as.domain] coordinator elector
 thread com.hazelcast.core.HazelcastInstanceNotActiveException: Hazelcast
 instance is not active!
 at
 com.hazelcast.spi.impl.BasicOperationService.shutdown(BasicOperationService.java:749)
 at
 com.hazelcast.spi.impl.NodeEngineImpl.shutdown(NodeEngineImpl.java:347)
 at com.hazelcast.instance.Node.shutdown(Node.java:420)
 at
 com.hazelcast.instance.Node$NodeShutdownHookThread.run(Node.java:507)
 at -- End remote and begin local stack-trace --.(Unknown
 Source)
 at
 com.hazelcast.spi.impl.BasicInvocation$InvocationFuture.resolveResponse(BasicInvocation.java:869)
 at
 com.hazelcast.spi.impl.BasicInvocation$InvocationFuture.resolveResponseOrThrowException(BasicInvocation.java:802)
 at
 com.hazelcast.spi.impl.BasicInvocation$InvocationFuture.get(BasicInvocation.java:698)
 at
 com.hazelcast.spi.impl.BasicInvocation$InvocationFuture.get(BasicInvocation.java:676)
 at
 com.hazelcast.spi.impl.BasicInvocation$InvocationFuture.getSafely(BasicInvocation.java:689)
 at
 com.hazelcast.concurrent.lock.LockProxySupport.lock(LockProxySupport.java:80)
 at
 

Re: [Dev] Could not find artifact org.wso2.carbon:org.wso2.carbon.identity.sso.agent:jar:1.3.0 in wso2-nexus

2014-10-16 Thread Supun Malinga
Hi,

We need to add the saml sso agent into a common place to fix this.. IS team
pls note..

thanks,


On Wed, Oct 15, 2014 at 11:25 AM, Niranda Perera nira...@wso2.com wrote:

 Hi,

 Did you apply patches (if there are any)? I've had the symbol not found
 errors when I haven't applied the patches.

 Rgds

 On Wed, Oct 15, 2014 at 11:22 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Hi,

 I am trying to build org.wso2.carbon.webapp.mgt [1] and I get the
 following error.

 [ERROR] Failed to execute goal on project org.wso2.carbon.webapp.mgt:
 Could not resolve dependencies for project
 org.wso2.carbon:org.wso2.carbon.webapp.mgt:bundle:4.3.0-SNAPSHOT: Could not
 find artifact org.wso2.carbon:org.wso2.carbon.identity.sso.agent:jar:1.3.0
 in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 - [Help 1]
 [ERROR]


 I tried with org.wso2.carbon:org.wso2.carbon.identity.sso.agent
 1.3.0-SNAPSHOT which is there in wso2-nexus. Got the following errors,


 [INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @
 org.wso2.carbon.webapp.mgt ---
 [INFO] Compiling 44 source files to
 /home/kalpa/mw/carbon-deployment/components/webapp-mgt/org.wso2.carbon.webapp.mgt/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/kalpa/mw/carbon-deployment/components/webapp-mgt/org.wso2.carbon.webapp.mgt/src/main/java/org/wso2/carbon/webapp/mgt/sso/SAMLSSOValve.java:[63,44]
 cannot find symbol
 symbol  : method getConfigs()
 location: class org.wso2.carbon.identity.sso.agent.saml.SAML2SSOManager

 [ERROR]
 /home/kalpa/mw/carbon-deployment/components/webapp-mgt/org.wso2.carbon.webapp.mgt/src/main/java/org/wso2/carbon/webapp/mgt/sso/SAMLSSOValve.java:[78,33]
 cannot find symbol
 symbol  : constructor
 SAML2SSOManager(org.wso2.carbon.identity.sso.agent.util.SSOAgentConfigs)
 location: class org.wso2.carbon.identity.sso.agent.saml.SAML2SSOManager

 [ERROR]
 /home/kalpa/mw/carbon-deployment/components/webapp-mgt/org.wso2.carbon.webapp.mgt/src/main/java/org/wso2/carbon/webapp/mgt/sso/SAMLSSOValve.java:[147,46]
 getAccessToken(javax.servlet.http.HttpServletRequest) in
 org.wso2.carbon.identity.sso.agent.oauth2.SAML2GrantAccessTokenRequestor
 cannot be applied to
 (org.apache.catalina.connector.Request,org.wso2.carbon.identity.sso.agent.util.SSOAgentConfigs)



 Appreciate any help to get this solved.

 [1]
 https://github.com/wso2-dev/carbon-deployment/tree/master/components/webapp-mgt/org.wso2.carbon.webapp.mgt


 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Niranda Perera*
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44 https://twitter.com/N1R44

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




-- 
Supun Malinga,

Senior Software Engineer,
WSO2 Inc.
http://wso2.com
email: sup...@wso2.com sup...@wso2.com
mobile: +94 (0)71 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Could not find artifact org.wso2.carbon:org.wso2.carbon.identity.sso.agent:jar:1.3.0 in wso2-nexus

2014-10-16 Thread Supun Malinga
Hi IS folks,

Can you point where the agent code is at in git right now ?..

thanks,

On Thu, Oct 16, 2014 at 11:48 AM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 We need to add the saml sso agent into a common place to fix this.. IS
 team pls note..

 thanks,


 On Wed, Oct 15, 2014 at 11:25 AM, Niranda Perera nira...@wso2.com wrote:

 Hi,

 Did you apply patches (if there are any)? I've had the symbol not found
 errors when I haven't applied the patches.

 Rgds

 On Wed, Oct 15, 2014 at 11:22 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Hi,

 I am trying to build org.wso2.carbon.webapp.mgt [1] and I get the
 following error.

 [ERROR] Failed to execute goal on project org.wso2.carbon.webapp.mgt:
 Could not resolve dependencies for project
 org.wso2.carbon:org.wso2.carbon.webapp.mgt:bundle:4.3.0-SNAPSHOT: Could not
 find artifact org.wso2.carbon:org.wso2.carbon.identity.sso.agent:jar:1.3.0
 in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 - [Help 1]
 [ERROR]


 I tried with org.wso2.carbon:org.wso2.carbon.identity.sso.agent
 1.3.0-SNAPSHOT which is there in wso2-nexus. Got the following errors,


 [INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @
 org.wso2.carbon.webapp.mgt ---
 [INFO] Compiling 44 source files to
 /home/kalpa/mw/carbon-deployment/components/webapp-mgt/org.wso2.carbon.webapp.mgt/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/kalpa/mw/carbon-deployment/components/webapp-mgt/org.wso2.carbon.webapp.mgt/src/main/java/org/wso2/carbon/webapp/mgt/sso/SAMLSSOValve.java:[63,44]
 cannot find symbol
 symbol  : method getConfigs()
 location: class org.wso2.carbon.identity.sso.agent.saml.SAML2SSOManager

 [ERROR]
 /home/kalpa/mw/carbon-deployment/components/webapp-mgt/org.wso2.carbon.webapp.mgt/src/main/java/org/wso2/carbon/webapp/mgt/sso/SAMLSSOValve.java:[78,33]
 cannot find symbol
 symbol  : constructor
 SAML2SSOManager(org.wso2.carbon.identity.sso.agent.util.SSOAgentConfigs)
 location: class org.wso2.carbon.identity.sso.agent.saml.SAML2SSOManager

 [ERROR]
 /home/kalpa/mw/carbon-deployment/components/webapp-mgt/org.wso2.carbon.webapp.mgt/src/main/java/org/wso2/carbon/webapp/mgt/sso/SAMLSSOValve.java:[147,46]
 getAccessToken(javax.servlet.http.HttpServletRequest) in
 org.wso2.carbon.identity.sso.agent.oauth2.SAML2GrantAccessTokenRequestor
 cannot be applied to
 (org.apache.catalina.connector.Request,org.wso2.carbon.identity.sso.agent.util.SSOAgentConfigs)



 Appreciate any help to get this solved.

 [1]
 https://github.com/wso2-dev/carbon-deployment/tree/master/components/webapp-mgt/org.wso2.carbon.webapp.mgt


 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Niranda Perera*
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44 https://twitter.com/N1R44

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




 --
 Supun Malinga,

 Senior Software Engineer,
 WSO2 Inc.
 http://wso2.com
 email: sup...@wso2.com sup...@wso2.com
 mobile: +94 (0)71 56 91 321




-- 
Supun Malinga,

Senior Software Engineer,
WSO2 Inc.
http://wso2.com
email: sup...@wso2.com sup...@wso2.com
mobile: +94 (0)71 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [APIM] Please commit the patch

2014-10-16 Thread Abimaran Kugathasan
Hi Nuwan,


Please commit the attached patch for JIRA[1]

[1] : https://wso2.org/jira/browse/APIMANAGER-1932

-- 
Thanks
Abimaran Kugathasan

Software Engineer | WSO2 Inc
Data  APIs Technologies Team
Mobile : +94 77 1708229

http://stackoverflow.com/users/515034
http://lk.linkedin.com/in/abimaran  http://www.lkabimaran.blogspot.com/
https://github.com/abimaran  https://twitter.com/abimaran
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issue in Kafka producer load testing

2014-10-16 Thread Kathees Rajendram
Hi Kasun,

I have tested Kafka producer side of Kafka ESB connector and shared the
document[1].
Kafka inbound throughput average is around 1/s.Current Kafka inbound
implementation has a limitation that we cannot reduce the time interval
less than 1000 ms.

[1] -
https://docs.google.com/a/wso2.com/spreadsheets/d/1LrzxDh98V8PBfXctQ6v6MWZitCKg9Bm41ju5gHZTNWE/edit?usp=sharing

Thanks,
Kathees

On Thu, Oct 16, 2014 at 10:02 AM, Kasun Indrasiri ka...@wso2.com wrote:

 Hi Kathees,

 Can you please share the performance stats for consumer and producer side
 of the Kafka inbound and connector please.

 On Mon, Oct 6, 2014 at 10:29 AM, Kathees Rajendram kath...@wso2.com
 wrote:

 Hi Dushan,

 Yes I set it. Reason for this issue is that producer connection was not
 closed properly. Now number of open file limit is enough.

 Thanks,
 Kathees

 On Sun, Oct 5, 2014 at 7:43 PM, Dushan Abeyruwan dus...@wso2.com wrote:

 ulimit ?

 have you set them in your OS

 On Sat, Oct 4, 2014 at 8:48 PM, Kathees Rajendram kath...@wso2.com
 wrote:


 Hi,

 I tried to send 5000 messages to Kafka broker using Jmeter ( 10 thread
 and 500 messages per a thread,one message size is 105 byes). After 2000
 messages I am getting the following exception.
 Exception shows Too many open files error.So I changed to increase
 no. of open files limit on my machine.


 http://askubuntu.com/questions/162229/how-do-i-increase-the-open-files-limit-for-a-non-root-user

 and changed buffer size (socket.request.max.bytes) value in
 server.properties file  but still I am getting same exception.

 What is the cause for this issue?


 [2014-10-03 12:31:07,051] ERROR - Utils$ fetching topic metadata for
 topics [Set(test1)] from broker
 [ArrayBuffer(id:0,host:localhost,port:9092)] failed
 kafka.common.KafkaException: fetching topic metadata for topics
 [Set(test1)] from broker [ArrayBuffer(id:0,host:localhost,port:9092)] 
 failed
 at
 kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.scala:67)
 at
 kafka.producer.BrokerPartitionInfo.updateInfo(BrokerPartitionInfo.scala:82)
 at
 kafka.producer.async.DefaultEventHandler$$anonfun$handle$2.apply$mcV$sp(DefaultEventHandler.scala:78)
 at kafka.utils.Utils$.swallow(Utils.scala:167)
 at kafka.utils.Logging$class.swallowError(Logging.scala:106)
 at kafka.utils.Utils$.swallowError(Utils.scala:46)
 at
 kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:78)
 at kafka.producer.Producer.send(Producer.scala:76)
 at kafka.javaapi.producer.Producer.send(Producer.scala:33)
 at org.wso2.carbon.connector.KafkaProduce.send(KafkaProduce.java:71)
 at
 org.wso2.carbon.connector.KafkaProduce.connect(KafkaProduce.java:28)
 at
 org.wso2.carbon.connector.core.AbstractConnector.mediate(AbstractConnector.java:32)
 at
 org.apache.synapse.mediators.ext.ClassMediator.mediate(ClassMediator.java:78)
 at
 org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:77)
 at
 org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:47)
 at
 org.apache.synapse.mediators.template.TemplateMediator.mediate(TemplateMediator.java:77)
 at
 org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:129)
 at
 org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:78)
 at
 org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:77)
 at
 org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:47)
 at
 org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:131)
 at
 org.apache.synapse.core.axis2.ProxyServiceMessageReceiver.receive(ProxyServiceMessageReceiver.java:166)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
 at
 org.apache.synapse.transport.passthru.ServerWorker.processNonEntityEnclosingRESTHandler(ServerWorker.java:344)
 at
 org.apache.synapse.transport.passthru.ServerWorker.processEntityEnclosingRequest(ServerWorker.java:385)
 at
 org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:183)
 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)
 Caused by: java.net.SocketException: Too many open files
 at sun.nio.ch.Net.socket0(Native Method)
 at sun.nio.ch.Net.socket(Net.java:423)
 at sun.nio.ch.Net.socket(Net.java:416)
 at sun.nio.ch.SocketChannelImpl.init(SocketChannelImpl.java:104)
 at
 sun.nio.ch.SelectorProviderImpl.openSocketChannel(SelectorProviderImpl.java:60)
 at java.nio.channels.SocketChannel.open(SocketChannel.java:142)
 at kafka.network.BlockingChannel.connect(BlockingChannel.scala:48)
 at 

[Dev] Support needed | Siddhi query to get the data different in event table and a stream using join.

2014-10-16 Thread Saneth Dharmakeerthi
Hi,

I am writing a Siddhi query to get the un-purchased books from an  event
table that has all  the books and a stream that contains  the already
bought books.

my quarry is like  this;

*userboughtbooks: *Stream that contains  the already bought books
*bookGroupTable: *Table that has all  the books
*RecommendationsOutputDataStream: *Out  put stream that contains  all
un-purchased books.

from userboughtbooks#window.time(10 min) join bookGroupTable
on  bookGroupTable.book_id  != userboughtbooks.book_id
select bookGroupTable.book_id
insert into RecommendationsOutputDataStream

1. when  userboughtbooks has one element it gives the correct result.

userboughtbooks: book1
bookGroupTable: book1, book2, book3, book4
RecommendationsOutputDataStream: book2, book3, book4

2. but  userboughtbooks has more than one element  gives the out put like
follows

userboughtbooks: book1, book2
bookGroupTable: book1, book2, book3, book4
RecommendationsOutputDataStream: book1,book2,book3,book3,book4,book4

I think behaviour of [2] , because of joining with  more than one element.

Is there a recommended way to accomplish this task?



Thanks and Best Regards,

Saneth Dharmakeerthi
Senior Software Engineer
WSO2, Inc.
Mobile: +94772325511
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DEV][CEP] The role of StreamId when publishing to BAM and CEP

2014-10-16 Thread Chamila De Alwis
Hi,

AFAIU the streamID and the timestamp is added as String and Long attributes
to the data stream when publishing to CEP and BAM through Thrift.

From the receiver's side how are these fields used? Is the streamID
generated from the stream name and the version at the receiver's end, and
then used to classify the data or do we need to add the generated stream ID
from the publisher's end at defineStream?

Regards,
Chamila de Alwis
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Support needed | Siddhi query to get the data different in event table and a stream using join.

2014-10-16 Thread Rajeev Sampath
Hi,

On Thu, Oct 16, 2014 at 12:07 PM, Saneth Dharmakeerthi sane...@wso2.com
wrote:

 Hi,

 I am writing a Siddhi query to get the un-purchased books from an  event
 table that has all  the books and a stream that contains  the already
 bought books.

 my quarry is like  this;

 *userboughtbooks: *Stream that contains  the already bought books
 *bookGroupTable: *Table that has all  the books
 *RecommendationsOutputDataStream: *Out  put stream that contains  all
 un-purchased books.

 from userboughtbooks#window.time(10 min) join bookGroupTable
 on  bookGroupTable.book_id  != userboughtbooks.book_id
 select bookGroupTable.book_id
 insert into RecommendationsOutputDataStream

 1. when  userboughtbooks has one element it gives the correct result.

 userboughtbooks: book1
 bookGroupTable: book1, book2, book3, book4
 RecommendationsOutputDataStream: book2, book3, book4

 2. but  userboughtbooks has more than one element  gives the out put like
 follows

 userboughtbooks: book1, book2
 bookGroupTable: book1, book2, book3, book4
 RecommendationsOutputDataStream: book1,book2,book3,book3,book4,book4

 I think behaviour of [2] , because of joining with  more than one element.

 Is there a recommended way to accomplish this task?



As a workaround to solve this, you can add another query to check whether
each output of recommendations stream exists in the table and then output
only the non existing ones.

eg:

from RecommendationsOutputDataStream [not ((book_id ==
bookGroupTable.book_id ) in bookGroupTable)]
select *
insert into filteredRecommendationsStream;


Thanks
Rajeev




 Thanks and Best Regards,

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

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




-- 
Rajeev Sampath
Senior Software Engineer
WSO2, Inc.; http://www.wso2.com.

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


Re: [Dev] Support needed | Siddhi query to get the data different in event table and a stream using join.

2014-10-16 Thread Rajeev Sampath
On Thu, Oct 16, 2014 at 12:29 PM, Rajeev Sampath raje...@wso2.com wrote:

 Hi,

 On Thu, Oct 16, 2014 at 12:07 PM, Saneth Dharmakeerthi sane...@wso2.com
 wrote:

 Hi,

 I am writing a Siddhi query to get the un-purchased books from an  event
 table that has all  the books and a stream that contains  the already
 bought books.

 my quarry is like  this;

 *userboughtbooks: *Stream that contains  the already bought books
 *bookGroupTable: *Table that has all  the books
 *RecommendationsOutputDataStream: *Out  put stream that contains  all
 un-purchased books.

 from userboughtbooks#window.time(10 min) join bookGroupTable
 on  bookGroupTable.book_id  != userboughtbooks.book_id
 select bookGroupTable.book_id
 insert into RecommendationsOutputDataStream

 1. when  userboughtbooks has one element it gives the correct result.

 userboughtbooks: book1
 bookGroupTable: book1, book2, book3, book4
 RecommendationsOutputDataStream: book2, book3, book4

 2. but  userboughtbooks has more than one element  gives the out put like
 follows

 userboughtbooks: book1, book2
 bookGroupTable: book1, book2, book3, book4
 RecommendationsOutputDataStream: book1,book2,book3,book3,book4,book4

 I think behaviour of [2] , because of joining with  more than one element.

 Is there a recommended way to accomplish this task?



 As a workaround to solve this, you can add another query to check whether
 each output of recommendations stream exists in the table and then output
 only the non existing ones.

 eg:

 from RecommendationsOutputDataStream [not ((book_id ==
 bookGroupTable.book_id ) in bookGroupTable)]
 select *
 insert into filteredRecommendationsStream;


 Seems this won't work unless this is done against another table that has
the user brought books


Thanks
Rajeev



 Thanks
 Rajeev




 Thanks and Best Regards,

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

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




 --
 Rajeev Sampath
 Senior Software Engineer
 WSO2, Inc.; http://www.wso2.com.

 Mobile:
 * +94716265766 %2B94716265766*




-- 
Rajeev Sampath
Senior Software Engineer
WSO2, Inc.; http://www.wso2.com.

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


Re: [Dev] Support needed | Siddhi query to get the data different in event table and a stream using join.

2014-10-16 Thread Seshika Fernando
Hi Saneth,

The reason for this is because, when you put a != , the join happens as
follows.
[image: Inline image 2]


This is why you get book1 and book2 once and book3, and book4 twice, in
your RecommendationsOutputStream. You may have to use a count operator from
the RecommendationsOutputStream to determine which books have not been
bought.

Seshika



On Thu, Oct 16, 2014 at 12:29 PM, Rajeev Sampath raje...@wso2.com wrote:

 Hi,

 On Thu, Oct 16, 2014 at 12:07 PM, Saneth Dharmakeerthi sane...@wso2.com
 wrote:

 Hi,

 I am writing a Siddhi query to get the un-purchased books from an  event
 table that has all  the books and a stream that contains  the already
 bought books.

 my quarry is like  this;

 *userboughtbooks: *Stream that contains  the already bought books
 *bookGroupTable: *Table that has all  the books
 *RecommendationsOutputDataStream: *Out  put stream that contains  all
 un-purchased books.

 from userboughtbooks#window.time(10 min) join bookGroupTable
 on  bookGroupTable.book_id  != userboughtbooks.book_id
 select bookGroupTable.book_id
 insert into RecommendationsOutputDataStream

 1. when  userboughtbooks has one element it gives the correct result.

 userboughtbooks: book1
 bookGroupTable: book1, book2, book3, book4
 RecommendationsOutputDataStream: book2, book3, book4

 2. but  userboughtbooks has more than one element  gives the out put like
 follows

 userboughtbooks: book1, book2
 bookGroupTable: book1, book2, book3, book4
 RecommendationsOutputDataStream: book1,book2,book3,book3,book4,book4

 I think behaviour of [2] , because of joining with  more than one element.

 Is there a recommended way to accomplish this task?



 As a workaround to solve this, you can add another query to check whether
 each output of recommendations stream exists in the table and then output
 only the non existing ones.

 eg:

 from RecommendationsOutputDataStream [not ((book_id ==
 bookGroupTable.book_id ) in bookGroupTable)]
 select *
 insert into filteredRecommendationsStream;


 Thanks
 Rajeev




 Thanks and Best Regards,

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

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




 --
 Rajeev Sampath
 Senior Software Engineer
 WSO2, Inc.; http://www.wso2.com.

 Mobile:
 * +94716265766 %2B94716265766*

 ___
 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] [DEV][CEP] The role of StreamId when publishing to BAM and CEP

2014-10-16 Thread Tishan Dahanayakage
Hi Chamila,
Yes you are correct Chamila. In Thrift data publishing receiver's side use
stream name + version as stream ID. Once you define a stream receiver will
store your stream definition with Stream ID as unique identifier so that it
can be used to find the matching stream definition for a given stream when
client publish.

On Thu, Oct 16, 2014 at 12:24 PM, Chamila De Alwis chami...@wso2.com
wrote:

 Hi,

 AFAIU the streamID and the timestamp is added as String and Long
 attributes to the data stream when publishing to CEP and BAM through
 Thrift.

 From the receiver's side how are these fields used? Is the streamID
 generated from the stream name and the version at the receiver's end, and
 then used to classify the data or do we need to add the generated stream ID
 from the publisher's end at defineStream?

 Regards,
 Chamila de Alwis
 Software Engineer | WSO2 | +94772207163
 Blog: code.chamiladealwis.com



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




-- 
Tishan Dahanayakage
Software Engineer
WSO2, Inc.
Mobile:+94 716481328

Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
re-transmit, disseminate, or otherwise use the information contained in
this communication. Internet communications cannot be guaranteed to be
timely, secure, error or virus-free. The sender does not accept liability
for any errors or omissions.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV][CEP] The role of StreamId when publishing to BAM and CEP

2014-10-16 Thread Chamila De Alwis
Thanks Tishan for clearing things up!


Regards,
Chamila de Alwis
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com



On Thu, Oct 16, 2014 at 12:54 PM, Tishan Dahanayakage tis...@wso2.com
wrote:

 Hi Chamila,
 Yes you are correct Chamila. In Thrift data publishing receiver's side use
 stream name + version as stream ID. Once you define a stream receiver will
 store your stream definition with Stream ID as unique identifier so that it
 can be used to find the matching stream definition for a given stream when
 client publish.

 On Thu, Oct 16, 2014 at 12:24 PM, Chamila De Alwis chami...@wso2.com
 wrote:

 Hi,

 AFAIU the streamID and the timestamp is added as String and Long
 attributes to the data stream when publishing to CEP and BAM through
 Thrift.

 From the receiver's side how are these fields used? Is the streamID
 generated from the stream name and the version at the receiver's end, and
 then used to classify the data or do we need to add the generated stream ID
 from the publisher's end at defineStream?

 Regards,
 Chamila de Alwis
 Software Engineer | WSO2 | +94772207163
 Blog: code.chamiladealwis.com



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




 --
 Tishan Dahanayakage
 Software Engineer
 WSO2, Inc.
 Mobile:+94 716481328

 Disclaimer: This communication may contain privileged or other
 confidential information and is intended exclusively for the addressee/s.
 If you are not the intended recipient/s, or believe that you may have
 received this communication in error, please reply to the sender indicating
 that fact and delete the copy you received and in addition, you should not
 print, copy, re-transmit, disseminate, or otherwise use the information
 contained in this communication. Internet communications cannot be
 guaranteed to be timely, secure, error or virus-free. The sender does not
 accept liability for any errors or omissions.

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


[Dev] License header for auto generated class

2014-10-16 Thread Rajeeva Uthayasangar
Hi,
Do we need to include the license header to auto generated classes from an
IDE?

Thanks,
Rajeeva.



-- 
*Rajeeva Uthayasangar*
Software Engineer
WSO2, Inc.:http://wso2.com


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


Re: [Dev] License header for auto generated class

2014-10-16 Thread Selvaratnam Uthaiyashankar
We are not suppose to commit any auto generated classes. If we are
committing for any reason (why?), we have to put the license headers

On Thu, Oct 16, 2014 at 1:09 PM, Rajeeva Uthayasangar raje...@wso2.com
wrote:

 Hi,
 Do we need to include the license header to auto generated classes from an
 IDE?

 Thanks,
 Rajeeva.



 --
 *Rajeeva Uthayasangar*
 Software Engineer
 WSO2, Inc.:http://wso2.com


 Mobile: +94777298873




-- 
S.Uthaiyashankar
VP Engineering
WSO2 Inc.
http://wso2.com/ - lean . enterprise . middleware

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


Re: [Dev] License header for auto generated class

2014-10-16 Thread Awanthika Senarath
Hi Shankar,

In developer studio for the esb diagram model, after adding the
specification in adding mediators, the classes are auto generated by
eclipse commands (gegenrate model, generate edit model etc.). We are
committing these classes with/without modifications. Since we are
committing then, we do have to add the WSO2 license header?

thanks regards
Awanthika

On Thu, Oct 16, 2014 at 1:16 PM, Selvaratnam Uthaiyashankar 
shan...@wso2.com wrote:

 We are not suppose to commit any auto generated classes. If we are
 committing for any reason (why?), we have to put the license headers

 On Thu, Oct 16, 2014 at 1:09 PM, Rajeeva Uthayasangar raje...@wso2.com
 wrote:

 Hi,
 Do we need to include the license header to auto generated classes from
 an IDE?

 Thanks,
 Rajeeva.



 --
 *Rajeeva Uthayasangar*
 Software Engineer
 WSO2, Inc.:http://wso2.com


 Mobile: +94777298873




 --
 S.Uthaiyashankar
 VP Engineering
 WSO2 Inc.
 http://wso2.com/ - lean . enterprise . middleware

 Phone: +94 714897591




-- 
Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APIM] Please commit the patch

2014-10-16 Thread Nuwan Dias
Committed r208377

On Thu, Oct 16, 2014 at 11:59 AM, Abimaran Kugathasan abima...@wso2.com
wrote:

 Hi Nuwan,


 Please commit the attached patch for JIRA[1]

 [1] : https://wso2.org/jira/browse/APIMANAGER-1932

 --
 Thanks
 Abimaran Kugathasan

 Software Engineer | WSO2 Inc
 Data  APIs Technologies Team
 Mobile : +94 77 1708229

 http://stackoverflow.com/users/515034
 http://lk.linkedin.com/in/abimaran
 http://www.lkabimaran.blogspot.com/  https://github.com/abimaran
 https://twitter.com/abimaran




-- 
Nuwan Dias

Associate Tech Lead - WSO2, Inc. http://wso2.com
email : nuw...@wso2.com
Phone : +94 777 775 729
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ES] Selenium UI Integration Test Generation

2014-10-16 Thread Ruchira Wageesha
On Thu, Oct 16, 2014 at 2:38 PM, Ayesha Dissanayaka aye...@wso2.com wrote:

 Hi all

 SameeraJ and I have been working on writing ui-integration test for WSO2ES.

 For generating ui-test-cases we will use selenium IDE.

 In-order to auto generate test cases we can define a template using
 Selenium IDE. We have come up with a sample template which we can reuse to
 generate test-cases for ES apps.

AFAIK, this will generate the Java source(instead of writing it manually)
for the selenium recoding that you do. Is this template specific to ES apps
only or can others who want to write UI test cases use it?


 In [01]  we have explained how to use Selenium IDE with custom format to
 generate test cases for ES Publisher UIs. Same way we can extend it for
 other apps as well.

 [01]
 https://docs.google.com/a/wso2.com/document/d/1FThVMLGIRQ6m-iyvOqZjdD1-nB6rA4iClPVeNN8Ba4c/edit?usp=sharing
 or attachment ES-UIIntegration.pdf

 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com




-- 

*Ruchira Wageesha**Associate Technical Lead*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com http://wso2.com*

*email: ruch...@wso2.com ruch...@wso2.com,   blog:
ruchirawageesha.blogspot.com http://ruchirawageesha.blogspot.com,
mobile: +94 77 5493444*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] error in setup BAM server in API cluster setup

2014-10-16 Thread Inosh Goonewardena
Hi Akila,

Seems like you haven't create the datasource for WSO2AM_STATS_DB to
BAM(BAM_HOME/repository/conf/datasources/bam_datasources.xml) as
mentioned in [1]. However, if you are using BAM version prior to BAM 2.4.1
you have to add the datasource to
master-datasources.xml(BAM_HOME/repository/conf/datasources/master-datasources.xml)

Caused by: java.lang.RuntimeException: Error in getting data source
 properties: *The data source: WSO2AM_STATS_DB does not exist for tenant:
 carbon.super*
 at
 org.wso2.carbon.hive.data.source.access.util.DataSourceAccessUtil.getDataSourceProperties(DataSourceAccessUtil.java:57)
 ... 25 more
 Caused by: java.lang.RuntimeException: T*he data source: WSO2AM_STATS_DB
 does not exist for tenant: carbon.super*
 at
 org.wso2.carbon.hive.data.source.access.util.DataSourceAccessUtil.getDataSourceProperties(DataSourceAccessUtil.java:47)
 ... 25 more



[1] -
https://docs.wso2.com/display/AM170/Publishing+API+Runtime+Statistics#PublishingAPIRuntimeStatistics-ConfiguringWSO2BAM


On Thu, Oct 16, 2014 at 3:20 PM, Akila Nimantha [IT/EKO/LOITS] 
aki...@lolctech.com wrote:

  Hi Dinesh, Gihan,



 I think not yet solved the problem.

 What I did was changed to Oracle and try the same. First started bam
 server and after gateway, keymanager,publisher and finally store. Now noe
 api manager nodes up and running without any error.but bam server give
 error repeatedly. Please check server logs bam and store servers.

 But I can see api invoke events from bam console(by login to the
 Cassandra cluster).

 When I trying to subscribe to a api, bam server going down with
 outofmemmory message.



 Regards,

 Akila



 *From:* Dinesh J Weerakkody [mailto:dine...@wso2.com]
 *Sent:* 14 October 2014 5:02 PM

 *To:* Akila Nimantha [IT/EKO/LOITS]
 *Cc:* dev@wso2.org
 *Subject:* Re: [Dev] error in setup BAM server in API cluster setup



 Hi Akila,

 Have you solved your problem?



 On Mon, Oct 13, 2014 at 11:21 PM, Inosh Goonewardena in...@wso2.com
 wrote:

  Hi,


 On Mon, Oct 13, 2014 at 6:15 PM, Akila Nimantha [IT/EKO/LOITS] 
 aki...@lolctech.com wrote:

  Dear Gihan,



 Yes I used figures displayed in my BAM log.

 Can you please tell me is there a specific server that I should put these
 configurations. Because I am trying to add BAM in a clustered setup. My
 followed document says just api_home and so on. So what should I change
 or both. For now I did same configuration in both four
 components(Gateway,keymanager,publisher and store).



  You need to configure usage tracking only in APIM-Gateway nodes. Please
 make sure APIM-Gateway nodes have the access to above BAM thrift server
 ports(telnet from gateway nodes to make sure).





  Regards,

 Akila



 *From:* Gihan Anuruddha [mailto:gi...@wso2.com]
 *Sent:* 13 October 2014 5:50 PM


 *To:* Akila Nimantha [IT/EKO/LOITS]
 *Cc:* dev@wso2.org
 *Subject:* Re: [Dev] error in setup BAM server in API cluster setup



 Hi Akila,



 During the BAM server startup, it will show a message like below. Please
 use that IP address to connect to BAM.



 [2014-10-13 14:51:17,448]  INFO
 {org.wso2.carbon.databridge.receiver.thrift.internal.ThriftDataReceiver} -
  Thrift Server started at 0.0.0.0

 [2014-10-13 14:51:17,453]  INFO
 {org.wso2.carbon.databridge.receiver.thrift.internal.ThriftDataReceiver} -
  Thrift SSL port : 7711

 [2014-10-13 14:51:17,456]  INFO
 {org.wso2.carbon.databridge.receiver.thrift.internal.ThriftDataReceiver} -
  Thrift port : 7611





 Regards,

 Gihan



 On Mon, Oct 13, 2014 at 5:46 PM, Akila Nimantha [IT/EKO/LOITS] 
 aki...@lolctech.com wrote:

  Hi harsha,



 Yes ip is correct .i put port as 7617 because I used 6 as BAM offset.
 please check below for apiusagetracking element details,



 APIUsageTracking

 Enabledtrue/Enabled


 PublisherClassorg.wso2.carbon.apimgt.usage.publisher.APIMgtUsageDataBridgeDataPublisher/PublisherClass

 ThriftPort7617/ThriftPort

 BAMServerURLtcp://172.20.2.150:7617//BAMServerURL

 BAMUsernameadmin/BAMUsername

 BAMPasswordadmin/BAMPassword

 DataSourceNamejdbc/WSO2AM_STATS_DB/DataSourceName

 /APIUsageTracking



 Regards,

 Akila





 *From:* Harsha Kumara [mailto:hars...@wso2.com]
 *Sent:* 13 October 2014 4:46 PM
 *To:* Akila Nimantha [IT/EKO/LOITS]
 *Cc:* dev@wso2.org
 *Subject:* Re: [Dev] error in setup BAM server in API cluster setup



 Hi Akila,



 Seems like it's a connection issue. Have you specified correct IPs and
 ports in the configurations.



 Thanks,

 Harsha



 On Mon, Oct 13, 2014 at 4:08 PM, Akila Nimantha [IT/EKO/LOITS] 
 aki...@lolctech.com wrote:

  Hi all,



 I am trying add BAM server(
 https://docs.wso2.com/display/AM170/Publishing+API+Runtime+Statistics) in
 API manager Cluster setup(
 https://docs.wso2.com/display/CLUSTER420/Clustering+API+Manager).

 I just trying with default H2 database configurations and I get following
 error.

 

Re: [Dev] error in setup BAM server in API cluster setup

2014-10-16 Thread Akila Nimantha [IT/EKO/LOITS]
Hi Inosh,

I have already created WSO2AM_STATS_DB in bam_datasources.xml. and also I am 
using BAM 2.4.1 version downloaded last week.
Please check below for WSO2AM_STATS_DB in bam_datasources.xml

datasource
  nameWSO2AM_STATS_DB/name
  descriptionThe datasource used for getting statistics to API 
Manager/description
  jndiConfig
 namejdbc/WSO2AM_STATS_DB/name
  /jndiConfig
  definition type=RDBMS
 configuration
   
urljdbc:oracle:thin:@000.000.000.000.000:/fusion/url
   usernamestats_db/username
   passwordstats_db/password
   
driverClassNameoracle.jdbc.driver.OracleDriver/driverClassName
   maxActive50/maxActive
   maxWait6/maxWait
   testOnBorrowtrue/testOnBorrow
   validationQuerySELECT 1/validationQuery
   validationInterval3/validationInterval
 /configuration
  /definition
/datasource


Regards,
Akila

From: Inosh Goonewardena [mailto:in...@wso2.com]
Sent: 16 October 2014 3:37 PM
To: Akila Nimantha [IT/EKO/LOITS]
Cc: Dinesh J Weerakkody; Gihan Anuruddha; dev@wso2.org
Subject: Re: [Dev] error in setup BAM server in API cluster setup

Hi Akila,
Seems like you haven't create the datasource for WSO2AM_STATS_DB to 
BAM(BAM_HOME/repository/conf/datasources/bam_datasources.xml) as mentioned in 
[1]. However, if you are using BAM version prior to BAM 2.4.1 you have to add 
the datasource to 
master-datasources.xml(BAM_HOME/repository/conf/datasources/master-datasources.xml)
Caused by: java.lang.RuntimeException: Error in getting data source properties: 
The data source: WSO2AM_STATS_DB does not exist for tenant: carbon.super
at 
org.wso2.carbon.hive.data.source.access.util.DataSourceAccessUtil.getDataSourceProperties(DataSourceAccessUtil.java:57)
... 25 more
Caused by: java.lang.RuntimeException: The data source: WSO2AM_STATS_DB does 
not exist for tenant: carbon.super
at 
org.wso2.carbon.hive.data.source.access.util.DataSourceAccessUtil.getDataSourceProperties(DataSourceAccessUtil.java:47)
... 25 more


[1] - 
https://docs.wso2.com/display/AM170/Publishing+API+Runtime+Statistics#PublishingAPIRuntimeStatistics-ConfiguringWSO2BAM

On Thu, Oct 16, 2014 at 3:20 PM, Akila Nimantha [IT/EKO/LOITS] 
aki...@lolctech.commailto:aki...@lolctech.com wrote:
Hi Dinesh, Gihan,

I think not yet solved the problem.
What I did was changed to Oracle and try the same. First started bam server and 
after gateway, keymanager,publisher and finally store. Now noe api manager 
nodes up and running without any error.but bam server give error repeatedly. 
Please check server logs bam and store servers.
But I can see api invoke events from bam console(by login to the Cassandra 
cluster).
When I trying to subscribe to a api, bam server going down with outofmemmory 
message.

Regards,
Akila

From: Dinesh J Weerakkody [mailto:dine...@wso2.commailto:dine...@wso2.com]
Sent: 14 October 2014 5:02 PM

To: Akila Nimantha [IT/EKO/LOITS]
Cc: dev@wso2.orgmailto:dev@wso2.org
Subject: Re: [Dev] error in setup BAM server in API cluster setup

Hi Akila,
Have you solved your problem?

On Mon, Oct 13, 2014 at 11:21 PM, Inosh Goonewardena 
in...@wso2.commailto:in...@wso2.com wrote:
Hi,

On Mon, Oct 13, 2014 at 6:15 PM, Akila Nimantha [IT/EKO/LOITS] 
aki...@lolctech.commailto:aki...@lolctech.com wrote:
Dear Gihan,

Yes I used figures displayed in my BAM log.
Can you please tell me is there a specific server that I should put these 
configurations. Because I am trying to add BAM in a clustered setup. My 
followed document says just api_home and so on. So what should I change or 
both. For now I did same configuration in both four 
components(Gateway,keymanager,publisher and store).

You need to configure usage tracking only in APIM-Gateway nodes. Please make 
sure APIM-Gateway nodes have the access to above BAM thrift server ports(telnet 
from gateway nodes to make sure).


Regards,
Akila

From: Gihan Anuruddha [mailto:gi...@wso2.commailto:gi...@wso2.com]
Sent: 13 October 2014 5:50 PM

To: Akila Nimantha [IT/EKO/LOITS]
Cc: dev@wso2.orgmailto:dev@wso2.org
Subject: Re: [Dev] error in setup BAM server in API cluster setup

Hi Akila,

During the BAM server startup, it will show a message like below. Please use 
that IP address to connect to BAM.

[2014-10-13 14:51:17,448]  INFO 
{org.wso2.carbon.databridge.receiver.thrift.internal.ThriftDataReceiver} -  
Thrift Server started at 0.0.0.0
[2014-10-13 14:51:17,453]  INFO 
{org.wso2.carbon.databridge.receiver.thrift.internal.ThriftDataReceiver} -  
Thrift SSL port : 7711
[2014-10-13 14:51:17,456]  INFO 
{org.wso2.carbon.databridge.receiver.thrift.internal.ThriftDataReceiver} -  
Thrift port : 7611


Regards,
Gihan

On Mon, Oct 13, 2014 at 

Re: [Dev] [Architecture] [ES] Workflow extensions support - Approval task pages or app ?

2014-10-16 Thread Manoj Gunawardena
Hi All,

+1 for Johan's opinion. My suggstion is develop as Jaggery web app and
implement as carbon feature. Publisher ship with this feature and admin
pages can navigate through publisher. But this new admin app will be
available to integrate with any other app as feature.


Thanks

On Thu, Oct 16, 2014 at 3:41 PM, Johann Nallathamby joh...@wso2.com wrote:



 On Wed, Oct 15, 2014 at 1:19 PM, Manoj Gunawardena man...@wso2.com
 wrote:

 Hi,

 +1 for develop as separate app and more clean and logical way . But I
 think user point of view, its more applicable to view and function with in
 publisher. Cant we implement as separate Jaggery app and included to
 publisher as a carbon feature.  Then this workflow support app is available
 as a feature to distribute with any other app.


 Thanks

 On Wed, Oct 15, 2014 at 9:47 AM, Nuwan Dias nuw...@wso2.com wrote:

 There can be workflows for both the Publisher and the Store. Therefore
 having a single place to administer both sounds appropriate and easy to
 manage.

 At least in the context of API Manager, having a page on the Publisher
 to administer operations occurring on the Store doesn't seem right.

 IMO having an app for administrative purposes seems logical/clean and
 more secure (you can take it off completely from public facing interfaces
 and deploy internally if required). Even in the case of ES, you can use it
 for workflow administration, theming, doing import/export asset kind of
 stuff, etc.

 Thanks,
 NuwanD.

 On Wed, Oct 15, 2014 at 9:28 AM, Tanya Madurapperuma ta...@wso2.com
 wrote:

 Hi,

 *Overview*
 We are currently working on initial design to support workflow
 extensions in Enterprise Store as in APIM. Both global workflow extensions
 (Ex : Self signup ) and asset level extensions (Ex : Application creation
 for an API store ) will be supported.

 *Concern*
 Once the workflow support is enabled, there should be a place where
 different types of tasks will be  listed for an admin user approval. In
 APIM, a seperate admin-dashboard app is used for this
 purpose.(admin-dashboard app in APIM serves some other tasks such as theme
 uploading etc as well. )

 Does it require to use a seperate app for this in ES as well? Isn't it
 relevant to add these as pages in ES Publisher with appropriate
 permissions.Because basically publisher app acts as a store-admin which is
 used to perform store releated admin tasks such as publishing assets to
 store, viewing statistics etc.


 Not in all cases can we say the publisher app is admin related. There can
 be external facing publisher deployments where users will come and publish
 their artifacts (e.g. external users with publisher role come and publish
 APIs in API publisher). In that case having workflow integration in
 publisher app doesn't seem correct.

 +1 for separate app if you don't have an existing admin related app.


 WDYT?

 Thanks,
 Tanya
 --
 Tanya Madurapperuma

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94718184439
 Blog : http://tanyamadurapperuma.blogspot.com




 --
 Nuwan Dias

 Associate Tech Lead - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

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




 --
 Manoj Gunawardena
 Tech Lead
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 2291643

 ___
 Architecture mailing list
 architect...@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture




 --
 Thanks  Regards,

 *Johann Dilantha Nallathamby*
 Associate Technical Lead  Product Lead of WSO2 Identity Server
 Integration Technologies Team
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - *+9476950*
 Blog - *http://nallaa.wordpress.com http://nallaa.wordpress.com*

 ___
 Architecture mailing list
 architect...@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture




-- 
Manoj Gunawardena
Tech Lead
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 2291643
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ES] Selenium UI Integration Test Generation

2014-10-16 Thread Sameera Jayaratna
Hi Ruchira,

Yes, the template is used to generate Java Source from recorded tests.
The template we attached have included contains ES specific configurations.
We have created a generic template (included below).

*Package name* will have to be configured accordingly in the *package *
section.

*@Test(groups = , description = ) *will have to be completed as
required.

Following can be used according to the documentation similar to the
previous template.

*Sample Template for generic UI tests for TestNG*
--

package: com.example.tests

--

header:

--

package ${packageName};

import org.openqa.selenium.Alert;

import java.util.regex.Pattern;

import java.util.concurrent.TimeUnit;

import static org.testng.Assert.*;

import org.openqa.selenium.*;

import org.testng.annotations.AfterClass;

import org.testng.annotations.BeforeClass;

import org.testng.annotations.Test;

import org.openqa.selenium.support.ui.Select;

import org.wso2.carbon.automation.extensions.selenium.BrowserManager;


public class ${className} {

private WebDriver driver;

private String baseUrl;

private boolean acceptNextAlert = true;

  @BeforeClass(alwaysRun = true)

 public void setUp() throws Exception {

driver = BrowserManager.getWebDriver();

   baseUrl = ${baseURL};

   driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);

 }

 @Test(groups = , description = )

 public void ${methodName}() throws Exception {

--

Footer:

--

 }

@AfterClass(alwaysRun = true)

public void tearDown() throws Exception {

driver.quit();

}

private boolean isElementPresent(By by) {

try {

driver.findElement(by);

return true;

} catch (NoSuchElementException e) {

return false;

}

}

private boolean isAlertPresent() {

try {

driver.switchTo().alert();

return true;

} catch (NoAlertPresentException e) {

return false;

}

}

private String closeAlertAndGetItsText() {

try {

Alert alert = driver.switchTo().alert();

String alertText = alert.getText();

if (acceptNextAlert) {

alert.accept();

} else {

alert.dismiss();

}

return alertText;

} finally {

acceptNextAlert = true;

}

}

}

-

On Thu, Oct 16, 2014 at 3:27 PM, Ruchira Wageesha ruch...@wso2.com wrote:



 On Thu, Oct 16, 2014 at 2:38 PM, Ayesha Dissanayaka aye...@wso2.com
 wrote:

 Hi all

 SameeraJ and I have been working on writing ui-integration test for
 WSO2ES.

 For generating ui-test-cases we will use selenium IDE.

 In-order to auto generate test cases we can define a template using
 Selenium IDE. We have come up with a sample template which we can reuse to
 generate test-cases for ES apps.

 AFAIK, this will generate the Java source(instead of writing it manually)
 for the selenium recoding that you do. Is this template specific to ES apps
 only or can others who want to write UI test cases use it?


 In [01]  we have explained how to use Selenium IDE with custom format to
 generate test cases for ES Publisher UIs. Same way we can extend it for
 other apps as well.

 [01]
 https://docs.google.com/a/wso2.com/document/d/1FThVMLGIRQ6m-iyvOqZjdD1-nB6rA4iClPVeNN8Ba4c/edit?usp=sharing
 or attachment ES-UIIntegration.pdf

 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com




 --

 *Ruchira Wageesha**Associate Technical Lead*
 *WSO2 Inc. - lean . enterprise . middleware |  wso2.com http://wso2.com*

 *email: ruch...@wso2.com ruch...@wso2.com,   blog:
 ruchirawageesha.blogspot.com http://ruchirawageesha.blogspot.com,
 mobile: +94 77 5493444 %2B94%2077%205493444*




-- 



*Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

*lean . enterprise . middleware |  http://wso2.com http://wso2.com *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APP Factory] loading resource page from App Factory Database

2014-10-16 Thread Danushka Fernando
If we save these data in AF DB there will be data duplication. Since
registry team is working on the mounting issue we had IMO we can wait for
that fix.

Thanks  Regards
Danushka Fernando
Software Engineer
WSO2 inc. http://wso2.com/
Mobile : +94716332729

On Thu, Oct 16, 2014 at 4:43 PM, Amalka Subasinghe ama...@wso2.com wrote:

 Hi,

 Issue [1] says to load the resource page from App Factory DB.
 is that mean, we need to save the basic data (resource_name, type,
 environment, description) related to resources (datasources, external api,
 enterprise api, properties) in App Fac DB?

 [1] https://wso2.org/jira/browse/APPFAC-2170

 Thanks
 Amalka


 ___
 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] Issue in add multiple providers

2014-10-16 Thread Tharindu Dharmarathna
Hi all,

I have developed a jax-rs app with wso2 app cloud.  I used 2 providers in
my app. But only 1st provider is getting access from request.
[1] configurations are done in cxf-servlet.xml.

Is there any workaround in this issue.

 jaxrs:providers
ref bean=Authentication/
ref bean=ResponseFilter/
/jaxrs:providers

Thanks

*Tharindu Dharmarathna*Associate Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94779109091 %2B94779109091*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issue in add multiple providers

2014-10-16 Thread Bhathiya Jayasekara
Only 1st provider is invoked even when the 2 providers are interchanged?


On Thu, Oct 16, 2014 at 5:15 PM, Tharindu Dharmarathna tharin...@wso2.com
wrote:

 Hi all,

 I have developed a jax-rs app with wso2 app cloud.  I used 2 providers in
 my app. But only 1st provider is getting access from request.
 [1] configurations are done in cxf-servlet.xml.

 Is there any workaround in this issue.

  jaxrs:providers
 ref bean=Authentication/
 ref bean=ResponseFilter/
 /jaxrs:providers

 Thanks

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

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




-- 
*Bhathiya Jayasekara*
*Software Engineer,*
*WSO2 inc., http://wso2.com http://wso2.com*

*Phone: +94715478185*
*LinkedIn: http://www.linkedin.com/in/bhathiyaj
http://www.linkedin.com/in/bhathiyaj*
*Twitter: https://twitter.com/bhathiyax https://twitter.com/bhathiyax*
*Blog: http://movingaheadblog.blogspot.com
http://movingaheadblog.blogspot.com/*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] e4x issue - https://wso2.org/jira/browse/WSAS-1819

2014-10-16 Thread Ruchira Wageesha
Hi Karol/Sameera,

It seems there is an issue when navigating E4X through a mashup. But as a
simple workaround, I could get it working with following code.

var ns = '';
var x = abcd/c/b/a;
print(typeof x.ns::b);
print(typeof x..b);
print(typeof x.*::b);

On Tue, Oct 14, 2014 at 9:08 AM, Sameera Jayasoma same...@wso2.com wrote:

 Ruchira and the team,

 Can you have a look at this issue?

 Thanks,
 Sameera.

 On Mon, Oct 13, 2014 at 6:16 PM, Karol Brejna karol.bre...@gmail.com
 wrote:

 Dear Sameera,

 Have you got some time to look into the issue?

 I am writing an article about WSO2 Application Server and got stuck in
 this.
 (I wanted to show simple jar service, simple mashup service, etc.)

 Maybe I am doing something wrong? Or is there a simple workaround?

 Regards,
 Karol




 --
 Sameera Jayasoma,
 Software Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://sameera.adahas.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
 Mobile: 0094776364456

 Lean . Enterprise . Middleware




-- 

*Ruchira Wageesha**Associate Technical Lead*
*WSO2 Inc. - lean . enterprise . middleware |  wso2.com http://wso2.com*

*email: ruch...@wso2.com ruch...@wso2.com,   blog:
ruchirawageesha.blogspot.com http://ruchirawageesha.blogspot.com,
mobile: +94 77 5493444*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Custome Function in siddhi query

2014-10-16 Thread Shashika Karunatilaka
Hi Mohanadarshan,
Thanks for the info, yes i have to go with the custom window.

On Wed, Oct 15, 2014 at 6:03 PM, Mohanadarshan Vivekanandalingam 
mo...@wso2.com wrote:



 On Wed, Oct 15, 2014 at 5:52 PM, Shashika Karunatilaka shashi...@wso2.com
  wrote:

 Hi,


 Hi Shashika,




 I'm in the process of creating siddhi custom function, its like an
 aggregate function which inputs a set of data returns a single value.
 Is there a way  i can send data array to my custom function or else can i
 handle that inside my custom function?
 As an example there is a stream called A, stream A has attribute
 called bookID, i need to pass all the bookID's in that stream to the
 aggregate function and return a single value.


 Based on my understanding, i don't believe siddhi function is appropriate
 for your usecase.. You may need to use transform processor or window..

 Thanks,
 Mohan



 Thank you.

 --
 Shashika Prabath Karunatilaka,
 Software Engineer,
 WSO2, Inc: http://wso2.com/
 mobile : +94 77 7487792

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




 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com http://wso2.com *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673




-- 
Shashika Prabath Karunatilaka,
Software Engineer,
WSO2, Inc: http://wso2.com/
mobile : +94 77 7487792
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [ES] Enable store items to visible across tenants

2014-10-16 Thread Buddhima Wijeweera
Hi,

Currently with ES, when a super-tenant upload items to the store, they are
only visible to super-tenant users only. This will become a barrier when we
create stores which can be accessed by different tenants.

Therefore, we would appreciate if ES team can take this issue in to
consideration, and provide a solution in a future release.

Thanks!

-- 
Buddhima Wijeweera
Software Engineer; WSO2 Inc.; http://wso2.com ,

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


Re: [Dev] error in setup BAM server in API cluster setup

2014-10-16 Thread Inosh Goonewardena
Hi,

On Thu, Oct 16, 2014 at 6:56 PM, Manoj Gunawardena man...@wso2.com wrote:

 Hi Akila,

 seems to be WSO2AM_STATS_DB table doesn't exists and unable to create new
 native thread error indicates the OS cannot create thread for JVM. Database
 configurations correct, but make sure table is created. You can start the
 server with -DsetUp option to create the DB.


-Dsetup will not create the stat DB for you. You have to create it manually


 Did u create DB manually? or above option.

 If you are still facing the thrift port issue, Please share the 
 api-manager.xml
 configuration file.

 Thanks

 On Thu, Oct 16, 2014 at 3:53 PM, Akila Nimantha [IT/EKO/LOITS] 
 aki...@lolctech.com wrote:

  Hi Inosh,



 I have already created WSO2AM_STATS_DB in bam_datasources.xml. and also I
 am using BAM 2.4.1 version downloaded last week.

 Please check below for WSO2AM_STATS_DB in bam_datasources.xml



 datasource

   nameWSO2AM_STATS_DB/name

   descriptionThe datasource used for getting statistics to
 API Manager/description

   jndiConfig

  namejdbc/WSO2AM_STATS_DB/name

   /jndiConfig

   definition type=RDBMS

  configuration

urljdbc:oracle:thin:@000.000.000.000.000
 :/fusion/url

usernamestats_db/username

passwordstats_db/password


 driverClassNameoracle.jdbc.driver.OracleDriver/driverClassName

maxActive50/maxActive

maxWait6/maxWait

testOnBorrowtrue/testOnBorrow

validationQuerySELECT 1/validationQuery

validationInterval3/validationInterval

  /configuration

   /definition

 /datasource





 Regards,

 Akila



 *From:* Inosh Goonewardena [mailto:in...@wso2.com]
 *Sent:* 16 October 2014 3:37 PM
 *To:* Akila Nimantha [IT/EKO/LOITS]
 *Cc:* Dinesh J Weerakkody; Gihan Anuruddha; dev@wso2.org

 *Subject:* Re: [Dev] error in setup BAM server in API cluster setup



 Hi Akila,

 Seems like you haven't create the datasource for WSO2AM_STATS_DB to
 BAM(BAM_HOME/repository/conf/datasources/bam_datasources.xml) as
 mentioned in [1]. However, if you are using BAM version prior to BAM 2.4.1
 you have to add the datasource to
 master-datasources.xml(BAM_HOME/repository/conf/datasources/master-datasources.xml)

 Caused by: java.lang.RuntimeException: Error in getting data source
 properties: *The data source: WSO2AM_STATS_DB does not exist for tenant:
 carbon.super*
 at
 org.wso2.carbon.hive.data.source.access.util.DataSourceAccessUtil.getDataSourceProperties(DataSourceAccessUtil.java:57)
 ... 25 more
 Caused by: java.lang.RuntimeException: T*he data source: WSO2AM_STATS_DB
 does not exist for tenant: carbon.super*
 at
 org.wso2.carbon.hive.data.source.access.util.DataSourceAccessUtil.getDataSourceProperties(DataSourceAccessUtil.java:47)
 ... 25 more



 [1] -
 https://docs.wso2.com/display/AM170/Publishing+API+Runtime+Statistics#PublishingAPIRuntimeStatistics-ConfiguringWSO2BAM



 On Thu, Oct 16, 2014 at 3:20 PM, Akila Nimantha [IT/EKO/LOITS] 
 aki...@lolctech.com wrote:

  Hi Dinesh, Gihan,



 I think not yet solved the problem.

 What I did was changed to Oracle and try the same. First started bam
 server and after gateway, keymanager,publisher and finally store. Now noe
 api manager nodes up and running without any error.but bam server give
 error repeatedly. Please check server logs bam and store servers.

 But I can see api invoke events from bam console(by login to the
 Cassandra cluster).

 When I trying to subscribe to a api, bam server going down with
 outofmemmory message.



 Regards,

 Akila



 *From:* Dinesh J Weerakkody [mailto:dine...@wso2.com]
 *Sent:* 14 October 2014 5:02 PM


 *To:* Akila Nimantha [IT/EKO/LOITS]
 *Cc:* dev@wso2.org
 *Subject:* Re: [Dev] error in setup BAM server in API cluster setup



 Hi Akila,

 Have you solved your problem?



 On Mon, Oct 13, 2014 at 11:21 PM, Inosh Goonewardena in...@wso2.com
 wrote:

  Hi,


 On Mon, Oct 13, 2014 at 6:15 PM, Akila Nimantha [IT/EKO/LOITS] 
 aki...@lolctech.com wrote:

  Dear Gihan,



 Yes I used figures displayed in my BAM log.

 Can you please tell me is there a specific server that I should put these
 configurations. Because I am trying to add BAM in a clustered setup. My
 followed document says just api_home and so on. So what should I change
 or both. For now I did same configuration in both four
 components(Gateway,keymanager,publisher and store).



  You need to configure usage tracking only in APIM-Gateway nodes. Please
 make sure APIM-Gateway nodes have the access to above BAM thrift server
 ports(telnet from gateway nodes to make sure).





  Regards,

 Akila



 *From:* Gihan Anuruddha [mailto:gi...@wso2.com]
 *Sent:* 13 October 2014 5:50 PM


 

[Dev] Cannot find a method to get the Error Response in Jaggery

2014-10-16 Thread Damith Wickramasinghe
Hi,

I have developed a Jaggery app to our training project and i needed to do a
Jaggery post and handle some error cases if the response fails. I went
through the documentation but i could not find a Post error method. So as
for a work around i checked the returned code using userInfo.xhr.status and
did the logic. I'm not sure whether its a good approach to do so. Can some
please tel me if there's a method to handle that.

For success the method is,

success(data:Object,
xhr:Object)

as per the documentation.

Regards,
Damith

-- 
Software Engineer
WSO2 Inc.; http://wso2.com
http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
lean.enterprise.middleware

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


Re: [Dev] error in setup BAM server in API cluster setup

2014-10-16 Thread Manoj Gunawardena
Hi Inosh,

Thanks for the correction.



On Thu, Oct 16, 2014 at 7:06 PM, Inosh Goonewardena in...@wso2.com wrote:

 Hi,

 On Thu, Oct 16, 2014 at 6:56 PM, Manoj Gunawardena man...@wso2.com
 wrote:

 Hi Akila,

 seems to be WSO2AM_STATS_DB table doesn't exists and unable to create
 new native thread error indicates the OS cannot create thread for JVM.
 Database configurations correct, but make sure table is created. You can
 start the server with -DsetUp option to create the DB.


 -Dsetup will not create the stat DB for you. You have to create it manually


 Did u create DB manually? or above option.

 If you are still facing the thrift port issue, Please share the 
 api-manager.xml
 configuration file.

 Thanks

 On Thu, Oct 16, 2014 at 3:53 PM, Akila Nimantha [IT/EKO/LOITS] 
 aki...@lolctech.com wrote:

  Hi Inosh,



 I have already created WSO2AM_STATS_DB in bam_datasources.xml. and also
 I am using BAM 2.4.1 version downloaded last week.

 Please check below for WSO2AM_STATS_DB in bam_datasources.xml



 datasource

   nameWSO2AM_STATS_DB/name

   descriptionThe datasource used for getting statistics to
 API Manager/description

   jndiConfig

  namejdbc/WSO2AM_STATS_DB/name

   /jndiConfig

   definition type=RDBMS

  configuration

urljdbc:oracle:thin:@000.000.000.000.000
 :/fusion/url

usernamestats_db/username

passwordstats_db/password


 driverClassNameoracle.jdbc.driver.OracleDriver/driverClassName

maxActive50/maxActive

maxWait6/maxWait

testOnBorrowtrue/testOnBorrow

validationQuerySELECT 1/validationQuery

validationInterval3/validationInterval

  /configuration

   /definition

 /datasource





 Regards,

 Akila



 *From:* Inosh Goonewardena [mailto:in...@wso2.com]
 *Sent:* 16 October 2014 3:37 PM
 *To:* Akila Nimantha [IT/EKO/LOITS]
 *Cc:* Dinesh J Weerakkody; Gihan Anuruddha; dev@wso2.org

 *Subject:* Re: [Dev] error in setup BAM server in API cluster setup



 Hi Akila,

 Seems like you haven't create the datasource for WSO2AM_STATS_DB to
 BAM(BAM_HOME/repository/conf/datasources/bam_datasources.xml) as
 mentioned in [1]. However, if you are using BAM version prior to BAM 2.4.1
 you have to add the datasource to
 master-datasources.xml(BAM_HOME/repository/conf/datasources/master-datasources.xml)

 Caused by: java.lang.RuntimeException: Error in getting data source
 properties: *The data source: WSO2AM_STATS_DB does not exist for
 tenant: carbon.super*
 at
 org.wso2.carbon.hive.data.source.access.util.DataSourceAccessUtil.getDataSourceProperties(DataSourceAccessUtil.java:57)
 ... 25 more
 Caused by: java.lang.RuntimeException: T*he data source:
 WSO2AM_STATS_DB does not exist for tenant: carbon.super*
 at
 org.wso2.carbon.hive.data.source.access.util.DataSourceAccessUtil.getDataSourceProperties(DataSourceAccessUtil.java:47)
 ... 25 more



 [1] -
 https://docs.wso2.com/display/AM170/Publishing+API+Runtime+Statistics#PublishingAPIRuntimeStatistics-ConfiguringWSO2BAM



 On Thu, Oct 16, 2014 at 3:20 PM, Akila Nimantha [IT/EKO/LOITS] 
 aki...@lolctech.com wrote:

  Hi Dinesh, Gihan,



 I think not yet solved the problem.

 What I did was changed to Oracle and try the same. First started bam
 server and after gateway, keymanager,publisher and finally store. Now noe
 api manager nodes up and running without any error.but bam server give
 error repeatedly. Please check server logs bam and store servers.

 But I can see api invoke events from bam console(by login to the
 Cassandra cluster).

 When I trying to subscribe to a api, bam server going down with
 outofmemmory message.



 Regards,

 Akila



 *From:* Dinesh J Weerakkody [mailto:dine...@wso2.com]
 *Sent:* 14 October 2014 5:02 PM


 *To:* Akila Nimantha [IT/EKO/LOITS]
 *Cc:* dev@wso2.org
 *Subject:* Re: [Dev] error in setup BAM server in API cluster setup



 Hi Akila,

 Have you solved your problem?



 On Mon, Oct 13, 2014 at 11:21 PM, Inosh Goonewardena in...@wso2.com
 wrote:

  Hi,


 On Mon, Oct 13, 2014 at 6:15 PM, Akila Nimantha [IT/EKO/LOITS] 
 aki...@lolctech.com wrote:

  Dear Gihan,



 Yes I used figures displayed in my BAM log.

 Can you please tell me is there a specific server that I should put
 these configurations. Because I am trying to add BAM in a clustered setup.
 My followed document says just api_home and so on. So what should I
 change or both. For now I did same configuration in both four
 components(Gateway,keymanager,publisher and store).



  You need to configure usage tracking only in APIM-Gateway nodes.
 Please make sure APIM-Gateway nodes have the access to above BAM thrift
 server ports(telnet from gateway nodes to make 

[Dev] [App Factory] App Deletion Permissions for different roles

2014-10-16 Thread Mahesh Chinthaka
Hi all,

Im working on [1],

I need to clarify the following,

Are we going to add new permission for *app deletion* or shall we proceed
with checking the *app creation* permission for this.
If we are to proceed with checking app creation permission, then we will
have to assume that roles those who have app creation permissions will
 have app deletion permissions as well

Please advise.
[1] - https://wso2.org/jira/browse/APPFAC-2487

Thanks.
-- 
*Mahesh Chinthaka Vidanagama* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 63 63 083 | Work: +94 112 145 345
Email: mahe...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [CARBON] Reproducing CARBON-14572

2014-10-16 Thread Gayashan Amarasinghe
Hi Aparna,

Regarding $subject at [1], Can you provide more information to reproduce
this error? While performing which task, did you get these errors? What
sort of errors was it throwing? Since the description in the JIRA is too
generic, the errors could be thrown either due to issues in carbon server
or in BPS features. Would be really helpful if you can provide more
information.

[1] https://wso2.org/jira/browse/CARBON-14572

Thanks.
/Gayashan

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

Mobile : +94718314517
Blog : gayashan-a.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Commit to Kernal patch009

2014-10-16 Thread Isura Karunaratne
Adding asela

On Thu, Oct 16, 2014 at 7:47 PM, Manoj Kumara ma...@wso2.com wrote:

 Hi Isura,

 This patch introduce a new public constant and new entry to the
 user-mgt.xml. We cannot add new API's using patches.

 Thanks,
 Manoj


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188

 On Thu, Oct 16, 2014 at 9:16 AM, Isura Karunaratne is...@wso2.com wrote:

 Hi All,

 Please commit following

 https://wso2.org/jira/browse/IDENTITY-2784


 Thanks
 Isura
 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810





-- 
Isura Dilhara Karunaratne
Software Engineer

Mob +94 772 254 810
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DEV][APPFAC] Please commit the patch

2014-10-16 Thread Roshan Deniyage
Hi App-Fac Team,
   Please commit the attached patch for JIRA [1]

[1]
​ https://wso2.org/jira/browse/APPFAC-2580
*https://wso2.org/jira/browse/APPFAC-2526
https://wso2.org/jira/browse/APPFAC-2526*

Thanks,

Roshan Deniyage
Associate Technical Lead
WSO2, Inc: http://wso2.com

Mobile:  +94 777636406
Twitter:
*https://twitt​​er.com/roshku https://twitter.com/roshku*
LinkedIn :  https://www.linkedin.com/in/roshandeniyage
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DEV][APPFAC] Please commit the patch

2014-10-16 Thread Roshan Deniyage
Hi App-Fac Team,
   Please commit the attached patch for JIRA [1]

[1] https://wso2.org/jira/browse/APPFAC-2580

Thanks,

Roshan Deniyage
Associate Technical Lead
WSO2, Inc: http://wso2.com

Mobile:  +94 777636406
Twitter:
*https://twitt​​er.com/roshku https://twitter.com/roshku*
LinkedIn :  https://www.linkedin.com/in/roshandeniyage
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Bhathiya Jayasekara
Hi Firzhan,

In docs[1] they say By default cache instances created by CacheBuilder
will not perform any type of eviction., which means it will never expire
unless you set an expiry time.

[1]
http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/cache/CacheBuilder.html

Thanks,
Bhathiya



On Fri, Oct 17, 2014 at 12:44 AM, Firzhan Naqash firz...@wso2.com wrote:

 Hi,

 Are there any specific way to make sure that cache doesn't get invalidated
 other than setting a longer duration in the setExpiry() method of
 CacheBuilder ?



 Regards,
 Firzhan

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




-- 
*Bhathiya Jayasekara*
*Software Engineer,*
*WSO2 inc., http://wso2.com http://wso2.com*

*Phone: +94715478185*
*LinkedIn: http://www.linkedin.com/in/bhathiyaj
http://www.linkedin.com/in/bhathiyaj*
*Twitter: https://twitter.com/bhathiyax https://twitter.com/bhathiyax*
*Blog: http://movingaheadblog.blogspot.com
http://movingaheadblog.blogspot.com/*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APP Factory] loading resource page from App Factory Database

2014-10-16 Thread Amalka Subasinghe
OK then, I will do the page layout changes without loading data

On Thu, Oct 16, 2014 at 4:54 PM, Danushka Fernando danush...@wso2.com
wrote:

 If we save these data in AF DB there will be data duplication. Since
 registry team is working on the mounting issue we had IMO we can wait for
 that fix.

 Thanks  Regards
 Danushka Fernando
 Software Engineer
 WSO2 inc. http://wso2.com/
 Mobile : +94716332729

 On Thu, Oct 16, 2014 at 4:43 PM, Amalka Subasinghe ama...@wso2.com
 wrote:

 Hi,

 Issue [1] says to load the resource page from App Factory DB.
 is that mean, we need to save the basic data (resource_name, type,
 environment, description) related to resources (datasources, external api,
 enterprise api, properties) in App Fac DB?

 [1] https://wso2.org/jira/browse/APPFAC-2170

 Thanks
 Amalka


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





-- 

Amalka Subasinghe

WSO2 Inc.
Mobile: +94 77 9401267
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Google Spreadsheet connector OAuth2 Authorization support

2014-10-16 Thread Ravindra Ranwala
Hi Manoj,

I have given this proxy configuration just for testing purposes. But you
can use our iPAAS recipe app to fetch the access tokens and refresh tokens.
Here we are using refresh tokens for offline access to a protected
resource. If the Access token is expired, we may use the refresh token to
obtain a new one. User should have access and refresh tokens obtained
beforehand to use this. The connector uses those tokens to access
resources. For an example read set of Tweets from a tweeter account and
write them back to a Google spreadsheet. You may parametrize this and
trigger an ESB task to get the work done.


Thanks  Regards,

On Fri, Oct 17, 2014 at 8:20 AM, Manoj Gunawardena man...@wso2.com wrote:

 Hi Ravindra,

 proxy contains oauth acess token and refresh token, How those tokens
 fetch? Is there a service to fetch those token. Once the tokens expires,
 how new tokens add to the proxy? This proxy creates dynamically?


 Thanks

 On Thu, Oct 16, 2014 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Hi All,

 I have added OAuth 2 Authorization support for Google spreadsheet
 connector. Using that now we can create a proxy/recipe which filters out
 set of tweets from the twitter connector and writes back to a Google
 spreadsheet via Google spreadsheet OAuth 2 connector support. I have given
 the git repo location here.


 https://github.com/ravindraranwala/esb-connectors/tree/googlespreadsheet-OAuth2

 When you create the proxy/recipe please build the above project and use
 the Google spreadsheet connector created under the target directory and
 upload it to the ESB.Make sure to explicitly enable the connector once
 uploaded since it is disabled by default.

 A sample Proxy Configuration to read set of Tweets and write it back to a
 Google spread sheet is given below. The changes compared to the Google
 spreadsheet OAuth 1.0 configuration is highlighted here.


 ?xml version=1.0 encoding=UTF-8?
 proxy xmlns=http://ws.apache.org/ns/synapse;
name=
 twitterToGoogleSpreadsheetProxy
transports=https,http
statistics=disable
trace=disable
startOnLoad=true
target
   inSequence
  twitter.init
 consumerKeyTWITTER_CONSUMER_KEY/consumerKey
 consumerSecretTWITTER_CONSUMER_SECRET/consumerSecret
 accessTokenTWITTER_ACCESS_TOKEN/accessToken

 accessTokenSecretTWITTER_ACCESS_TOKEN_SECRET/accessTokenSecret
  /twitter.init
  twitter.search
 searchtuesday/search
 langen/lang
  /twitter.search
  xslt key=twitterTransform/
  log level=full/
  *googlespreadsheet.oAuth2init*
 oauthConsumerKeyGOOGLE_CONSUMER_KEY
 http://212972391932-3thmh0maoodoin7t116vb0adpjjvckv0.apps.googleusercontent.com
 /oauthConsumerKey

 oauthConsumerSecretGOOGLE_CONSUMER_SECRET/oauthConsumerSecret

 *
 oauthAccessTokenGOOGLE_ACCESS_TOKEN/oauthAccessToken
 oauthRefreshTokenGOOGLE_REFRESH_TOKEN/oauthRefreshToken*
  */googlespreadsheet.oAuth2init*
  googlespreadsheet.importCSV
 spreadsheetNameTweets/spreadsheetName
 worksheetNameSheet1/worksheetName
 batchEnabletrue/batchEnable
 batchSize100/batchSize
  /googlespreadsheet.importCSV
  respond/
   /inSequence
/target
description/
 /proxy


 Thanks  Regards,


 --
 Ravindra Ranwala
 Software Engineer
 WSO2, Inc: http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 Mobile: +94714198770


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




 --
 Manoj Gunawardena
 Tech Lead
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 2291643




-- 
Ravindra Ranwala
Software Engineer
WSO2, Inc: http://wso2.com
http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
Mobile: +94714198770
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Afkham Azeez
On Fri, Oct 17, 2014 at 12:44 AM, Firzhan Naqash firz...@wso2.com wrote:

 Hi,

 Are there any specific way to make sure that cache doesn't get invalidated
 other than setting a longer duration in the setExpiry() method of
 CacheBuilder ?


No you have to set a large cache expiry time




 Regards,
 Firzhan




-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* http://www.apache.org/*
*email: **az...@wso2.com* az...@wso2.com
* cell: +94 77 3320919blog: **http://blog.afkham.org*
http://blog.afkham.org
*twitter: **http://twitter.com/afkham_azeez*
http://twitter.com/afkham_azeez
*linked-in: **http://lk.linkedin.com/in/afkhamazeez
http://lk.linkedin.com/in/afkhamazeez*

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


[Dev] Updated Invitation: Http Inbound Endpoint Code Review @ Fri Oct 17, 2014 2pm - 3pm (Isuru Ranawaka)

2014-10-16 Thread isu...@wso2.com
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20141017T083000Z
DTEND:20141017T093000Z
DTSTAMP:20141017T042051Z
ORGANIZER;CN=Isuru Ranawaka:mailto:isu...@wso2.com
UID:rog7agkbi305sev7rb7k543...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Malaka Silva;X-NUM-GUESTS=0:mailto:mal...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ravi Undupitiya;X-NUM-GUESTS=0:mailto:r...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Miyuru Wanninayaka;X-NUM-GUESTS=0:mailto:miy...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Dushan Abeyruwan;X-NUM-GUESTS=0:mailto:dus...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Isuru Ranawaka;X-NUM-GUESTS=0:mailto:isu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Kasun Indrasiri;X-NUM-GUESTS=0:mailto:ka...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ishan Jayawardena;X-NUM-GUESTS=0:mailto:is...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Isuru Udana;X-NUM-GUESTS=0:mailto:isu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Sandamal Weerasinghe;X-NUM-GUESTS=0:mailto:sanda...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Srinath Perera;X-NUM-GUESTS=0:mailto:srin...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Chanaka Fernando;X-NUM-GUESTS=0:mailto:chana...@wso2.com
CREATED:20141016T044523Z
DESCRIPTION:View your event at https://www.google.com/calendar/event?action
 =VIEWeid=cm9nN2Fna2JpMzA1c2V2N3JiN2s1NDMydGMgZGV2QHdzbzIub3Jntok=MTUjaXN1
 cnVyQHdzbzIuY29tNzBiYmQ4MTNkZTU1ZDQ4OGU1YmYwMGY5Zjg2ZjdiNDYwMDQ3ZTE1NActz=
 Asia/Colombohl=en.
LAST-MODIFIED:20141017T042051Z
LOCATION:1st Floor Meeting Room
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY:Http Inbound Endpoint Code Review 
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


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


Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Darshana Gunawardana
Hi Azeez,

What it needs here is a distributed map which get synced among nodes in the
cluster.

1. What would be the best way to do that? Using a Hazelcast distributed map?
2. If Hazelcast distributed map is a option, do we have a way to use a
Hazelcast map when writing a component using 4.2.0 kernel.

Thanks,
Darshana

On Fri, Oct 17, 2014 at 9:31 AM, Afkham Azeez az...@wso2.com wrote:



 On Fri, Oct 17, 2014 at 12:44 AM, Firzhan Naqash firz...@wso2.com wrote:

 Hi,

 Are there any specific way to make sure that cache doesn't get
 invalidated other than setting a longer duration in the setExpiry() method
 of CacheBuilder ?


 No you have to set a large cache expiry time




 Regards,
 Firzhan




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: **http://twitter.com/afkham_azeez*
 http://twitter.com/afkham_azeez
 *linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*

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




-- 
Regards,


*Darshana Gunawardana*Software Engineer
WSO2 Inc.; http://wso2.com

*E-mail: darsh...@wso2.com darsh...@wso2.com*
*Mobile: +94718566859 %2B94718566859*Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Bhathiya Jayasekara
On Fri, Oct 17, 2014 at 9:31 AM, Afkham Azeez az...@wso2.com wrote:



 On Fri, Oct 17, 2014 at 1:44 AM, Bhathiya Jayasekara bhath...@wso2.com
 wrote:

 Hi Firzhan,

 In docs[1] they say By default cache instances created by CacheBuilder
 will not perform any type of eviction., which means it will never expire
 unless you set an expiry time.

 [1]
 http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/cache/CacheBuilder.html


 ??


Oh I thought this is about guava cacheBuilder. seems It's Hazelcast one. ?



 Thanks,
 Bhathiya



 On Fri, Oct 17, 2014 at 12:44 AM, Firzhan Naqash firz...@wso2.com
 wrote:

 Hi,

 Are there any specific way to make sure that cache doesn't get
 invalidated other than setting a longer duration in the setExpiry() method
 of CacheBuilder ?



 Regards,
 Firzhan

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




 --
 *Bhathiya Jayasekara*
 *Software Engineer,*
 *WSO2 inc., http://wso2.com http://wso2.com*

 *Phone: +94715478185 %2B94715478185*
 *LinkedIn: http://www.linkedin.com/in/bhathiyaj
 http://www.linkedin.com/in/bhathiyaj*
 *Twitter: https://twitter.com/bhathiyax https://twitter.com/bhathiyax*
 *Blog: http://movingaheadblog.blogspot.com
 http://movingaheadblog.blogspot.com/*




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: **http://twitter.com/afkham_azeez*
 http://twitter.com/afkham_azeez
 *linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*




-- 
*Bhathiya Jayasekara*
*Software Engineer,*
*WSO2 inc., http://wso2.com http://wso2.com*

*Phone: +94715478185*
*LinkedIn: http://www.linkedin.com/in/bhathiyaj
http://www.linkedin.com/in/bhathiyaj*
*Twitter: https://twitter.com/bhathiyax https://twitter.com/bhathiyax*
*Blog: http://movingaheadblog.blogspot.com
http://movingaheadblog.blogspot.com/*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Afkham Azeez
Use javax.cache.Cache

On Fri, Oct 17, 2014 at 9:52 AM, Darshana Gunawardana darsh...@wso2.com
wrote:

 Hi Azeez,

 What it needs here is a distributed map which get synced among nodes in
 the cluster.

 1. What would be the best way to do that? Using a Hazelcast distributed
 map?
 2. If Hazelcast distributed map is a option, do we have a way to use a
 Hazelcast map when writing a component using 4.2.0 kernel.

 Thanks,
 Darshana

 On Fri, Oct 17, 2014 at 9:31 AM, Afkham Azeez az...@wso2.com wrote:



 On Fri, Oct 17, 2014 at 12:44 AM, Firzhan Naqash firz...@wso2.com
 wrote:

 Hi,

 Are there any specific way to make sure that cache doesn't get
 invalidated other than setting a longer duration in the setExpiry() method
 of CacheBuilder ?


 No you have to set a large cache expiry time




 Regards,
 Firzhan




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: **http://twitter.com/afkham_azeez*
 http://twitter.com/afkham_azeez
 *linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*

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




 --
 Regards,


 *Darshana Gunawardana*Software Engineer
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com darsh...@wso2.com*
 *Mobile: +94718566859 %2B94718566859*Lean . Enterprise . Middleware




-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* http://www.apache.org/*
*email: **az...@wso2.com* az...@wso2.com
* cell: +94 77 3320919blog: **http://blog.afkham.org*
http://blog.afkham.org
*twitter: **http://twitter.com/afkham_azeez*
http://twitter.com/afkham_azeez
*linked-in: **http://lk.linkedin.com/in/afkhamazeez
http://lk.linkedin.com/in/afkhamazeez*

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


Re: [Dev] how to make sure that cache doesn't get invalidated

2014-10-16 Thread Firzhan Naqash
Hi Bhatiya,

According to the code, default caching expiry time has been set as 15 mins.

Regards,
Firzhan

On Fri, Oct 17, 2014 at 10:09 AM, Afkham Azeez az...@wso2.com wrote:

 Use javax.cache.Cache

 On Fri, Oct 17, 2014 at 9:52 AM, Darshana Gunawardana darsh...@wso2.com
 wrote:

 Hi Azeez,

 What it needs here is a distributed map which get synced among nodes in
 the cluster.

 1. What would be the best way to do that? Using a Hazelcast distributed
 map?
 2. If Hazelcast distributed map is a option, do we have a way to use a
 Hazelcast map when writing a component using 4.2.0 kernel.

 Thanks,
 Darshana

 On Fri, Oct 17, 2014 at 9:31 AM, Afkham Azeez az...@wso2.com wrote:



 On Fri, Oct 17, 2014 at 12:44 AM, Firzhan Naqash firz...@wso2.com
 wrote:

 Hi,

 Are there any specific way to make sure that cache doesn't get
 invalidated other than setting a longer duration in the setExpiry() method
 of CacheBuilder ?


 No you have to set a large cache expiry time




 Regards,
 Firzhan




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: **http://twitter.com/afkham_azeez*
 http://twitter.com/afkham_azeez
 *linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*

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




 --
 Regards,


 *Darshana Gunawardana*Software Engineer
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com darsh...@wso2.com*
 *Mobile: +94718566859 %2B94718566859*Lean . Enterprise . Middleware




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: **http://twitter.com/afkham_azeez*
 http://twitter.com/afkham_azeez
 *linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*

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


[Dev] Reduce the execution speed of Web Driver

2014-10-16 Thread Sohani Weerasinghe
Hi,

When using selenium web driver to write test cases, currently  I am using
Thread sleeps in order to control the speed of the browser. Is this the
recommended way to slow down the execution speed?

Please note that I am also using explicit waits to wait for certain
conditions to occur before proceeding further and implicit waits to poll
the DOM for a certain amount of time to find an element.

Thanks,
Sohani
Sohani Weerasinghe
Software Engineer
WSO2, Inc: http://wso2.com

Mobile  : +94 716439774
Blog :http://christinetechtips.blogspot.com/
Twitter  : https://twitter.com/sohanichristine
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [APPFAC] Installing Jenkins plugins

2014-10-16 Thread Kasun De Silva
Hi All,

How we ship AppFactory plugin for Jenkins, There are few more plugins that
Jenkins should have in order to give .NET app support.

1. Jenkins MSBuild Plugin
2. Windows Slaves Plugin

What could be the best way that we can do this ? I'm thinking include
plugin installation and configuration instructions in the doc, WDYT ?


Thanks

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

email   : kas...@wso2.com
mobile : +94 77 794 4260
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Google Spreadsheet connector OAuth2 Authorization support

2014-10-16 Thread Malaka Silva
Hi Ravindra,

When the access token is expired, using the refresh token we can obtain a
new token. Are we storing back the new token for the consequent calls? or
are we getting a new token for each execution cycle?

Best Regards,
Malaka

On Fri, Oct 17, 2014 at 8:55 AM, Ravindra Ranwala ravin...@wso2.com wrote:

 Hi Manoj,

 I have given this proxy configuration just for testing purposes. But you
 can use our iPAAS recipe app to fetch the access tokens and refresh tokens.
 Here we are using refresh tokens for offline access to a protected
 resource. If the Access token is expired, we may use the refresh token to
 obtain a new one. User should have access and refresh tokens obtained
 beforehand to use this. The connector uses those tokens to access
 resources. For an example read set of Tweets from a tweeter account and
 write them back to a Google spreadsheet. You may parametrize this and
 trigger an ESB task to get the work done.


 Thanks  Regards,

 On Fri, Oct 17, 2014 at 8:20 AM, Manoj Gunawardena man...@wso2.com
 wrote:

 Hi Ravindra,

 proxy contains oauth acess token and refresh token, How those tokens
 fetch? Is there a service to fetch those token. Once the tokens expires,
 how new tokens add to the proxy? This proxy creates dynamically?


 Thanks

 On Thu, Oct 16, 2014 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Hi All,

 I have added OAuth 2 Authorization support for Google spreadsheet
 connector. Using that now we can create a proxy/recipe which filters out
 set of tweets from the twitter connector and writes back to a Google
 spreadsheet via Google spreadsheet OAuth 2 connector support. I have given
 the git repo location here.


 https://github.com/ravindraranwala/esb-connectors/tree/googlespreadsheet-OAuth2

 When you create the proxy/recipe please build the above project and use
 the Google spreadsheet connector created under the target directory and
 upload it to the ESB.Make sure to explicitly enable the connector once
 uploaded since it is disabled by default.

 A sample Proxy Configuration to read set of Tweets and write it back to
 a Google spread sheet is given below. The changes compared to the Google
 spreadsheet OAuth 1.0 configuration is highlighted here.


 ?xml version=1.0 encoding=UTF-8?
 proxy xmlns=http://ws.apache.org/ns/synapse;
name=
 twitterToGoogleSpreadsheetProxy
transports=https,http
statistics=disable
trace=disable
startOnLoad=true
target
   inSequence
  twitter.init
 consumerKeyTWITTER_CONSUMER_KEY/consumerKey
 consumerSecretTWITTER_CONSUMER_SECRET/consumerSecret
 accessTokenTWITTER_ACCESS_TOKEN/accessToken

 accessTokenSecretTWITTER_ACCESS_TOKEN_SECRET/accessTokenSecret
  /twitter.init
  twitter.search
 searchtuesday/search
 langen/lang
  /twitter.search
  xslt key=twitterTransform/
  log level=full/
  *googlespreadsheet.oAuth2init*
 oauthConsumerKeyGOOGLE_CONSUMER_KEY
 http://212972391932-3thmh0maoodoin7t116vb0adpjjvckv0.apps.googleusercontent.com
 /oauthConsumerKey

 oauthConsumerSecretGOOGLE_CONSUMER_SECRET/oauthConsumerSecret

 *
 oauthAccessTokenGOOGLE_ACCESS_TOKEN/oauthAccessToken
 oauthRefreshTokenGOOGLE_REFRESH_TOKEN/oauthRefreshToken*
  */googlespreadsheet.oAuth2init*
  googlespreadsheet.importCSV
 spreadsheetNameTweets/spreadsheetName
 worksheetNameSheet1/worksheetName
 batchEnabletrue/batchEnable
 batchSize100/batchSize
  /googlespreadsheet.importCSV
  respond/
   /inSequence
/target
description/
 /proxy


 Thanks  Regards,


 --
 Ravindra Ranwala
 Software Engineer
 WSO2, Inc: http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 Mobile: +94714198770


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




 --
 Manoj Gunawardena
 Tech Lead
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 2291643




 --
 Ravindra Ranwala
 Software Engineer
 WSO2, Inc: http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 Mobile: +94714198770


 ___
 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.

[Dev] Front-end framework to use

2014-10-16 Thread CD Athuraliya
Hi all,

I am developing a web based GUI as a part of this project [1]. Are there
any de facto frameworks/modules, used for such purposes? Any help would be
much appreciated.

[1] https://redmine.wso2.com/issues/3327

Thanks.

-- 
*CD Athuraliya*
Software Engineering Intern
WSO2, Inc.
lean . enterprise . middleware
Mobile: +94 716288847
LinkedIn http://lk.linkedin.com/in/cdathuraliya | Twitter
https://twitter.com/cdathuraliya | Blog http://cdathuraliya.tumblr.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Sriskandarajah Suhothayan
Hi all,

It's our pleasure to welcome Sachini Jayasekara as a WSO2
Committer. Sachini has contributed immensely to WSO2 Complex Event
Processor especially on Siddhi and shown great commitment.
In recognition of her contribution, she has been voted as a WSO2 Commiter.

Welcome aboard and keep up the good work !

Regards
Suho

-- 

*S. Suhothayan*
Technical Lead  Team Lead of WSO2 Complex Event Processor
 *WSO2 Inc. *http://wso2.com
* http://wso2.com/*
lean . enterprise . middleware


*cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Sriskandarajah Suhothayan
Hi all,

It's our pleasure to welcome Tishan Dahanayakage as a WSO2
Committer. Tishan has contributed immensely to WSO2 Complex Event Processor
especially on Siddhi and shown great commitment.
In recognition of his contribution, he has been voted as a WSO2 Commiter.

Welcome aboard and keep up the good work  !

Regards
Suho.

-- 

*S. Suhothayan*
Technical Lead  Team Lead of WSO2 Complex Event Processor
 *WSO2 Inc. *http://wso2.com
* http://wso2.com/*
lean . enterprise . middleware


*cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Kalpa Welivitigoda
Congratulations Tishan !

On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com
wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




-- 
Best Regards,

Kalpa Welivitigoda
Software Engineer, WSO2 Inc. http://wso2.com
Email: kal...@wso2.com
Mobile: +94776509215
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Kalpa Welivitigoda
Congratulations Sachini !

On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com
wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2 Commiter.


 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




-- 
Best Regards,

Kalpa Welivitigoda
Software Engineer, WSO2 Inc. http://wso2.com
Email: kal...@wso2.com
Mobile: +94776509215
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Sameera Jayaratna
Congratz Sachini!!

On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com
wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2 Commiter.


 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




-- 



*Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

*lean . enterprise . middleware |  http://wso2.com http://wso2.com *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Ayesha Dissanayaka
Congratulations Sachini !!!

On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com
wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2 Commiter.


 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




-- 
*Ayesha Dissanayaka*
Software Engineer,
WSO2, Inc : http://wso2.com
http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
20, Palmgrove Avenue, Colombo 3
E-Mail: aye...@wso2.com ayshsa...@gmail.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Rajith Siriwardena
Congratulations Tishan !!!

On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com
wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




-- 
*Rajith Siriwardana*
Software Engineer | Cloud Team
WSO2 Inc. ; http://wso2.com
*lean. enterprise. middleware*

---
*http://people.apache.org/~siriwardana
http://people.apache.org/~siriwardana*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Ayesha Dissanayaka
Congratulations Tishan !!!

On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com
wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com
  wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2 Commiter.


 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




-- 
*Ayesha Dissanayaka*
Software Engineer,
WSO2, Inc : http://wso2.com
http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
20, Palmgrove Avenue, Colombo 3
E-Mail: aye...@wso2.com ayshsa...@gmail.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Rajith Siriwardena
Congratulations Sachini !!!

On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com
  wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




-- 
*Rajith Siriwardana*
Software Engineer | Cloud Team
WSO2 Inc. ; http://wso2.com
*lean. enterprise. middleware*

---
*http://people.apache.org/~siriwardana
http://people.apache.org/~siriwardana*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Sameera Jayaratna
Congratz Tishan!!

On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com
wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




-- 



*Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

*lean . enterprise . middleware |  http://wso2.com http://wso2.com *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Lahiru Chandima
Congratulations Tishan!

On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com
wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com
 wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

 *lean . enterprise . middleware |  http://wso2.com http://wso2.com *

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




-- 
Lahiru Chandima
*Senior Software Engineer*
Mobile : +94 (0) 772 253283
lahi...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Tharindu Edirisinghe
Congratulations Sachini !

On Fri, Oct 17, 2014 at 10:45 AM, Rajith Siriwardena raj...@wso2.com
wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




-- 

Tharindu Edirisinghe
Software Engineer | WSO2 Inc
Identity Server Team
mobile : +94 775 181586
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Tharindu Edirisinghe
Congratulations Tishan 

On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com
 wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com
 wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event 
 Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

 *lean . enterprise . middleware |  http://wso2.com http://wso2.com *

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




 --
 Lahiru Chandima
 *Senior Software Engineer*
 Mobile : +94 (0) 772 253283
 lahi...@wso2.com

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




-- 

Tharindu Edirisinghe
Software Engineer | WSO2 Inc
Identity Server Team
mobile : +94 775 181586
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Vijitha Ekanayake
Congratulations Tishan !!!

On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com
wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com
  wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2 Commiter.


 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




-- 
Vijitha Ekanayake
Software Engineer*, *WSO2, Inc.; http://wso2.com/
Mobile : +94 777 24 73 39 | +94 718 74 44 08
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Gayashan Amarasinghe
Congratulations Tishan!!!

On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com
 wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com
 wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event 
 Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

 *lean . enterprise . middleware |  http://wso2.com http://wso2.com *

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




 --
 Lahiru Chandima
 *Senior Software Engineer*
 Mobile : +94 (0) 772 253283
 lahi...@wso2.com

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




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

Mobile : +94718314517
Blog : gayashan-a.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Sewwandi Perera
Congratulations Sachini... !!! :)

On Fri, Oct 17, 2014 at 10:45 AM, Rajith Siriwardena raj...@wso2.com
wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




-- 
Sewwandi Perera
Software Engineer

WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
mobile: +94-713765098
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Gayashan Amarasinghe
Congratulations Sachini!!!

On Fri, Oct 17, 2014 at 10:45 AM, Rajith Siriwardena raj...@wso2.com
wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




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

Mobile : +94718314517
Blog : gayashan-a.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Vijitha Ekanayake
Congratulations Sachini !!!

On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan s...@wso2.com
  wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




-- 
Vijitha Ekanayake
Software Engineer*, *WSO2, Inc.; http://wso2.com/
Mobile : +94 777 24 73 39 | +94 718 74 44 08
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Pulasthi Supun
Congrats!!!

On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe gayas...@wso2.com
wrote:

 Congratulations Sachini!!!

 On Fri, Oct 17, 2014 at 10:45 AM, Rajith Siriwardena raj...@wso2.com
 wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Rajith Siriwardana*
 Software Engineer | Cloud Team
 WSO2 Inc. ; http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*

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




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

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com

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




-- 
--
Pulasthi Supun
Software Engineer; WSO2 Inc.; http://wso2.com,
Email: pulas...@wso2.com
Mobile: +94 (71) 9258281
Blog : http://pulasthisupun.blogspot.com/
Git hub profile: https://github.com/pulasthi
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Pulasthi Supun
Congrats!!!

On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe gayas...@wso2.com
wrote:

 Congratulations Tishan!!!

 On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com
 wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com
 wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com
 wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event 
 Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

 *lean . enterprise . middleware |  http://wso2.com http://wso2.com *

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




 --
 Lahiru Chandima
 *Senior Software Engineer*
 Mobile : +94 (0) 772 253283
 lahi...@wso2.com

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




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

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com

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




-- 
--
Pulasthi Supun
Software Engineer; WSO2 Inc.; http://wso2.com,
Email: pulas...@wso2.com
Mobile: +94 (71) 9258281
Blog : http://pulasthisupun.blogspot.com/
Git hub profile: https://github.com/pulasthi
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Dakshika Jayathilaka
Congratulations Sachini !!!

*Dakshika Jayathilaka*
Software Engineer
WSO2, Inc.
lean.enterprise.middleware
0771100911

On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com
wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 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


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Kasun De Silva
Congratulations Sachini !!

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

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


On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com
wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 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


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Kasun De Silva
Congratulations Tishan !!

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

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


On Fri, Oct 17, 2014 at 10:51 AM, Pulasthi Supun pulas...@wso2.com wrote:

 Congrats!!!

 On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe gayas...@wso2.com
 wrote:

 Congratulations Tishan!!!

 On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com
 wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com
 wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com
 wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event 
 Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

 *lean . enterprise . middleware |  http://wso2.com http://wso2.com *

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




 --
 Lahiru Chandima
 *Senior Software Engineer*
 Mobile : +94 (0) 772 253283
 lahi...@wso2.com

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




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

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com

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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

 ___
 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 += Tishan Dahanayakage

2014-10-16 Thread Dakshika Jayathilaka
Congratulations Tishan !

*Dakshika Jayathilaka*
Software Engineer
WSO2, Inc.
lean.enterprise.middleware
0771100911

On Fri, Oct 17, 2014 at 10:53 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratulations Tishan !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!!

 On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe gayas...@wso2.com
  wrote:

 Congratulations Tishan!!!

 On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com
 wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com
 wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com
 wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda kal...@wso2.com
  wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event 
 Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

 *lean . enterprise . middleware |  http://wso2.com http://wso2.com *

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




 --
 Lahiru Chandima
 *Senior Software Engineer*
 Mobile : +94 (0) 772 253283
 lahi...@wso2.com

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




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

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com

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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

 ___
 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


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Sajini De Silva
Congratulations Sachini !!!

On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne 
sithumi...@wso2.com wrote:

 Congratulations Sachini!!!

 On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratulations Sachini !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 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




 --
 --
 Sithumini Senevirathne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email: sithumi...@wso2.com,   mobile: +94 756977999

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




-- 
Sajini De SIlva
Software Engineer; WSO2 Inc.; http://wso2.com ,
Email: saj...@wso2.com
Blog: http://sajinid.blogspot.com/
Git hub profile: https://github.com/sajinidesilva

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


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Thilini Shanika
Congratulations Sachini :)

On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne 
sithumi...@wso2.com wrote:

 Congratulations Sachini!!!

 On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratulations Sachini !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 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




 --
 --
 Sithumini Senevirathne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email: sithumi...@wso2.com,   mobile: +94 756977999

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




-- 
Thilini Shanika
Software Engineer
WSO2, Inc.; http://wso2.com
20, Palmgrove Avenue, Colombo 3

E-mail: tgtshan...@gmail.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Rajkumar Rajaratnam
Congratulations Sachini!!

On Fri, Oct 17, 2014 at 10:56 AM, Sajini De Silva saj...@wso2.com wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne 
 sithumi...@wso2.com wrote:

 Congratulations Sachini!!!

 On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratulations Sachini !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 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




 --
 --
 Sithumini Senevirathne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email: sithumi...@wso2.com,   mobile: +94 756977999

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




 --
 Sajini De SIlva
 Software Engineer; WSO2 Inc.; http://wso2.com ,
 Email: saj...@wso2.com
 Blog: http://sajinid.blogspot.com/
 Git hub profile: https://github.com/sajinidesilva

 Phone: +94 712797729


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




-- 
Rajkumar Rajaratnam
Software Engineer | WSO2, Inc.
Mobile +94777568639 | +94783498120
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Sajini De Silva
Congratulations Tishan !!!

On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka daksh...@wso2.com
wrote:

 Congratulations Tishan !

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Oct 17, 2014 at 10:53 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratulations Tishan !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!!

 On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Tishan!!!

 On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com
 wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com
  wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com
  wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event 
 Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

 *lean . enterprise . middleware |  http://wso2.com http://wso2.com *

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




 --
 Lahiru Chandima
 *Senior Software Engineer*
 Mobile : +94 (0) 772 253283
 lahi...@wso2.com

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




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

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com

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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

 ___
 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




-- 
Sajini De SIlva
Software Engineer; WSO2 Inc.; http://wso2.com ,
Email: saj...@wso2.com
Blog: http://sajinid.blogspot.com/
Git hub profile: https://github.com/sajinidesilva

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


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Thilini Shanika
Congratulations Tishan !!!

On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka daksh...@wso2.com
wrote:

 Congratulations Tishan !

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Oct 17, 2014 at 10:53 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratulations Tishan !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!!

 On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Tishan!!!

 On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com
 wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com
  wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com
  wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event 
 Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

 *lean . enterprise . middleware |  http://wso2.com http://wso2.com *

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




 --
 Lahiru Chandima
 *Senior Software Engineer*
 Mobile : +94 (0) 772 253283
 lahi...@wso2.com

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




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

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com

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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

 ___
 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




-- 
Thilini Shanika
Software Engineer
WSO2, Inc.; http://wso2.com
20, Palmgrove Avenue, Colombo 3

E-mail: tgtshan...@gmail.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Rajkumar Rajaratnam
Congratulations Tishan!

On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka daksh...@wso2.com
wrote:

 Congratulations Tishan !

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Oct 17, 2014 at 10:53 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratulations Tishan !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!!

 On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Tishan!!!

 On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com
 wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna samee...@wso2.com
  wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka aye...@wso2.com
  wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event 
 Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

 *lean . enterprise . middleware |  http://wso2.com http://wso2.com *

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




 --
 Lahiru Chandima
 *Senior Software Engineer*
 Mobile : +94 (0) 772 253283
 lahi...@wso2.com

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




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

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com

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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

 ___
 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




-- 
Rajkumar Rajaratnam
Software Engineer | WSO2, Inc.
Mobile +94777568639 | +94783498120
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Harsha Kumara
Congratulations Sachini!

On Fri, Oct 17, 2014 at 10:57 AM, Thilini Shanika thili...@wso2.com wrote:

 Congratulations Sachini :)

 On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne 
 sithumi...@wso2.com wrote:

 Congratulations Sachini!!!

 On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratulations Sachini !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 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




 --
 --
 Sithumini Senevirathne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email: sithumi...@wso2.com,   mobile: +94 756977999

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




 --
 Thilini Shanika
 Software Engineer
 WSO2, Inc.; http://wso2.com
 20, Palmgrove Avenue, Colombo 3

 E-mail: tgtshan...@gmail.com


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




-- 
Harsha Kumara
Software Engineer, WSO2 Inc.
Mobile: +94775505618
Blog:harshcreationz.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Google Spreadsheet connector OAuth2 Authorization support

2014-10-16 Thread Ravindra Ranwala
Hi Malaka,

We neither store new tokens for consequent calls nor obtain a new token for
each task execution. We obtain tokens only once when the connection is
created and it is stored. We pass Access token and refresh token (stored
previously) to the Google spreadsheet API (gdata spreadsheet) which
internally handles token expiration related stuffs. Spreadsheet API
conducts an offline access to the protected resource using the given tokens.


Thanks  Regards,

On Fri, Oct 17, 2014 at 10:38 AM, Malaka Silva mal...@wso2.com wrote:

 Hi Ravindra,

 When the access token is expired, using the refresh token we can obtain a
 new token. Are we storing back the new token for the consequent calls? or
 are we getting a new token for each execution cycle?

 Best Regards,
 Malaka

 On Fri, Oct 17, 2014 at 8:55 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Hi Manoj,

 I have given this proxy configuration just for testing purposes. But you
 can use our iPAAS recipe app to fetch the access tokens and refresh tokens.
 Here we are using refresh tokens for offline access to a protected
 resource. If the Access token is expired, we may use the refresh token to
 obtain a new one. User should have access and refresh tokens obtained
 beforehand to use this. The connector uses those tokens to access
 resources. For an example read set of Tweets from a tweeter account and
 write them back to a Google spreadsheet. You may parametrize this and
 trigger an ESB task to get the work done.


 Thanks  Regards,

 On Fri, Oct 17, 2014 at 8:20 AM, Manoj Gunawardena man...@wso2.com
 wrote:

 Hi Ravindra,

 proxy contains oauth acess token and refresh token, How those tokens
 fetch? Is there a service to fetch those token. Once the tokens expires,
 how new tokens add to the proxy? This proxy creates dynamically?


 Thanks

 On Thu, Oct 16, 2014 at 8:33 AM, Ravindra Ranwala ravin...@wso2.com
 wrote:

 Hi All,

 I have added OAuth 2 Authorization support for Google spreadsheet
 connector. Using that now we can create a proxy/recipe which filters out
 set of tweets from the twitter connector and writes back to a Google
 spreadsheet via Google spreadsheet OAuth 2 connector support. I have given
 the git repo location here.


 https://github.com/ravindraranwala/esb-connectors/tree/googlespreadsheet-OAuth2

 When you create the proxy/recipe please build the above project and use
 the Google spreadsheet connector created under the target directory and
 upload it to the ESB.Make sure to explicitly enable the connector once
 uploaded since it is disabled by default.

 A sample Proxy Configuration to read set of Tweets and write it back to
 a Google spread sheet is given below. The changes compared to the Google
 spreadsheet OAuth 1.0 configuration is highlighted here.


 ?xml version=1.0 encoding=UTF-8?
 proxy xmlns=http://ws.apache.org/ns/synapse;
name=
 twitterToGoogleSpreadsheetProxy
transports=https,http
statistics=disable
trace=disable
startOnLoad=true
target
   inSequence
  twitter.init
 consumerKeyTWITTER_CONSUMER_KEY/consumerKey
 consumerSecretTWITTER_CONSUMER_SECRET/consumerSecret
 accessTokenTWITTER_ACCESS_TOKEN/accessToken

 accessTokenSecretTWITTER_ACCESS_TOKEN_SECRET/accessTokenSecret
  /twitter.init
  twitter.search
 searchtuesday/search
 langen/lang
  /twitter.search
  xslt key=twitterTransform/
  log level=full/
  *googlespreadsheet.oAuth2init*
 oauthConsumerKeyGOOGLE_CONSUMER_KEY
 http://212972391932-3thmh0maoodoin7t116vb0adpjjvckv0.apps.googleusercontent.com
 /oauthConsumerKey

 oauthConsumerSecretGOOGLE_CONSUMER_SECRET/oauthConsumerSecret

 *
 oauthAccessTokenGOOGLE_ACCESS_TOKEN/oauthAccessToken
 oauthRefreshTokenGOOGLE_REFRESH_TOKEN/oauthRefreshToken*
  */googlespreadsheet.oAuth2init*
  googlespreadsheet.importCSV
 spreadsheetNameTweets/spreadsheetName
 worksheetNameSheet1/worksheetName
 batchEnabletrue/batchEnable
 batchSize100/batchSize
  /googlespreadsheet.importCSV
  respond/
   /inSequence
/target
description/
 /proxy


 Thanks  Regards,


 --
 Ravindra Ranwala
 Software Engineer
 WSO2, Inc: http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 Mobile: +94714198770


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




 --
 Manoj Gunawardena
 Tech Lead
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 2291643




 --
 Ravindra Ranwala
 Software Engineer
 WSO2, Inc: http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 Mobile: +94714198770


 ___
 Dev mailing list
 Dev@wso2.org
 

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Harsha Kumara
Congratulations Tishan!

On Fri, Oct 17, 2014 at 10:58 AM, Rajkumar Rajaratnam rajkum...@wso2.com
wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka daksh...@wso2.com
 wrote:

 Congratulations Tishan !

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Oct 17, 2014 at 10:53 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratulations Tishan !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!!

 On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Tishan!!!

 On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com
 wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna 
 samee...@wso2.com wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka 
 aye...@wso2.com wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event 
 Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

 *lean . enterprise . middleware |  http://wso2.com http://wso2.com
 *

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




 --
 Lahiru Chandima
 *Senior Software Engineer*
 Mobile : +94 (0) 772 253283
 lahi...@wso2.com

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




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

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com

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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

 ___
 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




 --
 Rajkumar Rajaratnam
 Software Engineer | WSO2, Inc.
 Mobile +94777568639 | +94783498120

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




-- 
Harsha Kumara
Software Engineer, WSO2 Inc.
Mobile: +94775505618
Blog:harshcreationz.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Anuruddha Premalal
Congratulations Tishan!!

On Fri, Oct 17, 2014 at 10:58 AM, Rajkumar Rajaratnam rajkum...@wso2.com
wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka daksh...@wso2.com
 wrote:

 Congratulations Tishan !

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Oct 17, 2014 at 10:53 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratulations Tishan !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!!

 On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Tishan!!!

 On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com
 wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna 
 samee...@wso2.com wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka 
 aye...@wso2.com wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event 
 Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2 Inc. *

 *lean . enterprise . middleware |  http://wso2.com http://wso2.com
 *

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




 --
 Lahiru Chandima
 *Senior Software Engineer*
 Mobile : +94 (0) 772 253283
 lahi...@wso2.com

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




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

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com

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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

 ___
 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




 --
 Rajkumar Rajaratnam
 Software Engineer | WSO2, Inc.
 Mobile +94777568639 | +94783498120

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




-- 
*Anuruddha Premalal*
Software Eng. | WSO2 Inc.
Mobile : +94710461070
Web site : www.regilandvalley.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Anuruddha Premalal
Congratulation Sachini!!

On Fri, Oct 17, 2014 at 10:59 AM, Harsha Kumara hars...@wso2.com wrote:

 Congratulations Sachini!

 On Fri, Oct 17, 2014 at 10:57 AM, Thilini Shanika thili...@wso2.com
 wrote:

 Congratulations Sachini :)

 On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne 
 sithumi...@wso2.com wrote:

 Congratulations Sachini!!!

 On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva kas...@wso2.com
 wrote:

 Congratulations Sachini !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 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




 --
 --
 Sithumini Senevirathne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email: sithumi...@wso2.com,   mobile: +94 756977999

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




 --
 Thilini Shanika
 Software Engineer
 WSO2, Inc.; http://wso2.com
 20, Palmgrove Avenue, Colombo 3

 E-mail: tgtshan...@gmail.com


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




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

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




-- 
*Anuruddha Premalal*
Software Eng. | WSO2 Inc.
Mobile : +94710461070
Web site : www.regilandvalley.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Vinuri Perera
Congrats !!! :)

On Fri, Oct 17, 2014 at 10:59 AM, Harsha Kumara hars...@wso2.com wrote:

 Congratulations Sachini!

 On Fri, Oct 17, 2014 at 10:57 AM, Thilini Shanika thili...@wso2.com
 wrote:

 Congratulations Sachini :)

 On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne 
 sithumi...@wso2.com wrote:

 Congratulations Sachini!!!

 On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva kas...@wso2.com
 wrote:

 Congratulations Sachini !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 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




 --
 --
 Sithumini Senevirathne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email: sithumi...@wso2.com,   mobile: +94 756977999

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




 --
 Thilini Shanika
 Software Engineer
 WSO2, Inc.; http://wso2.com
 20, Palmgrove Avenue, Colombo 3

 E-mail: tgtshan...@gmail.com


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




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

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




-- 
Vinuri Perera
Software Engineer | WSO2 Inc

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


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Vinuri Perera
congrats Tishan !!!

On Fri, Oct 17, 2014 at 11:00 AM, Anuruddha Premalal anurud...@wso2.com
wrote:


 Congratulations Tishan!!

 On Fri, Oct 17, 2014 at 10:58 AM, Rajkumar Rajaratnam rajkum...@wso2.com
 wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:55 AM, Dakshika Jayathilaka daksh...@wso2.com
  wrote:

 Congratulations Tishan !

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Fri, Oct 17, 2014 at 10:53 AM, Kasun De Silva kas...@wso2.com
 wrote:

 Congratulations Tishan !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 Congrats!!!

 On Fri, Oct 17, 2014 at 10:49 AM, Gayashan Amarasinghe 
 gayas...@wso2.com wrote:

 Congratulations Tishan!!!

 On Fri, Oct 17, 2014 at 10:48 AM, Lahiru Chandima lahi...@wso2.com
 wrote:

 Congratulations Tishan!

 On Fri, Oct 17, 2014 at 10:45 AM, Sameera Jayaratna 
 samee...@wso2.com wrote:

 Congratz Tishan!!

 On Fri, Oct 17, 2014 at 10:45 AM, Ayesha Dissanayaka 
 aye...@wso2.com wrote:

 Congratulations Tishan !!!

 On Fri, Oct 17, 2014 at 10:42 AM, Kalpa Welivitigoda 
 kal...@wso2.com wrote:

 Congratulations Tishan !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Tishan Dahanayakage as a WSO2
 Committer. Tishan has contributed immensely to WSO2 Complex Event 
 Processor
 especially on Siddhi and shown great commitment.
 In recognition of his contribution, he has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work  !

 Regards
 Suho.

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 *Ayesha Dissanayaka*
 Software Engineer,
 WSO2, Inc : http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 20, Palmgrove Avenue, Colombo 3
 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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




 --



 *Thanks  Regards,Sameera Jayaratna Software Engineer; **WSO2
 Inc. *

 *lean . enterprise . middleware |  http://wso2.com
 http://wso2.com *

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




 --
 Lahiru Chandima
 *Senior Software Engineer*
 Mobile : +94 (0) 772 253283
 lahi...@wso2.com

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




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

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com

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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

 ___
 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




 --
 Rajkumar Rajaratnam
 Software Engineer | WSO2, Inc.
 Mobile +94777568639 | +94783498120

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




 --
 *Anuruddha Premalal*
 Software Eng. | WSO2 Inc.
 Mobile : +94710461070
 Web site : www.regilandvalley.com


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




-- 
Vinuri Perera
Software Engineer | WSO2 Inc

M : 0711518805
___
Dev 

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Ashan Dhananjaya
happy for you Tishan  :)
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Front-end framework to use

2014-10-16 Thread Chamila De Alwis
Hi,

I haven't done any serious front end work, but as an additional concern
when selecting frameworks and modules, have a look at the license they are
using. They should be licensed under Apache License v2.0 or under a
compatible license. It might help going briefly through the
articles[1][2][3] on Apache about license compatibility before selecting a
particular module.

Perhaps Dakshika can add ideas on the specific frameworks to use

[1] - http://www.apache.org/licenses/GPL-compatibility.html
[2] - http://www.apache.org/legal/3party.html
[3] - http://www.apache.org/legal/resolved.html


Regards,
Chamila de Alwis
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com



On Fri, Oct 17, 2014 at 10:40 AM, CD Athuraliya chathur...@wso2.com wrote:

 Hi all,

 I am developing a web based GUI as a part of this project [1]. Are there
 any de facto frameworks/modules, used for such purposes? Any help would be
 much appreciated.

 [1] https://redmine.wso2.com/issues/3327

 Thanks.

 --
 *CD Athuraliya*
 Software Engineering Intern
 WSO2, Inc.
 lean . enterprise . middleware
 Mobile: +94 716288847
 LinkedIn http://lk.linkedin.com/in/cdathuraliya | Twitter
 https://twitter.com/cdathuraliya | Blog
 http://cdathuraliya.tumblr.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 += Tishan Dahanayakage

2014-10-16 Thread Niranda Perera
Congrats Tishan!

On Fri, Oct 17, 2014 at 11:04 AM, Ashan Dhananjaya ash...@wso2.com wrote:

 happy for you Tishan  :)

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




-- 
*Niranda Perera*
Software Engineer, WSO2 Inc.
Mobile: +94-71-554-8430
Twitter: @n1r44 https://twitter.com/N1R44
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Front-end framework to use

2014-10-16 Thread CD Athuraliya
Hi Chamila,

Thanks for the tip on license compatibility. I will look into this.

Best regards.

On Fri, Oct 17, 2014 at 11:05 AM, Chamila De Alwis chami...@wso2.com
wrote:

 Hi,

 I haven't done any serious front end work, but as an additional concern
 when selecting frameworks and modules, have a look at the license they are
 using. They should be licensed under Apache License v2.0 or under a
 compatible license. It might help going briefly through the
 articles[1][2][3] on Apache about license compatibility before selecting a
 particular module.

 Perhaps Dakshika can add ideas on the specific frameworks to use

 [1] - http://www.apache.org/licenses/GPL-compatibility.html
 [2] - http://www.apache.org/legal/3party.html
 [3] - http://www.apache.org/legal/resolved.html


 Regards,
 Chamila de Alwis
 Software Engineer | WSO2 | +94772207163
 Blog: code.chamiladealwis.com



 On Fri, Oct 17, 2014 at 10:40 AM, CD Athuraliya chathur...@wso2.com
 wrote:

 Hi all,

 I am developing a web based GUI as a part of this project [1]. Are there
 any de facto frameworks/modules, used for such purposes? Any help would be
 much appreciated.

 [1] https://redmine.wso2.com/issues/3327

 Thanks.

 --
 *CD Athuraliya*
 Software Engineering Intern
 WSO2, Inc.
 lean . enterprise . middleware
 Mobile: +94 716288847
 LinkedIn http://lk.linkedin.com/in/cdathuraliya | Twitter
 https://twitter.com/cdathuraliya | Blog
 http://cdathuraliya.tumblr.com/

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





-- 
*CD Athuraliya*
Software Engineering Intern
WSO2, Inc.
lean . enterprise . middleware
Mobile: +94 716288847
LinkedIn http://lk.linkedin.com/in/cdathuraliya | Twitter
https://twitter.com/cdathuraliya | Blog http://cdathuraliya.tumblr.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Denuwanthi De Silva
Congratulations Sachini!!

On Fri, Oct 17, 2014 at 11:03 AM, Anuruddha Premalal anurud...@wso2.com
wrote:

 Congratulation Sachini!!

 On Fri, Oct 17, 2014 at 10:59 AM, Harsha Kumara hars...@wso2.com wrote:

 Congratulations Sachini!

 On Fri, Oct 17, 2014 at 10:57 AM, Thilini Shanika thili...@wso2.com
 wrote:

 Congratulations Sachini :)

 On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne 
 sithumi...@wso2.com wrote:

 Congratulations Sachini!!!

 On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva kas...@wso2.com
 wrote:

 Congratulations Sachini !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com
  wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
  wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 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




 --
 --
 Sithumini Senevirathne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email: sithumi...@wso2.com,   mobile: +94 756977999

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




 --
 Thilini Shanika
 Software Engineer
 WSO2, Inc.; http://wso2.com
 20, Palmgrove Avenue, Colombo 3

 E-mail: tgtshan...@gmail.com


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




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

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




 --
 *Anuruddha Premalal*
 Software Eng. | WSO2 Inc.
 Mobile : +94710461070
 Web site : www.regilandvalley.com


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




-- 
Denuwanthi De Silva
Software Engineer;
WSO2 Inc.; http://wso2.com,
Email: denuwan...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Denuwanthi De Silva
Congratulations Tishan!!

On Fri, Oct 17, 2014 at 11:08 AM, Niranda Perera nira...@wso2.com wrote:

 Congrats Tishan!

 On Fri, Oct 17, 2014 at 11:04 AM, Ashan Dhananjaya ash...@wso2.com
 wrote:

 happy for you Tishan  :)

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




 --
 *Niranda Perera*
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44 https://twitter.com/N1R44

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




-- 
Denuwanthi De Silva
Software Engineer;
WSO2 Inc.; http://wso2.com,
Email: denuwan...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sachini Jayasekara

2014-10-16 Thread Niranda Perera
Congrats Sachini!

On Fri, Oct 17, 2014 at 11:03 AM, Anuruddha Premalal anurud...@wso2.com
wrote:

 Congratulation Sachini!!

 On Fri, Oct 17, 2014 at 10:59 AM, Harsha Kumara hars...@wso2.com wrote:

 Congratulations Sachini!

 On Fri, Oct 17, 2014 at 10:57 AM, Thilini Shanika thili...@wso2.com
 wrote:

 Congratulations Sachini :)

 On Fri, Oct 17, 2014 at 10:54 AM, Sithumini Senevirathne 
 sithumi...@wso2.com wrote:

 Congratulations Sachini!!!

 On Fri, Oct 17, 2014 at 10:52 AM, Kasun De Silva kas...@wso2.com
 wrote:

 Congratulations Sachini !!

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

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


 On Fri, Oct 17, 2014 at 10:51 AM, Vijitha Ekanayake vijit...@wso2.com
  wrote:

 Congratulations Sachini !!!

 On Fri, Oct 17, 2014 at 10:43 AM, Kalpa Welivitigoda kal...@wso2.com
  wrote:

 Congratulations Sachini !

 On Fri, Oct 17, 2014 at 10:41 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi all,

 It's our pleasure to welcome Sachini Jayasekara as a WSO2
 Committer. Sachini has contributed immensely to WSO2 Complex Event
 Processor especially on Siddhi and shown great commitment.
 In recognition of her contribution, she has been voted as a WSO2
 Commiter.

 Welcome aboard and keep up the good work !

 Regards
 Suho

 --

 *S. Suhothayan*
 Technical Lead  Team Lead of WSO2 Complex Event Processor
  *WSO2 Inc. *http://wso2.com
 * http://wso2.com/*
 lean . enterprise . middleware


 *cell: (+94) 779 756 757 %28%2B94%29%20779%20756%20757 | blog:
 http://suhothayan.blogspot.com/ 
 http://suhothayan.blogspot.com/twitter:
 http://twitter.com/suhothayan http://twitter.com/suhothayan | 
 linked-in:
 http://lk.linkedin.com/in/suhothayan 
 http://lk.linkedin.com/in/suhothayan*

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




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

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




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 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




 --
 --
 Sithumini Senevirathne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email: sithumi...@wso2.com,   mobile: +94 756977999

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




 --
 Thilini Shanika
 Software Engineer
 WSO2, Inc.; http://wso2.com
 20, Palmgrove Avenue, Colombo 3

 E-mail: tgtshan...@gmail.com


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




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

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




 --
 *Anuruddha Premalal*
 Software Eng. | WSO2 Inc.
 Mobile : +94710461070
 Web site : www.regilandvalley.com


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




-- 
*Niranda Perera*
Software Engineer, WSO2 Inc.
Mobile: +94-71-554-8430
Twitter: @n1r44 https://twitter.com/N1R44
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APPFAC] Installing Jenkins plugins

2014-10-16 Thread Danushka Fernando
AFAIU we are not shipping any thing related to .NET apptype and we are just
providing a doc. Correct me if I am wrong. In that case +1 for mentioning
it in docs.

Thanks  Regards
Danushka Fernando
Software Engineer
WSO2 inc. http://wso2.com/
Mobile : +94716332729

On Fri, Oct 17, 2014 at 10:32 AM, Kasun De Silva kas...@wso2.com wrote:

 Hi All,

 How we ship AppFactory plugin for Jenkins, There are few more plugins that
 Jenkins should have in order to give .NET app support.

 1. Jenkins MSBuild Plugin
 2. Windows Slaves Plugin

 What could be the best way that we can do this ? I'm thinking include
 plugin installation and configuration instructions in the doc, WDYT ?


 Thanks

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

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


 ___
 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] [APPFAC] Installing Jenkins plugins

2014-10-16 Thread Gayan Dhanushka
Hi Danushka,

Just to clarify the things, are we following a model where in the future we
just don't ship artifacts for all the apptypes supported by us but provide
documentation so that if someone wants to have a particular apptype he can
plug it in ? In that case +1 for mentioning in the docs.

Thanks
Gayan

On Fri, Oct 17, 2014 at 11:15 AM, Danushka Fernando danush...@wso2.com
wrote:

 AFAIU we are not shipping any thing related to .NET apptype and we are
 just providing a doc. Correct me if I am wrong. In that case +1 for
 mentioning it in docs.

 Thanks  Regards
 Danushka Fernando
 Software Engineer
 WSO2 inc. http://wso2.com/
 Mobile : +94716332729

 On Fri, Oct 17, 2014 at 10:32 AM, Kasun De Silva kas...@wso2.com wrote:

 Hi All,

 How we ship AppFactory plugin for Jenkins, There are few more plugins
 that Jenkins should have in order to give .NET app support.

 1. Jenkins MSBuild Plugin
 2. Windows Slaves Plugin

 What could be the best way that we can do this ? I'm thinking include
 plugin installation and configuration instructions in the doc, WDYT ?


 Thanks

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

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


 ___
 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




-- 
Gayan Dhanuska
Software Engineer
http://wso2.com/
Lean Enterprise Middleware

Mobile
071 666 2327

Office
Tel   : 94 11 214 5345
Fax  : 94 11 214 5300

Twitter : https://twitter.com/gayanlggd
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [CARBON] Reproducing CARBON-14572

2014-10-16 Thread Aparna Karunarathna
Hi Gayashan,

Seems like I haven't attached the carbon log, very sorry for that. This was
happened when we were doing basic bpel testing in BPS clustered setup(might
be a milestones pack). These issues were not reproducible very easily and
also cannot give the exact steps to reproduce the issue.

Regards,
Aparna


On Thu, Oct 16, 2014 at 7:48 PM, Gayashan Amarasinghe gayas...@wso2.com
wrote:

 Hi Aparna,

 Regarding $subject at [1], Can you provide more information to reproduce
 this error? While performing which task, did you get these errors? What
 sort of errors was it throwing? Since the description in the JIRA is too
 generic, the errors could be thrown either due to issues in carbon server
 or in BPS features. Would be really helpful if you can provide more
 information.

 [1] https://wso2.org/jira/browse/CARBON-14572

 Thanks.
 /Gayashan

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

 Mobile : +94718314517
 Blog : gayashan-a.blogspot.com




-- 
*Aparna Karunarathna.*


*Senior Software Engineer - QAWSO2 Inc.Mobile: 0714002533*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Shashika Karunatilaka
Congrats Tishan

On Fri, Oct 17, 2014 at 11:22 AM, Danesh Kuruppu dan...@wso2.com wrote:

 Congrats Tishan!!!

 On Fri, Oct 17, 2014 at 11:11 AM, Denuwanthi De Silva denuwan...@wso2.com
  wrote:

 Congratulations Tishan!!

 On Fri, Oct 17, 2014 at 11:08 AM, Niranda Perera nira...@wso2.com
 wrote:

 Congrats Tishan!

 On Fri, Oct 17, 2014 at 11:04 AM, Ashan Dhananjaya ash...@wso2.com
 wrote:

 happy for you Tishan  :)

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




 --
 *Niranda Perera*
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44 https://twitter.com/N1R44

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




 --
 Denuwanthi De Silva
 Software Engineer;
 WSO2 Inc.; http://wso2.com,
 Email: denuwan...@wso2.com



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




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

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




-- 
Shashika Prabath Karunatilaka,
Software Engineer,
WSO2, Inc: http://wso2.com/
mobile : +94 77 7487792
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev