[Dev] [IS] Evaluating a specific XACML policy passing the policy ID

2015-03-21 Thread Rushmin Fernando
Hi IS Team,

In App Manager we have the following requirement.

1) App creator need to associate authorization rules for URL pattern + HTTP
verb combinations

2) They are given a UI to add a URL pattern, select an HTTP verb and then
apply an authorization rule.

3) App Manager uses XACML for these authorization rules.

4) Since the 'resource' and 'action' parts of the XACML policy is
determined the aforementioned UI inputs, user is only allowed to write the
'condition' part. And the actual XACML policy is generated using these
parts.

5) But the thing is, we need to re-use these 'conditions'. We do it in App
Manager level. But we end up with generating XACML policies for 'resource'
+ 'action' combinations.

Is there a way that we can have a single XACML policy which only has the
condition 'part' and evaluate the XACML request using that specific policy
(by giving the policy ID ) ?

-- 
*Rushmin Fernando*
*Technical Lead*

WSO2 Inc.  - Lean . Enterprise . Middleware

email : rush...@wso2.com
mobile : +94772310855
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Git] ESB integration tests cannot be build

2015-03-21 Thread Manoj Kumara
Hi,

I need to send a pull request of automation tests for a patch to ESB git
repo. But noticed that in current master branch integration modules are
commented out. I tried un-commentating the modules but could not able to
resolve the issue.

Can someone assist me on this. Is there any other branch that I run
integration tests and test for the moment.

[1]
https://github.com/wso2/product-esb/blob/master/modules/integration/pom.xml


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


Re: [Dev] Undefined 'Security policy namespace cannot be null.' resource property runtime exception when executing a jar created by maven assembly plugin

2015-03-21 Thread Awanthika Senarath
Hi Sabra,

How are you running the jar?

probably the issue is that your classpath is not set to get the security
policy.

Try setting the appropriate classpath parameters. if you are running the
jar from the terminal you can refer to [1] as to how to set the classpath
parameters


[1]
http://stackoverflow.com/questions/18413014/run-jar-from-command-line-and-specify-classpath

regards
Awanthika



On Sat, Mar 21, 2015 at 10:19 AM, Sabra Ossen  wrote:

> Hi,
>
> I have created a jar with dependencies using the maven assembly plugin in
> order to push data to secure web service in WSO2 DSS.
>
> The code works fine when run in intelliJ idea, but when the jar is run I
> get the following exception.
>
> java.lang.RuntimeException: Undefined 'Security policy namespace cannot be
> null.' resource property
> at org.apache.rampart.RampartException.getMessage(RampartException.java:81)
> at org.apache.rampart.RampartException.(RampartException.java:41)
> at org.apache.rampart.RampartException.(RampartException.java:57)
> at
> org.apache.rampart.RampartMessageData.setWSSecurityVersions(RampartMessageData.java:422)
> at
> org.apache.rampart.RampartMessageData.(RampartMessageData.java:263)
> at org.apache.rampart.MessageBuilder.build(MessageBuilder.java:61)
> at org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:65)
> at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
> at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
> at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:427)
> at
> org.apache.axis2.description.OutOnlyAxisOperationClient.executeImpl(OutOnlyAxisOperation.java:278)
> at
> org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
> at
> org.wso2.dashboard.marketing.client.WSO2MarketingDashboardDataServiceStub.insertWebsiteVisitorsPerWeek(WSO2MarketingDashboardDataServiceStub.java:610)
> at
> org.wso2.dashboard.marketing.publish.data.DataPublisher.insertToWebsiteVisitorsWeeklyDB(DataPublisher.java:358)
> at
> org.wso2.dashboard.marketing.publish.data.DataPublisher.publishData(DataPublisher.java:46)
> at
> org.wso2.dashboard.marketing.publish.data.Application.main(Application.java:8)
>
> The pom is as follows.
>
> 
> http://maven.apache.org/POM/4.0.0";
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
> http://maven.apache.org/xsd/maven-4.0.0.xsd";>
> 4.0.0
>
> 
> 1.6
> UTF-8
> 1.6.1-wso2v9
> 1.6.1-wso2v12
> 
>
> org.wso2.dashboard.marketing
> DataAccess
> 1.0-SNAPSHOT
> jar
>
> 
> 
> codehaus
> http://repository.codehaus.org/org/codehaus
> 
>
> 
> wso2.releases
> WSO2 Releases Repository
> 
> http://maven.wso2.org/nexus/content/repositories/releases/
> 
> true
> daily
> ignore
> 
> 
>
> 
> 
> wso2.snapshots
> WSO2 Snapshot Repository
> 
> http://maven.wso2.org/nexus/content/repositories/snapshots/
> 
> true
> daily
> 
> 
> false
> 
> 
>
> 
> wso2-nexus
> WSO2 internal Repository
> http://maven.wso2.org/nexus/content/groups/wso2-public/
> 
> true
> daily
> ignore
> 
> 
> 
>
> 
> 
> 
> com.google.apis
> google-api-services-analytics
> v3-rev98-1.19.0
> 
> 
> com.google.oauth-client
> google-oauth-client-jetty
> 1.19.0
> 
>
> 
> 
> com.force.api
> force-wsc
> 33.0.1
> 
>
> 
> 
> org.codehaus.jackson
> jackson-mapper-asl
> 1.9.13
> 
>
> 
> org.wso2.carbon
> org.wso2.carbon.authenticator.stub
> 3.2.0
> 
>
> 
> 
> org.apache.axis2
> axis2
> ${axis2.version}
> 
> 
> org.apache.axis2
> axis2-transport-local
> ${axis2.version}
> 
> 
> org.apache.axis2
> axis2-transport-http
> ${axis2.version}
> 
>
> 
> 
> org.apache.rampart
> rampart-core
> ${rampart.version}
> 
> 
> org.apache.axis2
> addressing
> 
> 
> 
>
> 
> 
> org.apache.neethi
> neethi
> 2.0.5
> 
>

Re: [Dev] [Git] ESB integration tests cannot be build

2015-03-21 Thread Prabath Ariyarathna
Hi Manoj.

Please send your PR to developer branch[1] and use the same for your
testing.

[1] = https://github.com/wso2/product-esb/tree/develop

Thanks.

On Sat, Mar 21, 2015 at 4:23 PM, Manoj Kumara  wrote:

> Hi,
>
> I need to send a pull request of automation tests for a patch to ESB git
> repo. But noticed that in current master branch integration modules are
> commented out. I tried un-commentating the modules but could not able to
> resolve the issue.
>
> Can someone assist me on this. Is there any other branch that I run
> integration tests and test for the moment.
>
> [1]
> https://github.com/wso2/product-esb/blob/master/modules/integration/pom.xml
>
>
> Regards,
> Manoj
>



-- 

*Prabath Ariyarathna*

*Associate Technical Lead*

*WSO2, Inc. *

*lean . enterprise . middleware *


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

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

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

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


Re: [Dev] Undefined 'Security policy namespace cannot be null.' resource property runtime exception when executing a jar created by maven assembly plugin

2015-03-21 Thread Sabra Ossen
Hi Awanthika,

That was the one of the issues I was facing. I was able to resolve the
issues with help. Instead of using the maven assembly plugin to unpack the
dependencies of the component and include them in the jar that I am
running, I used the maven jar plugin and created the jar (I have given the
classpath prefix and mainClass).

I included the maven dependency plugin which copies the dependencies in to
the folder indicated by the classpath prefix.

I included the maven resources plugin which copies the resources in to the
folder indicated by output directory.

I copied the folder named "lib" which includes the dependency jars and the
folder named "config" which includes the resources such as the policy file
in to the folder containing the jar and ran command "java -jar (NAME).jar".

I have indicated the modifications below.

The plugins are as follows.



org.apache.maven.plugins
maven-compiler-plugin
2.5.1

${JDK_VERSION}
${JDK_VERSION}






org.apache.maven.plugins
maven-jar-plugin
2.4



true

org.wso2.dashboard.marketing.publish.data.Application
lib/






org.apache.maven.plugins
maven-dependency-plugin
2.5.1


copy-dependencies
package

copy-dependencies


false
false
true

${project.build.directory}/lib/





maven-resources-plugin
2.6


copy-resources-1
validate

copy-resources


${basedir}/target/config


src/main/resources
false









The code was changed as follows where the resources were referred.

System.setProperty("javax.net.ssl.trustStore", (new
File("./config/wso2carbon.jks")).getAbsolutePath());

options.setProperty(RampartMessageData.KEY_RAMPART_POLICY,
loadPolicy("./config/wso2MDPolicy.xml"));

Thanks for all the help.

Regards.


On Sat, Mar 21, 2015 at 4:43 PM, Awanthika Senarath 
wrote:

> Hi Sabra,
>
> How are you running the jar?
>
> probably the issue is that your classpath is not set to get the security
> policy.
>
> Try setting the appropriate classpath parameters. if you are running the
> jar from the terminal you can refer to [1] as to how to set the classpath
> parameters
>
>
> [1]
> http://stackoverflow.com/questions/18413014/run-jar-from-command-line-and-specify-classpath
>
> regards
> Awanthika
>
>
>
> On Sat, Mar 21, 2015 at 10:19 AM, Sabra Ossen  wrote:
>
>> Hi,
>>
>> I have created a jar with dependencies using the maven assembly plugin in
>> order to push data to secure web service in WSO2 DSS.
>>
>> The code works fine when run in intelliJ idea, but when the jar is run I
>> get the following exception.
>>
>> java.lang.RuntimeException: Undefined 'Security policy namespace cannot
>> be null.' resource property
>> at
>> org.apache.rampart.RampartException.getMessage(RampartException.java:81)
>> at org.apache.rampart.RampartException.(RampartException.java:41)
>> at org.apache.rampart.RampartException.(RampartException.java:57)
>> at
>> org.apache.rampart.RampartMessageData.setWSSecurityVersions(RampartMessageData.java:422)
>> at
>> org.apache.rampart.RampartMessageData.(RampartMessageData.java:263)
>> at org.apache.rampart.MessageBuilder.build(MessageBuilder.java:61)
>> at org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:65)
>> at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
>> at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
>> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
>> at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:427)
>> at
>> org.apache.axis2.description.OutOnlyAxisOperationClient.executeImpl(OutOnlyAxisOperation.java:278)
>> at
>> org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
>> at
>> org.wso2.dashboard.marketing.client.WSO2MarketingDashboardDataServiceStub.insertWebsiteVisitorsPerWeek(WSO2MarketingDashboardDataServiceStub.java:610)
>> at
>> org.wso2.dashboard.marketing.publish.data.DataPublisher.insertToWebsiteVisitorsWeeklyDB(DataPublisher.java:358)
>> at
>> org.wso2.dashboard.marketing.publish.data.DataPublisher.publishData(DataPublisher.java:46)
>> at
>> org.wso2.dashboard.marketing.publish.data.Application.main(Application.java:8)
>>
>> The pom is as follows.
>>
>> 
>> http://maven.apache.org/POM/4.0.0";
>>  xmlns:xsi="

[Dev] WSO2 BAM 3.0 M2 Released!

2015-03-21 Thread Anjana Fernando
The WSO2 BAM team is pleased to announce the second milestone release of
WSO2 BAM v3.0. The distribution is available at [1]. The release includes
the following new features.
New Features

   - [BAM-1957 ] - Spark Script
   Scheduling
   - [BAM-1959 ] - Support Spark
   Clustering


The documentation for BAM v3.0 can be found at [2]. Your feedback is most
welcome, and any issues can be reported to the project at [3].

[1] https://svn.wso2.org/repos/wso2/people/anjana/BAM30/wso2bam-3.0.0-M2.zip
[2]
https://docs.wso2.com/display/BAM300/WSO2+Business+Activity+Monitor+Documentation
[3] https://wso2.org/jira/browse/BAM

- WSO2 BAM Team

-- 
*Anjana Fernando*
Senior Technical Lead
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-21 Thread Sajith Ariyarathna
Congratulations Godwin!!!

On Sat, Mar 21, 2015 at 11:30 AM, Niranda Perera  wrote:

> Congrats Godwin!
>
> On Sat, Mar 21, 2015 at 11:28 AM, Godwin Amila Shrimal 
> wrote:
>
>> Thanks a lot everyone...!
>>
>>
>> Thanks
>> Godwin
>>
>> On Sat, Mar 21, 2015 at 1:37 AM, Roshan Deniyage 
>> wrote:
>>
>>> Congrats Godwin
>>>
>>> Roshan Deniyage
>>> Associate Technical Lead
>>> WSO2, Inc: http://wso2.com
>>>
>>> Mobile:  +94 777636406 / +1 408 667 6254
>>> Twitter:  *https://twitter.com/roshku *
>>> LinkedIn :  https://www.linkedin.com/in/roshandeniyage
>>>
>>>
>>> On Fri, Mar 20, 2015 at 3:52 PM, Aruna Karunarathna 
>>> wrote:
>>>
 Congratulations Godwin..!!!

 On Fri, Mar 20, 2015 at 11:19 AM, Malintha Adikari 
 wrote:

> Congratulation Godwin..!!!
>
> On Fri, Mar 20, 2015 at 6:08 PM, Rasika Perera 
> wrote:
>
>> Congratulations Godwin !
>>
>> On Fri, Mar 20, 2015 at 11:33 PM, Harsha Thirimanna > > wrote:
>>
>>> Congratzzz Godwin ...!
>>>
>>>
>>> *Harsha Thirimanna*
>>> Senior Software Engineer; WSO2, Inc.; http://wso2.com
>>> * *
>>> *email: **hars...@wso2.com* * cell: +94 71 5186770
>>>  , +94 *
>>> *774617784twitter: **http://twitter.com/
>>> *
>>> *harshathirimannlinked-in: **http:
>>> **//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
>>> *
>>>
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>> On Fri, Mar 20, 2015 at 8:18 AM, Prabath Ariyarathna <
>>> prabat...@wso2.com> wrote:
>>>
 Congratz, Godwin!!!

 On Fri, Mar 20, 2015 at 8:42 PM, Bhathiya Jayasekara <
 bhath...@wso2.com> wrote:

> Congratulations Godwin...
>
> On Fri, Mar 20, 2015 at 8:37 PM, Isuruwan Herath <
> isuru...@wso2.com> wrote:
>
>> Congratz Godwin!
>>
>> On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne <
>> is...@wso2.com> wrote:
>>
>>> Congratulations Godwin..!!
>>>
>>> On Fri, Mar 20, 2015 at 8:35 AM, Hasintha Indrajee <
>>> hasin...@wso2.com> wrote:
>>>
 Congratulations Godwin..!!

 On Fri, Mar 20, 2015 at 9:20 AM, Asok Perera 
 wrote:

> Congratz Godwin !!!
>
> *Asok Aravinda Perera*
> Software Engineer
> WSO2, Inc.;http://wso2.com/
> 
> lean.enterprise.middleware
>
> Mobile: +94722241032
>
> On Fri, Mar 20, 2015 at 6:36 PM, Gayan Gunawardana <
> ga...@wso2.com> wrote:
>
>> Congratzzz Godwin ...!
>>
>> On Fri, Mar 20, 2015 at 5:09 PM, Madusanka Premaratne <
>> madusan...@wso2.com> wrote:
>>
>>> Congrats Godwin.
>>>
>>> On Fri, Mar 20, 2015 at 5:04 PM, Dinithi De Silva <
>>> dinit...@wso2.com> wrote:
>>>
 Congratz Godwin...

 On Fri, Mar 20, 2015 at 4:20 PM, Inshaf Mahath <
 ins...@wso2.com> wrote:

> Congrats Godwin!!!
>
> On Fri, Mar 20, 2015 at 3:57 PM, Hemika Kodikara <
> hem...@wso2.com> wrote:
>
>> Congratz Godwin!
>>
>> Hemika Kodikara
>> Software Engineer
>> WSO2 Inc.
>> lean . enterprise . middleware
>> http://wso2.com
>>
>> Mobile : +9477762
>>
>> On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe <
>> than...@wso2.com> wrote:
>>
>>> Congratz Godwin...
>>>
>>> On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby <
>>> joh...@wso2.com> wrote:
>>>
 Hi All,

 It's my pleasure to announce Amila Godwin Shrimal as a
 WSO2 Committer. Godwin has been a valuable contributor
 for WSO2 Identity Server product, and in recognition of 
 his contribution to
 WSO2, he has been voted as a WSO2 Committer.

 Godwin, congratulations and keep up the good work!

 Thanks & Regards.

 --


Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-21 Thread Rasika Perera
Congratz Malithi!!!

On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne  wrote:

> Congratulations Malithi...!!
>
> On Fri, Mar 20, 2015 at 8:36 AM, Hasintha Indrajee 
> wrote:
>
>> Congratulations Malithi...!!
>>
>> On Fri, Mar 20, 2015 at 9:19 AM, Asok Perera  wrote:
>>
>>> Congratz Malithi !!!
>>>
>>> *Asok Aravinda Perera*
>>> Software Engineer
>>> WSO2, Inc.;http://wso2.com/
>>> 
>>> lean.enterprise.middleware
>>>
>>> Mobile: +94722241032
>>>
>>> On Fri, Mar 20, 2015 at 6:38 PM, Gayan Gunawardana 
>>> wrote:
>>>
 Congratzzz Malithiii...

 On Fri, Mar 20, 2015 at 5:13 PM, Keerthika Mahendralingam <
 keerth...@wso2.com> wrote:

> Congratz Malithi!!!
>
> On Fri, Mar 20, 2015 at 5:10 PM, Elilmatha Sivanesan <
> elilma...@wso2.com> wrote:
>
>> Congratz Malithi
>>
>> On Fri, Mar 20, 2015 at 5:08 PM, Madusanka Premaratne <
>> madusan...@wso2.com> wrote:
>>
>>> Congrats Malithi.!!!
>>>
>>> On Fri, Mar 20, 2015 at 5:03 PM, Dinithi De Silva >> > wrote:
>>>
 Congratz Malithi...

 On Fri, Mar 20, 2015 at 3:57 PM, Himasha Guruge 
 wrote:

> Congrats Malithi!!
>
> On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe <
> than...@wso2.com> wrote:
>
>> Congratz Malithi...
>>
>> On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby <
>> joh...@wso2.com> wrote:
>>
>>> Hi All,
>>>
>>> It's my pleasure to announce Malithi Edirisinghe as a WSO2
>>> Committer. Malithi has been a valuable contributor for WSO2
>>> Identity Server product, and in recognition of her contribution to 
>>> WSO2,
>>> she has been voted as a WSO2 Committer.
>>>
>>> Malithi, congratulations and keep up the good work!
>>>
>>> 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
>>> *
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Thanuja Lakmal*
>> Software Engineer
>> WSO2 Inc. http://wso2.com/
>> *lean.enterprise.middleware*
>> Mobile: +94715979891 +94758009992
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Himasha Guruge
> *Software Engineer*
> WS*O2* *Inc.*
> Mobile: +94 777459299
> himas...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


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

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


>>>
>>>
>>> --
>>> *Madusanka Premaratne* | Associate Software Engineer
>>> WSO2, Inc | lean. enterprise. middleware.
>>> #20, Palm Grove, Colombo 03, Sri Lanka
>>> Mobile: +94 71 835 70 73| Work: +94 112 145 345
>>> Email: madusan...@wso2.com | Web: www.wso2.com
>>>
>>> [image: Facebook]  [image:
>>> Twitter]  [image: Google Plus]
>>>  
>>> [image:
>>> Linkedin]  [image: Instagram]
>>>  [image: Skype]
>>> 
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *S.Elilmatha*
>> Associate  Software Engineer,
>>
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> Mobile 0779842221.
>>
>>
>> ___
>> Dev mailing list
>>>

Re: [Dev] [Git] ESB integration tests cannot be build

2015-03-21 Thread Manoj Kumara
Thanks prabath will do.


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

On Sat, Mar 21, 2015 at 5:28 PM, Prabath Ariyarathna 
wrote:

> Hi Manoj.
>
> Please send your PR to developer branch[1] and use the same for your
> testing.
>
> [1] = https://github.com/wso2/product-esb/tree/develop
>
> Thanks.
>
> On Sat, Mar 21, 2015 at 4:23 PM, Manoj Kumara  wrote:
>
>> Hi,
>>
>> I need to send a pull request of automation tests for a patch to ESB git
>> repo. But noticed that in current master branch integration modules are
>> commented out. I tried un-commentating the modules but could not able to
>> resolve the issue.
>>
>> Can someone assist me on this. Is there any other branch that I run
>> integration tests and test for the moment.
>>
>> [1]
>> https://github.com/wso2/product-esb/blob/master/modules/integration/pom.xml
>>
>>
>> Regards,
>> Manoj
>>
>
>
>
> --
>
> *Prabath Ariyarathna*
>
> *Associate Technical Lead*
>
> *WSO2, Inc. *
>
> *lean . enterprise . middleware *
>
>
> *Email: prabat...@wso2.com *
>
> *Blog: http://prabu-lk.blogspot.com *
>
> *Flicker : https://www.flickr.com/photos/47759189@N08
> *
>
> *Mobile: +94 77 699 4730 *
>
>
>
>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Fwd: [Gsoc2015] Siddhi Process Monitor for WSO2 CEP

2015-03-21 Thread Sabra Ossen
-- Forwarded message --
From: Sabra Ossen 
Date: Tue, Mar 17, 2015 at 3:02 PM
Subject: Fwd: [Dev][Gsoc2015] Siddhi Process Monitor for WSO2 CEP
To: dev@wso2.org


Hi,

I am Sabra Ossen, an undergraduate of Department of Computer Science and
Engineering, University of Moratuwa. Currently I am an intern in WSO2.

I am interested in proposal [1] in the GSoC project proposals list. I did
my fast track training project with WSO2 CEP regarding UI support for
Siddhi Queries. Therefore I am already familiar with WSO2 CEP and Siddhi
Queries.

I participated in the hangout and checked the mails in dev regarding the Siddhi
Process monitor gsoc project.

I have a question regarding the implementation of the api.

   - Based on my understanding the api exposes the back end features, so
   would a back end admin service be needed to expose the api. If so would I
   have to use the CEP as the server to deploy the web service.

Any clarification on the api is appreciated.

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


Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-21 Thread Prasanna Dangalla
Congratulations Godwin!!!

On Sat, Mar 21, 2015 at 7:12 PM, Sajith Ariyarathna 
wrote:

> Congratulations Godwin!!!
>
> On Sat, Mar 21, 2015 at 11:30 AM, Niranda Perera  wrote:
>
>> Congrats Godwin!
>>
>> On Sat, Mar 21, 2015 at 11:28 AM, Godwin Amila Shrimal 
>> wrote:
>>
>>> Thanks a lot everyone...!
>>>
>>>
>>> Thanks
>>> Godwin
>>>
>>> On Sat, Mar 21, 2015 at 1:37 AM, Roshan Deniyage 
>>> wrote:
>>>
 Congrats Godwin

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

 Mobile:  +94 777636406 / +1 408 667 6254
 Twitter:  *https://twitter.com/roshku *
 LinkedIn :  https://www.linkedin.com/in/roshandeniyage


 On Fri, Mar 20, 2015 at 3:52 PM, Aruna Karunarathna 
 wrote:

> Congratulations Godwin..!!!
>
> On Fri, Mar 20, 2015 at 11:19 AM, Malintha Adikari 
> wrote:
>
>> Congratulation Godwin..!!!
>>
>> On Fri, Mar 20, 2015 at 6:08 PM, Rasika Perera 
>> wrote:
>>
>>> Congratulations Godwin !
>>>
>>> On Fri, Mar 20, 2015 at 11:33 PM, Harsha Thirimanna <
>>> hars...@wso2.com> wrote:
>>>
 Congratzzz Godwin ...!


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * *
 *email: **hars...@wso2.com* * cell: +94 71 5186770
  , +94 *
 *774617784twitter: **http://twitter.com/
 *
 *harshathirimannlinked-in: **http:
 **//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 *

 *Lean . Enterprise . Middleware*


 On Fri, Mar 20, 2015 at 8:18 AM, Prabath Ariyarathna <
 prabat...@wso2.com> wrote:

> Congratz, Godwin!!!
>
> On Fri, Mar 20, 2015 at 8:42 PM, Bhathiya Jayasekara <
> bhath...@wso2.com> wrote:
>
>> Congratulations Godwin...
>>
>> On Fri, Mar 20, 2015 at 8:37 PM, Isuruwan Herath <
>> isuru...@wso2.com> wrote:
>>
>>> Congratz Godwin!
>>>
>>> On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne <
>>> is...@wso2.com> wrote:
>>>
 Congratulations Godwin..!!

 On Fri, Mar 20, 2015 at 8:35 AM, Hasintha Indrajee <
 hasin...@wso2.com> wrote:

> Congratulations Godwin..!!
>
> On Fri, Mar 20, 2015 at 9:20 AM, Asok Perera 
> wrote:
>
>> Congratz Godwin !!!
>>
>> *Asok Aravinda Perera*
>> Software Engineer
>> WSO2, Inc.;http://wso2.com/
>> 
>> lean.enterprise.middleware
>>
>> Mobile: +94722241032
>>
>> On Fri, Mar 20, 2015 at 6:36 PM, Gayan Gunawardana <
>> ga...@wso2.com> wrote:
>>
>>> Congratzzz Godwin ...!
>>>
>>> On Fri, Mar 20, 2015 at 5:09 PM, Madusanka Premaratne <
>>> madusan...@wso2.com> wrote:
>>>
 Congrats Godwin.

 On Fri, Mar 20, 2015 at 5:04 PM, Dinithi De Silva <
 dinit...@wso2.com> wrote:

> Congratz Godwin...
>
> On Fri, Mar 20, 2015 at 4:20 PM, Inshaf Mahath <
> ins...@wso2.com> wrote:
>
>> Congrats Godwin!!!
>>
>> On Fri, Mar 20, 2015 at 3:57 PM, Hemika Kodikara <
>> hem...@wso2.com> wrote:
>>
>>> Congratz Godwin!
>>>
>>> Hemika Kodikara
>>> Software Engineer
>>> WSO2 Inc.
>>> lean . enterprise . middleware
>>> http://wso2.com
>>>
>>> Mobile : +9477762
>>>
>>> On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe <
>>> than...@wso2.com> wrote:
>>>
 Congratz Godwin...

 On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby <
 joh...@wso2.com> wrote:

> Hi All,
>
> It's my pleasure to announce Amila Godwin Shrimal as a
> WSO2 Committer. Godwin has been a valuable
> contributor for WSO2 Identity Server product, and in 
> recognition of his
> contribution to WSO2, he has been

Re: [Dev] [IS] Evaluating a specific XACML policy passing the policy ID

2015-03-21 Thread Farasath Ahamed
Hi Rushmin,

So what you basically want is a XACML policy which becomes applicable based
on a policy ID?
or do you want to reuse 'conditions' generated by the user by say giving
them a referenceID or something?

I think both of which is possible in XACML 3.0. Can you elaborate more on
the condition 'part' you have mentioned above?

On Sat, Mar 21, 2015 at 1:16 PM, Rushmin Fernando  wrote:

> Hi IS Team,
>
> In App Manager we have the following requirement.
>
> 1) App creator need to associate authorization rules for URL pattern +
> HTTP verb combinations
>
> 2) They are given a UI to add a URL pattern, select an HTTP verb and then
> apply an authorization rule.
>
> 3) App Manager uses XACML for these authorization rules.
>
> 4) Since the 'resource' and 'action' parts of the XACML policy is
> determined the aforementioned UI inputs, user is only allowed to write the
> 'condition' part. And the actual XACML policy is generated using these
> parts.
>
> 5) But the thing is, we need to re-use these 'conditions'. We do it in App
> Manager level. But we end up with generating XACML policies for 'resource'
> + 'action' combinations.
>
> Is there a way that we can have a single XACML policy which only has the
> condition 'part' and evaluate the XACML request using that specific policy
> (by giving the policy ID ) ?
>
> --
> *Rushmin Fernando*
> *Technical Lead*
>
> WSO2 Inc.  - Lean . Enterprise . Middleware
>
> email : rush...@wso2.com
> mobile : +94772310855
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Farasath Ahamed*
Software Engineering Intern
WSO2 Inc.; http://wso2.com

Mobile: +94 777 603 866
E-Mail:  farasath a...@wso2.com
Blog: http://thepseudocode.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Please merge PR for IDENTITY-2737

2015-03-21 Thread Chanuka Dissanayake
$subject, contains the fixes for [1]. PR is in [2].

[1] https://wso2.org/jira/browse/IDENTITY-2737
[2] https://github.com/wso2/carbon-identity/pull/145

Thanks & Regards,
Chanuka

-- 
Chanuka Dissanayake
*Software Engineer | **WSO2 Inc.*; http://wso2.com

Mobile: +94 71 33 63 596
Email: chan...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Proposal for Data Wrangler extension for WSO2 Machine Learner

2015-03-21 Thread Tharinda Ehelepola
Hi,

I added some part to implementation plan of my project proposal. Can you
please review it and give some comments.

https://docs.google.com/document/d/1mppMTbpSP_vWvhbK3RPrIR1HU9D8IFgLT5Mdsdhp8Vs/edit?usp=sharing


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


Re: [Dev] [IS] Evaluating a specific XACML policy passing the policy ID

2015-03-21 Thread Rushmin Fernando
Thanks Farasath for your response.

Yes, both would solve my problem.

So you are saying that we can pass a policy id in the XACML request, so
that the XACML engine will only consider that policy when it comes to
evaluating ?

Thanks
Rushmin

On Sat, Mar 21, 2015 at 10:21 PM, Farasath Ahamed 
wrote:

> Hi Rushmin,
>
> So what you basically want is a XACML policy which becomes applicable
> based on a policy ID?
> or do you want to reuse 'conditions' generated by the user by say giving
> them a referenceID or something?
>
> I think both of which is possible in XACML 3.0. Can you elaborate more on
> the condition 'part' you have mentioned above?
>
> On Sat, Mar 21, 2015 at 1:16 PM, Rushmin Fernando 
> wrote:
>
>> Hi IS Team,
>>
>> In App Manager we have the following requirement.
>>
>> 1) App creator need to associate authorization rules for URL pattern +
>> HTTP verb combinations
>>
>> 2) They are given a UI to add a URL pattern, select an HTTP verb and then
>> apply an authorization rule.
>>
>> 3) App Manager uses XACML for these authorization rules.
>>
>> 4) Since the 'resource' and 'action' parts of the XACML policy is
>> determined the aforementioned UI inputs, user is only allowed to write the
>> 'condition' part. And the actual XACML policy is generated using these
>> parts.
>>
>> 5) But the thing is, we need to re-use these 'conditions'. We do it in
>> App Manager level. But we end up with generating XACML policies for
>> 'resource' + 'action' combinations.
>>
>> Is there a way that we can have a single XACML policy which only has the
>> condition 'part' and evaluate the XACML request using that specific policy
>> (by giving the policy ID ) ?
>>
>> --
>> *Rushmin Fernando*
>> *Technical Lead*
>>
>> WSO2 Inc.  - Lean . Enterprise . Middleware
>>
>> email : rush...@wso2.com
>> mobile : +94772310855
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Farasath Ahamed*
> Software Engineering Intern
> WSO2 Inc.; http://wso2.com
>
> Mobile: +94 777 603 866
> E-Mail:  farasath a...@wso2.com
> Blog: http://thepseudocode.blogspot.com/
>



-- 
*Rushmin Fernando*
*Technical Lead*

WSO2 Inc.  - Lean . Enterprise . Middleware

email : rush...@wso2.com
mobile : +94772310855
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV][ESB] Error in Validate Mediator Configuration UI

2015-03-21 Thread Maheeka Jayasuriya
Seems to be so Jagath. What's the mediator that you have used?

On Thursday, March 19, 2015, Jagath Sisirakumara Ariyarathne <
jaga...@wso2.com> wrote:

> Hi,
>
> When I built and run wso2esb-4.9.0-M8-SNAPSHOT pack, it gives below type
> conversion error while opening validate mediator design view and it does
> not show configurations window.
>
> org.apache.jasper.JasperException: Unable to compile class for JSP:
>
> An error occurred at line: 102 in the jsp file:
> /validate-mediator/edit-mediator.jsp
> Type mismatch: cannot convert from SynapsePath to SynapseXPath
> 99:
> 100: if (schemaKey != null) {
> 101: showValue =
> schemaKey.getKeyValue();
> 102: synapseXPath =
> schemaKey.getExpression();
> 103:
> 104: isStaticKey = showValue
> != null && !"".equals(showValue);
> 105:
>
>
>
> Is this due to a source versions mismatch? I used develop branches to
> build the product.
>
> Thanks.
>
> --
> Jagath Ariyarathne
> Technical Lead
> WSO2 Inc.  http://wso2.com/
> Email: jaga...@wso2.com 
> Mob  : +94 77 386 7048
>
>

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


Re: [Dev] [DEV][ESB] Error in Validate Mediator Configuration UI

2015-03-21 Thread Jagath Sisirakumara Ariyarathne
Hi Maheeka,

I created a sequence and tried to add validate mediator. But cannot save it
and gives the error.

[image: Inline image 4]

Thanks.

On Sun, Mar 22, 2015 at 8:21 AM, Maheeka Jayasuriya 
wrote:

> Seems to be so Jagath. What's the mediator that you have used?
>
>
> On Thursday, March 19, 2015, Jagath Sisirakumara Ariyarathne <
> jaga...@wso2.com> wrote:
>
>> Hi,
>>
>> When I built and run wso2esb-4.9.0-M8-SNAPSHOT pack, it gives below type
>> conversion error while opening validate mediator design view and it does
>> not show configurations window.
>>
>> org.apache.jasper.JasperException: Unable to compile class for JSP:
>>
>> An error occurred at line: 102 in the jsp file:
>> /validate-mediator/edit-mediator.jsp
>> Type mismatch: cannot convert from SynapsePath to SynapseXPath
>> 99:
>> 100: if (schemaKey != null) {
>> 101: showValue =
>> schemaKey.getKeyValue();
>> 102: synapseXPath =
>> schemaKey.getExpression();
>> 103:
>> 104: isStaticKey = showValue
>> != null && !"".equals(showValue);
>> 105:
>>
>>
>>
>> Is this due to a source versions mismatch? I used develop branches to
>> build the product.
>>
>> Thanks.
>>
>> --
>> Jagath Ariyarathne
>> Technical Lead
>> WSO2 Inc.  http://wso2.com/
>> Email: jaga...@wso2.com
>> Mob  : +94 77 386 7048
>>
>>
>
> --
> Sent from Gmail Mobile
>



-- 
Jagath Ariyarathne
Technical Lead
WSO2 Inc.  http://wso2.com/
Email: jaga...@wso2.com
Mob  : +94 77 386 7048
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-21 Thread Milan Perera
Congratz Malithi...!!!

On Sat, Mar 21, 2015 at 8:29 PM, Rasika Perera  wrote:

> Congratz Malithi!!!
>
> On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne  wrote:
>
>> Congratulations Malithi...!!
>>
>> On Fri, Mar 20, 2015 at 8:36 AM, Hasintha Indrajee 
>> wrote:
>>
>>> Congratulations Malithi...!!
>>>
>>> On Fri, Mar 20, 2015 at 9:19 AM, Asok Perera  wrote:
>>>
 Congratz Malithi !!!

 *Asok Aravinda Perera*
 Software Engineer
 WSO2, Inc.;http://wso2.com/
 
 lean.enterprise.middleware

 Mobile: +94722241032

 On Fri, Mar 20, 2015 at 6:38 PM, Gayan Gunawardana 
 wrote:

> Congratzzz Malithiii...
>
> On Fri, Mar 20, 2015 at 5:13 PM, Keerthika Mahendralingam <
> keerth...@wso2.com> wrote:
>
>> Congratz Malithi!!!
>>
>> On Fri, Mar 20, 2015 at 5:10 PM, Elilmatha Sivanesan <
>> elilma...@wso2.com> wrote:
>>
>>> Congratz Malithi
>>>
>>> On Fri, Mar 20, 2015 at 5:08 PM, Madusanka Premaratne <
>>> madusan...@wso2.com> wrote:
>>>
 Congrats Malithi.!!!

 On Fri, Mar 20, 2015 at 5:03 PM, Dinithi De Silva <
 dinit...@wso2.com> wrote:

> Congratz Malithi...
>
> On Fri, Mar 20, 2015 at 3:57 PM, Himasha Guruge  > wrote:
>
>> Congrats Malithi!!
>>
>> On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe <
>> than...@wso2.com> wrote:
>>
>>> Congratz Malithi...
>>>
>>> On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby <
>>> joh...@wso2.com> wrote:
>>>
 Hi All,

 It's my pleasure to announce Malithi Edirisinghe as a WSO2
 Committer. Malithi has been a valuable contributor for WSO2
 Identity Server product, and in recognition of her contribution to 
 WSO2,
 she has been voted as a WSO2 Committer.

 Malithi, congratulations and keep up the good work!

 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
 *

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


>>>
>>>
>>> --
>>> *Thanuja Lakmal*
>>> Software Engineer
>>> WSO2 Inc. http://wso2.com/
>>> *lean.enterprise.middleware*
>>> Mobile: +94715979891 +94758009992
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Himasha Guruge
>> *Software Engineer*
>> WS*O2* *Inc.*
>> Mobile: +94 777459299
>> himas...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Dinithi De Silva*
> Associate Software Engineer, WSO2 Inc.
> m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
> | a: #20, Palm Grove, Colombo 03
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Madusanka Premaratne* | Associate Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 835 70 73| Work: +94 112 145 345
 Email: madusan...@wso2.com | Web: www.wso2.com

 [image: Facebook]  [image:
 Twitter]  [image: Google Plus]
 
  [image: Linkedin]  [image:
 Instagram]  [image:
 Skype] 


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


>>>
>>>
>>> --
>>>

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-21 Thread Milan Perera
Congratz Godwin..!!!

On Sat, Mar 21, 2015 at 9:29 PM, Prasanna Dangalla 
wrote:

> Congratulations Godwin!!!
>
> On Sat, Mar 21, 2015 at 7:12 PM, Sajith Ariyarathna 
> wrote:
>
>> Congratulations Godwin!!!
>>
>> On Sat, Mar 21, 2015 at 11:30 AM, Niranda Perera 
>> wrote:
>>
>>> Congrats Godwin!
>>>
>>> On Sat, Mar 21, 2015 at 11:28 AM, Godwin Amila Shrimal 
>>> wrote:
>>>
 Thanks a lot everyone...!


 Thanks
 Godwin

 On Sat, Mar 21, 2015 at 1:37 AM, Roshan Deniyage 
 wrote:

> Congrats Godwin
>
> Roshan Deniyage
> Associate Technical Lead
> WSO2, Inc: http://wso2.com
>
> Mobile:  +94 777636406 / +1 408 667 6254
> Twitter:  *https://twitter.com/roshku
> *
> LinkedIn :  https://www.linkedin.com/in/roshandeniyage
>
>
> On Fri, Mar 20, 2015 at 3:52 PM, Aruna Karunarathna 
> wrote:
>
>> Congratulations Godwin..!!!
>>
>> On Fri, Mar 20, 2015 at 11:19 AM, Malintha Adikari > > wrote:
>>
>>> Congratulation Godwin..!!!
>>>
>>> On Fri, Mar 20, 2015 at 6:08 PM, Rasika Perera 
>>> wrote:
>>>
 Congratulations Godwin !

 On Fri, Mar 20, 2015 at 11:33 PM, Harsha Thirimanna <
 hars...@wso2.com> wrote:

> Congratzzz Godwin ...!
>
>
> *Harsha Thirimanna*
> Senior Software Engineer; WSO2, Inc.; http://wso2.com
> * *
> *email: **hars...@wso2.com* * cell: +94 71
> 5186770  , +94 *
> *774617784twitter: **http://twitter.com/
> *
> *harshathirimannlinked-in: **http:
> **//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
> *
>
> *Lean . Enterprise . Middleware*
>
>
> On Fri, Mar 20, 2015 at 8:18 AM, Prabath Ariyarathna <
> prabat...@wso2.com> wrote:
>
>> Congratz, Godwin!!!
>>
>> On Fri, Mar 20, 2015 at 8:42 PM, Bhathiya Jayasekara <
>> bhath...@wso2.com> wrote:
>>
>>> Congratulations Godwin...
>>>
>>> On Fri, Mar 20, 2015 at 8:37 PM, Isuruwan Herath <
>>> isuru...@wso2.com> wrote:
>>>
 Congratz Godwin!

 On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne <
 is...@wso2.com> wrote:

> Congratulations Godwin..!!
>
> On Fri, Mar 20, 2015 at 8:35 AM, Hasintha Indrajee <
> hasin...@wso2.com> wrote:
>
>> Congratulations Godwin..!!
>>
>> On Fri, Mar 20, 2015 at 9:20 AM, Asok Perera 
>> wrote:
>>
>>> Congratz Godwin !!!
>>>
>>> *Asok Aravinda Perera*
>>> Software Engineer
>>> WSO2, Inc.;http://wso2.com/
>>> 
>>> lean.enterprise.middleware
>>>
>>> Mobile: +94722241032
>>>
>>> On Fri, Mar 20, 2015 at 6:36 PM, Gayan Gunawardana <
>>> ga...@wso2.com> wrote:
>>>
 Congratzzz Godwin ...!

 On Fri, Mar 20, 2015 at 5:09 PM, Madusanka Premaratne <
 madusan...@wso2.com> wrote:

> Congrats Godwin.
>
> On Fri, Mar 20, 2015 at 5:04 PM, Dinithi De Silva <
> dinit...@wso2.com> wrote:
>
>> Congratz Godwin...
>>
>> On Fri, Mar 20, 2015 at 4:20 PM, Inshaf Mahath <
>> ins...@wso2.com> wrote:
>>
>>> Congrats Godwin!!!
>>>
>>> On Fri, Mar 20, 2015 at 3:57 PM, Hemika Kodikara <
>>> hem...@wso2.com> wrote:
>>>
 Congratz Godwin!

 Hemika Kodikara
 Software Engineer
 WSO2 Inc.
 lean . enterprise . middleware
 http://wso2.com

 Mobile : +9477762

 On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe <
 than...@wso2.com> wrote:

> Congratz Godwin...
>
> On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby <
> joh...@wso2.com> wrote:
>
>> Hi All,
>>
>> It's my pleasure to announce Amila Godwin Shrim

Re: [Dev] Proposal for Data Wrangler extension for WSO2 Machine Learner

2015-03-21 Thread Nirmal Fernando
Hi Tharinda,

Could you please send your updates in one thread? I've noticed that you
initiated couple of different threads, and it's hard for us to track. You
could stick to this thread from now on.

Thanks.

On Sun, Mar 22, 2015 at 2:25 AM, Tharinda Ehelepola 
wrote:

> Hi,
>
> I added some part to implementation plan of my project proposal. Can you
> please review it and give some comments.
>
>
> https://docs.google.com/document/d/1mppMTbpSP_vWvhbK3RPrIR1HU9D8IFgLT5Mdsdhp8Vs/edit?usp=sharing
> 
>
> Thank you.
> Tharinda.
>



-- 

Thanks & regards,
Nirmal

Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSoC-2015][Proposal 10]

2015-03-21 Thread Dinanjana Gunaratne
Hello everyone,

I am a 3rd year Computer engineering student from Faculty of
Engineering,University of Peradeniya. I have done some researches about
above project and would like to be directed to the discussion of above
project.


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


Re: [Dev] Proposal for Data Wrangler extension for WSO2 Machine Learner

2015-03-21 Thread Tharinda Ehelepola
Sorry about that Nirmal. I'll use only this thread from now on. In order to
conclude my proposal I am expecting your comments.

Thank You.
Tharinda.

On Sun, Mar 22, 2015 at 3:19 AM, Nirmal Fernando  wrote:

> Hi Tharinda,
>
> Could you please send your updates in one thread? I've noticed that you
> initiated couple of different threads, and it's hard for us to track. You
> could stick to this thread from now on.
>
> Thanks.
>
> On Sun, Mar 22, 2015 at 2:25 AM, Tharinda Ehelepola  > wrote:
>
>> Hi,
>>
>> I added some part to implementation plan of my project proposal. Can you
>> please review it and give some comments.
>>
>>
>> https://docs.google.com/document/d/1mppMTbpSP_vWvhbK3RPrIR1HU9D8IFgLT5Mdsdhp8Vs/edit?usp=sharing
>> 
>>
>> Thank you.
>> Tharinda.
>>
>
>
>
> --
>
> Thanks & regards,
> Nirmal
>
> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.blogspot.com/
>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Proposal for Data Wrangler extension for WSO2 Machine Learner

2015-03-21 Thread Supun Sethunga
Hi,

Can you please grant edit rights to the doc? So we can comment on the doc
itself..

Thanks
Supun

On Sun, Mar 22, 2015 at 9:19 AM, Tharinda Ehelepola 
wrote:

> Sorry about that Nirmal. I'll use only this thread from now on. In order
> to conclude my proposal I am expecting your comments.
>
> Thank You.
> Tharinda.
>
>
> On Sun, Mar 22, 2015 at 3:19 AM, Nirmal Fernando  wrote:
>
>> Hi Tharinda,
>>
>> Could you please send your updates in one thread? I've noticed that you
>> initiated couple of different threads, and it's hard for us to track. You
>> could stick to this thread from now on.
>>
>> Thanks.
>>
>> On Sun, Mar 22, 2015 at 2:25 AM, Tharinda Ehelepola <
>> tharinda...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I added some part to implementation plan of my project proposal. Can you
>>> please review it and give some comments.
>>>
>>>
>>> https://docs.google.com/document/d/1mppMTbpSP_vWvhbK3RPrIR1HU9D8IFgLT5Mdsdhp8Vs/edit?usp=sharing
>>> 
>>>
>>> Thank you.
>>> Tharinda.
>>>
>>
>>
>>
>> --
>>
>> Thanks & regards,
>> Nirmal
>>
>> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
>> Mobile: +94715779733
>> Blog: http://nirmalfdo.blogspot.com/
>>
>>
>>
>


-- 
*Supun Sethunga*
Software Engineer
WSO2, Inc.
http://wso2.com/
lean | enterprise | middleware
Mobile : +94 716546324
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Proposal for Data Wrangler extension for WSO2 Machine Learner

2015-03-21 Thread Nirmal Fernando
Great thanks Tharinda!

On Sun, Mar 22, 2015 at 9:19 AM, Tharinda Ehelepola 
wrote:

> Sorry about that Nirmal. I'll use only this thread from now on. In order
> to conclude my proposal I am expecting your comments.
>
> Thank You.
> Tharinda.
>
>
> On Sun, Mar 22, 2015 at 3:19 AM, Nirmal Fernando  wrote:
>
>> Hi Tharinda,
>>
>> Could you please send your updates in one thread? I've noticed that you
>> initiated couple of different threads, and it's hard for us to track. You
>> could stick to this thread from now on.
>>
>> Thanks.
>>
>> On Sun, Mar 22, 2015 at 2:25 AM, Tharinda Ehelepola <
>> tharinda...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I added some part to implementation plan of my project proposal. Can you
>>> please review it and give some comments.
>>>
>>>
>>> https://docs.google.com/document/d/1mppMTbpSP_vWvhbK3RPrIR1HU9D8IFgLT5Mdsdhp8Vs/edit?usp=sharing
>>> 
>>>
>>> Thank you.
>>> Tharinda.
>>>
>>
>>
>>
>> --
>>
>> Thanks & regards,
>> Nirmal
>>
>> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
>> Mobile: +94715779733
>> Blog: http://nirmalfdo.blogspot.com/
>>
>>
>>
>


-- 

Thanks & regards,
Nirmal

Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSoC Project - Deep Learning for WSO2 Machine Learner

2015-03-21 Thread Malintha Fernando
Hi Nirmal,

Thank you, Found a class named NeuralNetPlotter[1] for that by using their
chat.
[1]
http://grepcode.com/file/repo1.maven.org/maven2/org.deeplearning4j/deeplearning4j-core/0.0.1/org/deeplearning4j/plot/NeuralNetPlotter.java

On Sat, Mar 21, 2015 at 8:19 AM, Nirmal Fernando  wrote:

> Could you please check with them using their mailing list?
>
> On Sat, Mar 21, 2015 at 7:52 AM, Malintha Fernando 
> wrote:
>
>> Hi,
>>
>> Is there a way to visualize the current neural network in dl4j something
>> similar to 'view' in matlab? They have mentioned about t-sne[1] but the
>> documentation was not that descriptive.
>>
>> [1] http://deeplearning4j.org/tsne-visualization.html
>>
>> Thanks,
>>
>> On Fri, Mar 6, 2015 at 11:34 PM, Malintha Fernando 
>> wrote:
>>
>>> Hi,
>>>
>>> Thank you for today's meeting. It was so helpful and thanks again for
>>> references. Will go through them and come up with a draft of the proposal.
>>>
>>> Regards,
>>>
>>> On Fri, Mar 6, 2015 at 11:09 AM, Upul Bandara  wrote:
>>>
 http://cl.naist.jp/~kevinduh/a/deep2014/ looks good.

 Also, I would like to add following.

 http://info.usherbrooke.ca/hlarochelle/cours/ift725_A2013/contenu.html

 Web page is in French, but videos and PDF are in English. Starts with
 simple Logistic Regression and covers some advanced
 Deep Learning techniques as well.

 Thanks,
 Upul

 On Fri, Mar 6, 2015 at 10:31 AM, Srinath Perera 
 wrote:

> taken from http://cl.naist.jp/~kevinduh/a/deep2014/
>
>
> http://blog.dominodatalab.com/using-r-h2o-and-domino-for-a-kaggle-competition/
> for more info
>
>
>
> On Wed, Mar 4, 2015 at 2:58 PM, Nirmal Fernando 
> wrote:
>
>> I've rescheduled to same time on Friday.
>>
>> On Wed, Mar 4, 2015 at 2:54 PM, Malintha Fernando <
>> malinth...@gmail.com> wrote:
>>
>>> Sure thing, Friday morning would be ideal..
>>>
>>> On Wed, Mar 4, 2015 at 2:50 PM, Nirmal Fernando 
>>> wrote:
>>>
 Whoops forgot that it's a holiday tomorrow :-) I'll reschedule to
 Friday.

 On Wed, Mar 4, 2015 at 2:49 PM, Nirmal Fernando 
 wrote:

> Hi,
>
> I've scheduled a meeting at 10.30am tomorrow and invited you. If
> this doesn't work for you, please let us know.
>
> @Srinath I checked your calendar and picked this slot, hope it's
> fine with you.
>
> On Wed, Mar 4, 2015 at 9:06 AM, Malintha Fernando <
> malinth...@gmail.com> wrote:
>
>> Hi Nirmal,
>>
>> Thank you so much..
>>
>> On Wed, Mar 4, 2015 at 9:01 AM, Nirmal Fernando 
>> wrote:
>>
>>> Thanks, will send you an invite after discussing with others.
>>>
>>> On Wed, Mar 4, 2015 at 8:56 AM, Malintha Fernando <
>>> malinth...@gmail.com> wrote:
>>>
 Hi Nirmal,

 Thank you for the prompt response. I am more than happy to make
 a face2face meeting and will be available on Today afternoon, 
 tomorrow and
 Friday morning. Please let me know at your convenience.

 Thank you,

 On Wed, Mar 4, 2015 at 8:46 AM, Nirmal Fernando <
 nir...@wso2.com> wrote:

> Hi Malintha,
>
> Thanks for your interest on the project. We already had a
> discussion with another student (unfortunately, it appeared he's 
> not
> eligible to participate in GSoC) at
> http://wso2.markmail.org/search/list:org.wso2.dev#query:list%3Aorg.wso2.dev%20from%3A%22Nirmal%20Fernando%22+page:1+mid:3brcf5pex7zdcitm+state:results
>
> If you are available, you could also arrange a face2face
> discussion with us at WSO2 premises.
>
> On Wed, Mar 4, 2015 at 8:34 AM, Malintha Fernando <
> malinth...@gmail.com> wrote:
>
>> Hi,
>>
>> I am Malintha Fernando, an undergraduate from University of
>> Moratuwa, Faculty of Information Technology and I have worked as 
>> an intern
>> at WSO2 last year.
>>
>> I am interested in applying to GSoC project "Deep Learning
>> for WSO2 Machine Learner" as mentioned on the ideas page. Are 
>> there any
>> documentations that I can follow to ease the gauge and to know 
>> more about
>> workflow and writing extensions to machine learner?
>>
>> ​Thanks in advance,​
>>
>> --
>> Malintha Fernando
>> IEEE Sectional Student Representative (MIE 92428359)
>> Undergraduate, Faculty of Information Technology,
>

Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-21 Thread Milinda Perera
Congrats Godwin . . .  :)

On Sun, Mar 22, 2015 at 8:40 AM, Milan Perera  wrote:

> Congratz Godwin..!!!
>
> On Sat, Mar 21, 2015 at 9:29 PM, Prasanna Dangalla 
> wrote:
>
>> Congratulations Godwin!!!
>>
>> On Sat, Mar 21, 2015 at 7:12 PM, Sajith Ariyarathna 
>> wrote:
>>
>>> Congratulations Godwin!!!
>>>
>>> On Sat, Mar 21, 2015 at 11:30 AM, Niranda Perera 
>>> wrote:
>>>
 Congrats Godwin!

 On Sat, Mar 21, 2015 at 11:28 AM, Godwin Amila Shrimal >>> > wrote:

> Thanks a lot everyone...!
>
>
> Thanks
> Godwin
>
> On Sat, Mar 21, 2015 at 1:37 AM, Roshan Deniyage 
> wrote:
>
>> Congrats Godwin
>>
>> Roshan Deniyage
>> Associate Technical Lead
>> WSO2, Inc: http://wso2.com
>>
>> Mobile:  +94 777636406 / +1 408 667 6254
>> Twitter:  *https://twitter.com/roshku
>> *
>> LinkedIn :  https://www.linkedin.com/in/roshandeniyage
>>
>>
>> On Fri, Mar 20, 2015 at 3:52 PM, Aruna Karunarathna 
>> wrote:
>>
>>> Congratulations Godwin..!!!
>>>
>>> On Fri, Mar 20, 2015 at 11:19 AM, Malintha Adikari <
>>> malin...@wso2.com> wrote:
>>>
 Congratulation Godwin..!!!

 On Fri, Mar 20, 2015 at 6:08 PM, Rasika Perera 
 wrote:

> Congratulations Godwin !
>
> On Fri, Mar 20, 2015 at 11:33 PM, Harsha Thirimanna <
> hars...@wso2.com> wrote:
>
>> Congratzzz Godwin ...!
>>
>>
>> *Harsha Thirimanna*
>> Senior Software Engineer; WSO2, Inc.; http://wso2.com
>> * *
>> *email: **hars...@wso2.com* * cell: +94 71
>> 5186770  , +94 *
>> *774617784twitter: **http://twitter.com/
>> *
>> *harshathirimannlinked-in: **http:
>> **//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
>> *
>>
>> *Lean . Enterprise . Middleware*
>>
>>
>> On Fri, Mar 20, 2015 at 8:18 AM, Prabath Ariyarathna <
>> prabat...@wso2.com> wrote:
>>
>>> Congratz, Godwin!!!
>>>
>>> On Fri, Mar 20, 2015 at 8:42 PM, Bhathiya Jayasekara <
>>> bhath...@wso2.com> wrote:
>>>
 Congratulations Godwin...

 On Fri, Mar 20, 2015 at 8:37 PM, Isuruwan Herath <
 isuru...@wso2.com> wrote:

> Congratz Godwin!
>
> On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne <
> is...@wso2.com> wrote:
>
>> Congratulations Godwin..!!
>>
>> On Fri, Mar 20, 2015 at 8:35 AM, Hasintha Indrajee <
>> hasin...@wso2.com> wrote:
>>
>>> Congratulations Godwin..!!
>>>
>>> On Fri, Mar 20, 2015 at 9:20 AM, Asok Perera >> > wrote:
>>>
 Congratz Godwin !!!

 *Asok Aravinda Perera*
 Software Engineer
 WSO2, Inc.;http://wso2.com/
 
 lean.enterprise.middleware

 Mobile: +94722241032

 On Fri, Mar 20, 2015 at 6:36 PM, Gayan Gunawardana <
 ga...@wso2.com> wrote:

> Congratzzz Godwin ...!
>
> On Fri, Mar 20, 2015 at 5:09 PM, Madusanka Premaratne <
> madusan...@wso2.com> wrote:
>
>> Congrats Godwin.
>>
>> On Fri, Mar 20, 2015 at 5:04 PM, Dinithi De Silva <
>> dinit...@wso2.com> wrote:
>>
>>> Congratz Godwin...
>>>
>>> On Fri, Mar 20, 2015 at 4:20 PM, Inshaf Mahath <
>>> ins...@wso2.com> wrote:
>>>
 Congrats Godwin!!!

 On Fri, Mar 20, 2015 at 3:57 PM, Hemika Kodikara <
 hem...@wso2.com> wrote:

> Congratz Godwin!
>
> Hemika Kodikara
> Software Engineer
> WSO2 Inc.
> lean . enterprise . middleware
> http://wso2.com
>
> Mobile : +9477762
>
> On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe <
> than...@wso2.com> wrote:
>
>> Congratz Godwin...
>>
>>>

Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-21 Thread Milinda Perera
Congratz Malithi ... :)

On Sun, Mar 22, 2015 at 8:39 AM, Milan Perera  wrote:

> Congratz Malithi...!!!
>
> On Sat, Mar 21, 2015 at 8:29 PM, Rasika Perera  wrote:
>
>> Congratz Malithi!!!
>>
>> On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne 
>> wrote:
>>
>>> Congratulations Malithi...!!
>>>
>>> On Fri, Mar 20, 2015 at 8:36 AM, Hasintha Indrajee 
>>> wrote:
>>>
 Congratulations Malithi...!!

 On Fri, Mar 20, 2015 at 9:19 AM, Asok Perera  wrote:

> Congratz Malithi !!!
>
> *Asok Aravinda Perera*
> Software Engineer
> WSO2, Inc.;http://wso2.com/
> 
> lean.enterprise.middleware
>
> Mobile: +94722241032
>
> On Fri, Mar 20, 2015 at 6:38 PM, Gayan Gunawardana 
> wrote:
>
>> Congratzzz Malithiii...
>>
>> On Fri, Mar 20, 2015 at 5:13 PM, Keerthika Mahendralingam <
>> keerth...@wso2.com> wrote:
>>
>>> Congratz Malithi!!!
>>>
>>> On Fri, Mar 20, 2015 at 5:10 PM, Elilmatha Sivanesan <
>>> elilma...@wso2.com> wrote:
>>>
 Congratz Malithi

 On Fri, Mar 20, 2015 at 5:08 PM, Madusanka Premaratne <
 madusan...@wso2.com> wrote:

> Congrats Malithi.!!!
>
> On Fri, Mar 20, 2015 at 5:03 PM, Dinithi De Silva <
> dinit...@wso2.com> wrote:
>
>> Congratz Malithi...
>>
>> On Fri, Mar 20, 2015 at 3:57 PM, Himasha Guruge <
>> himas...@wso2.com> wrote:
>>
>>> Congrats Malithi!!
>>>
>>> On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe <
>>> than...@wso2.com> wrote:
>>>
 Congratz Malithi...

 On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby <
 joh...@wso2.com> wrote:

> Hi All,
>
> It's my pleasure to announce Malithi Edirisinghe as a WSO2
> Committer. Malithi has been a valuable contributor for WSO2
> Identity Server product, and in recognition of her contribution 
> to WSO2,
> she has been voted as a WSO2 Committer.
>
> Malithi, congratulations and keep up the good work!
>
> 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
> *
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Thanuja Lakmal*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94715979891 +94758009992

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


>>>
>>>
>>> --
>>> Himasha Guruge
>>> *Software Engineer*
>>> WS*O2* *Inc.*
>>> Mobile: +94 777459299
>>> himas...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Dinithi De Silva*
>> Associate Software Engineer, WSO2 Inc.
>> m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
>> | a: #20, Palm Grove, Colombo 03
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Madusanka Premaratne* | Associate Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka
> Mobile: +94 71 835 70 73| Work: +94 112 145 345
> Email: madusan...@wso2.com | Web: www.wso2.com
>
> [image: Facebook]  [image:
> Twitter]  [image: Google Plus]
> 
>  [image: Linkedin]  [image:
> Instagram]  [image:
> S

Re: [Dev] Proposal for Data Wrangler extension for WSO2 Machine Learner

2015-03-21 Thread Tharinda Ehelepola
Hi,

I enabled commenting in the Google doc. Can you please comment on the doc
itself.

Thank you.
Tharinda.

On Sun, Mar 22, 2015 at 4:26 AM, Nirmal Fernando  wrote:

> Great thanks Tharinda!
>
> On Sun, Mar 22, 2015 at 9:19 AM, Tharinda Ehelepola  > wrote:
>
>> Sorry about that Nirmal. I'll use only this thread from now on. In order
>> to conclude my proposal I am expecting your comments.
>>
>> Thank You.
>> Tharinda.
>>
>>
>> On Sun, Mar 22, 2015 at 3:19 AM, Nirmal Fernando  wrote:
>>
>>> Hi Tharinda,
>>>
>>> Could you please send your updates in one thread? I've noticed that you
>>> initiated couple of different threads, and it's hard for us to track. You
>>> could stick to this thread from now on.
>>>
>>> Thanks.
>>>
>>> On Sun, Mar 22, 2015 at 2:25 AM, Tharinda Ehelepola <
>>> tharinda...@gmail.com> wrote:
>>>
 Hi,

 I added some part to implementation plan of my project proposal. Can
 you please review it and give some comments.


 https://docs.google.com/document/d/1mppMTbpSP_vWvhbK3RPrIR1HU9D8IFgLT5Mdsdhp8Vs/edit?usp=sharing
 

 Thank you.
 Tharinda.

>>>
>>>
>>>
>>> --
>>>
>>> Thanks & regards,
>>> Nirmal
>>>
>>> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
>>> Mobile: +94715779733
>>> Blog: http://nirmalfdo.blogspot.com/
>>>
>>>
>>>
>>
>
>
> --
>
> Thanks & regards,
> Nirmal
>
> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.blogspot.com/
>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC-2015] Proposal 11: Recommendation Solution for WSO2 Machine Learner

2015-03-21 Thread Madawa Soysa
Hi,

Attached the initial draft proposal[1]

and milestone plan[2]
.
It would be great if i could get a feedback on this.

[1] -
https://docs.google.com/a/wso2.com/document/d/1Hb16-07ClxBH3Pvhna4lRASUoRGqvkgnmPLn9YF1rcY/edit?usp=sharing
[2] -
https://docs.google.com/a/wso2.com/spreadsheets/d/1BMGX3-Ub5rqcFKbIYCxutKKBP4r_1rl02OZUOb5SYeA/edit?usp=sharing

Thanks,
Madawa.

On 18 March 2015 at 09:02, Madawa Soysa  wrote:

> Hi,
>
> I have done my research about Spark and available technologies to
> implement the e-commerce tracking client. I'm currently preparing the
> project proposal and is there any documentation I could read about WSO2 ML?
>
> Also when the tracking client POST the details to the REST API, are those
> information goes to ML through CEP as events?
>
> Regards,
> Madawa.
>
> On 3 March 2015 at 09:37, Nirmal Fernando  wrote:
>
>> +1
>>
>> On Tue, Mar 3, 2015 at 9:34 AM, Srinath Perera  wrote:
>>
>>> Can we meet 2.30 @ TRACE?
>>>
>>> On Tue, Mar 3, 2015 at 9:31 AM, Madawa Soysa  wrote:
>>>
 Hi,

 I'm Madawa Soysa, an undergraduate at Department of Computer Science
 and Engineering, University of Moratuwa. Currently I'm an intern at WSO2
 Inc. I went through the proposal[1]
 
  and
 interested in contributing to the project.

 I't would be great if i could further discuss about the above project.

 [1]
 - 
 https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal11:RecommendationSolutionforWSO2MachineLearner
 

 --
 Madawa Soysa
 Software Engineering Intern | WS*O₂* Inc. 

 Mobile: +94 75 812 0726 | Email: mada...@wso2.com
 LinkedIn  | Twitter
  | Tumblr 

>>>
>>>
>>>
>>> --
>>> 
>>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
>>> Site: http://people.apache.org/~hemapani/
>>> Photos: http://www.flickr.com/photos/hemapani/
>>> Phone: 0772360902
>>>
>>
>>
>>
>> --
>>
>> Thanks & regards,
>> Nirmal
>>
>> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
>> Mobile: +94715779733
>> Blog: http://nirmalfdo.blogspot.com/
>>
>>
>>
>
>
> --
> Madawa Soysa
> Software Engineering Intern | WS*O₂* Inc. 
>
> Mobile: +94 75 812 0726 | Email: mada...@wso2.com
> LinkedIn  | Twitter
>  | Tumblr 
>



-- 
Madawa Soysa
Software Engineering Intern | WS*O₂* Inc. 

Mobile: +94 75 812 0726 | Email: mada...@wso2.com
LinkedIn  | Twitter
 | Tumblr 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Malithi Edirisinghe

2015-03-21 Thread Jagath Sisirakumara Ariyarathne
Congratulations Malithi..!!!

On Sun, Mar 22, 2015 at 10:24 AM, Milinda Perera  wrote:

> Congratz Malithi ... :)
>
> On Sun, Mar 22, 2015 at 8:39 AM, Milan Perera  wrote:
>
>> Congratz Malithi...!!!
>>
>> On Sat, Mar 21, 2015 at 8:29 PM, Rasika Perera  wrote:
>>
>>> Congratz Malithi!!!
>>>
>>> On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne 
>>> wrote:
>>>
 Congratulations Malithi...!!

 On Fri, Mar 20, 2015 at 8:36 AM, Hasintha Indrajee 
 wrote:

> Congratulations Malithi...!!
>
> On Fri, Mar 20, 2015 at 9:19 AM, Asok Perera  wrote:
>
>> Congratz Malithi !!!
>>
>> *Asok Aravinda Perera*
>> Software Engineer
>> WSO2, Inc.;http://wso2.com/
>> 
>> lean.enterprise.middleware
>>
>> Mobile: +94722241032
>>
>> On Fri, Mar 20, 2015 at 6:38 PM, Gayan Gunawardana 
>> wrote:
>>
>>> Congratzzz Malithiii...
>>>
>>> On Fri, Mar 20, 2015 at 5:13 PM, Keerthika Mahendralingam <
>>> keerth...@wso2.com> wrote:
>>>
 Congratz Malithi!!!

 On Fri, Mar 20, 2015 at 5:10 PM, Elilmatha Sivanesan <
 elilma...@wso2.com> wrote:

> Congratz Malithi
>
> On Fri, Mar 20, 2015 at 5:08 PM, Madusanka Premaratne <
> madusan...@wso2.com> wrote:
>
>> Congrats Malithi.!!!
>>
>> On Fri, Mar 20, 2015 at 5:03 PM, Dinithi De Silva <
>> dinit...@wso2.com> wrote:
>>
>>> Congratz Malithi...
>>>
>>> On Fri, Mar 20, 2015 at 3:57 PM, Himasha Guruge <
>>> himas...@wso2.com> wrote:
>>>
 Congrats Malithi!!

 On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe <
 than...@wso2.com> wrote:

> Congratz Malithi...
>
> On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby <
> joh...@wso2.com> wrote:
>
>> Hi All,
>>
>> It's my pleasure to announce Malithi Edirisinghe as a WSO2
>> Committer. Malithi has been a valuable contributor for WSO2
>> Identity Server product, and in recognition of her contribution 
>> to WSO2,
>> she has been voted as a WSO2 Committer.
>>
>> Malithi, congratulations and keep up the good work!
>>
>> 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
>> *
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Thanuja Lakmal*
> Software Engineer
> WSO2 Inc. http://wso2.com/
> *lean.enterprise.middleware*
> Mobile: +94715979891 +94758009992
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Himasha Guruge
 *Software Engineer*
 WS*O2* *Inc.*
 Mobile: +94 777459299
 himas...@wso2.com

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


>>>
>>>
>>> --
>>> *Dinithi De Silva*
>>> Associate Software Engineer, WSO2 Inc.
>>> m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
>>> | a: #20, Palm Grove, Colombo 03
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Madusanka Premaratne* | Associate Software Engineer
>> WSO2, Inc | lean. enterprise. middleware.
>> #20, Palm Grove, Colombo 03, Sri Lanka
>> Mobile: +94 71 835 70 73| Work: +94 112 145 345
>> Email: madusan...@wso2.com | Web: www.wso2.com
>>
>> [image: Facebook]  [image:
>> Twitter]