Re: [Dev] [DEV] How to get a query parameter in a REst request?

2017-02-19 Thread Ishara Cooray
Thanks Abimaran and Shani.

I got this working by using a resource template as Abimaran said and .
expression="$url:clientId"

Thanks & Regards,
Ishara Cooray
Senior Software Engineer
Mobile : +9477 262 9512
WSO2, Inc. | http://wso2.com/
Lean . Enterprise . Middleware

On Thu, Feb 16, 2017 at 6:12 PM, Shani Ranasinghe  wrote:

> Hi Ishara,
>
> I was able to get it  working as follows.
>
> 
> http://ws.apache.org/ns/synapse"; name="admin--WB:v1--In">
>
>   
>  
>
> 
>
> On Thu, Feb 16, 2017 at 5:42 PM, Abimaran Kugathasan 
> wrote:
>
>> Hi Ishara,
>>
>> Have you tried using get-property('query.param.clientId')?
>>
>> You need to define Endpoint like
>>
>> https://localhost:9444//wb/1/countries/us?clientId={query.param.clientId}
>>
>> On Thu, Feb 16, 2017 at 5:19 PM, Ishara Cooray  wrote:
>>
>>> In APIM 2.1.0 i am trying to read a request query parameter .
>>>
>>> i have this request "GET /wb/1/countries/us?clientId=isharac
>>>
>>> in an In sequence i read query parameter as below.
>>> 
>>>
>>> But when i log it 'cid' is null
>>> am i doing anything wrong here?
>>> how can i read the query param in a seq?
>>>
>>> This is the sequence i used.
>>>
>>> 
>>> http://ws.apache.org/ns/synapse";
>>> name="admin--WB:v1--In">
>>>
>>>   
>>>  
>>>
>>> 
>>>
>>>
>>> I also tried, get-property('$uri:clientId') and get-property('$url')
>>> and they are also null.
>>>
>>> When i debug, i couldn't find these properties in message context.
>>>
>>> Alternatively,
>>> following property is there in the message context. So what is the best
>>> way to get clientId from this property? If so is it a good approach?
>>>
>>> REST_FULL_REQUEST_PATH=/ta/1/menu?clientId=isharaccc
>>>
>>>
>>> Thanks & Regards,
>>> Ishara Cooray
>>> Senior Software Engineer
>>> Mobile : +9477 262 9512 <+94%2077%20262%209512>
>>> WSO2, Inc. | http://wso2.com/
>>> Lean . Enterprise . Middleware
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Thanks
>> Abimaran Kugathasan
>> Senior Software Engineer - API Technologies
>>
>> Email : abima...@wso2.com
>> Mobile : +94 773922820 <+94%2077%20392%202820>
>>
>> 
>> 
>>   
>> 
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Thanks and Regards
> *,Shani Ranasinghe*
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 77 2273555 <+94%2077%20227%203555>
> Blog: http://waysandmeans.blogspot.com/
> linked in: lk.linkedin.com/pub/shani-ranasinghe/34/111/ab
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [IS-6] Need clarifications on Unique claim(s) as user identifier in Identity Server

2017-02-19 Thread Ayesha Dissanayaka
Hi,

In Identity Management we have the concept of unique claims which can only
have a unique value within a domain.
With the value of a unique claim we can identify a unique user within a
domain. While implementing identity management capabilities in IS-6.0 User
portal we came across below concerns.

   - System can have one or more unique claims.
   - All the unique claims doesn't have to be required claims.
   - At least one unique claim has to be required claim.

For authentication and recovery scenarios we need to have a unique
identifier for users. Currently we use "username" claim. I assume we need
to provide the flexibility to change this identifier claim.

   1. Do we allow client applications to choose this identifier claim from
   unique claims?
  - Then the IS will have to accept any of the unique claims as the
  user identifier in authentication and validate against it.
  2. Otherwise should we keep it as a system wide configuration?
   3. For the User Portal, we use 'username' claim as the user identifier.
   I have noticed we have hard-coded this claim
'*http://wso2.org/claims/username
   *'.
   1. I think we need to get this value from a configuration.
  2. Is it OK to keep this as a configuration within the User Portal.
  3. Otherwise where should we keep this?
  4. Will this identifier be username, for User portal always?
  Otherwise we need to have the flexibility of changing UI labels according
  to the identifier without much effort.
   4. Should we support authentication and recovery by multiple identifiers
   ( ex: username or email or NIC, each representing an individual unique
   claim)

Appreciate your input on this.

Thanks!
-Ayesha

-- 
*Ayesha Dissanayaka*
Software Engineer,
WSO2, Inc : http://wso2.com

20, Palmgrove Avenue, Colombo 3
E-Mail: aye...@wso2.com 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2017 -CLI tool for WSO2 API Manager

2017-02-19 Thread Pubudu Gunatilaka
Hi Heshan,

Thank you for your interest in the project. As explained in the project
description, you need to develop a CLI tool for API Manager capabilities.

First of all, you can try out WSO2 API Manager 2.1.0 and get familiar with
the product [1] and the concepts [2]. Additionally, you can try out API
export/import feature [3] and the API Manager 2.1.0 REST APIs [4] to tryout
the product.

Currently, WSO2 API Manager team is working on Carbon 5(C5) based API
Manager implementation and you can find the relevant repos in [5] and [6].
When you are developing the CLI, you should use the C5 REST APIs. API
Manager team has already added most important REST APIs and we are working
on adding new REST APIs based on the functionalities. Meantime, you can
also get familiar with GO language and learn the concepts.

[1] - http://wso2.com/products/api-manager/
[2] - https://docs.wso2.com/display/AM210/Key+Concepts
[3] -
https://docs.wso2.com/display/AM210/Migrating+the+APIs+to+a+Different+Environment
[4] - https://docs.wso2.com/display/AM210/WSO2+APIs
[5] - https://github.com/wso2/carbon-apimgt/tree/C5
[6] - https://github.com/wso2/product-apim/tree/C5

Thank you!

On Mon, Feb 20, 2017 at 10:49 AM, Sajith Abeywardhana 
wrote:

> Adding project mentors.
>
> On Mon, Feb 20, 2017 at 9:33 AM, Heshan Jayasinghe 
> wrote:
>
>> Hi all,
>>
>> I am Heshan Jayasinghe 4th year undergraduate of university of
>> moratuwa,Srilanka. I have experience in Java/MEAN/android/Go projects. I
>> was GSOC 2016 participant with your Organization and successfully finish
>> all my tasks and complete my project.
>>
>> I go though all the information you mention in this project and I go
>> though Go sample CLI tools examples too.I familiar with REST services in
>> java and node.js and haven't more experience using Go.I think i
>> can familiar with those areas before start this project. Could you
>> please give me further information about this projects then i can research
>> on those area.
>>
>> Thank you,
>> regards,
>>
>> Heshan Jayasinghe
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Sajith Abeywardhana* | Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka.
> Mobile: +94772260485
> Email: saji...@wso2.com | Web: www.wso2.com
>



-- 
*Pubudu Gunatilaka*
Committer and PMC Member - Apache Stratos
Software Engineer
WSO2, Inc.: http://wso2.com
mobile : +94774078049 <%2B94772207163>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Governance Registry 5.4.0 RC2

2017-02-19 Thread Chanaka Jayasena
Hi all,

Tested following scenarios,


   - Add new rxt
   - Create, update, delete assets
   - Create new version of an asset
   - Change lifecycle version of an asset
   - Review and rate assets in store.
   - Store basic search - tags search, lcState Search, version search, tags
   search, name search.


Found no blockers.

[+} Stable - go ahead and release

thanks,
Chanaka



On Mon, Feb 20, 2017 at 10:51 AM, Rajith Roshan  wrote:

> Hi all,
> Tested following scenarios.
>
>- Getting started sample
>- Bi directional associations
>- Life cycle transitions
>- Attribute search in publisher
>
> Found no blockers.
>
> [+] Stable - go ahead and release
>
> Thanks!
> Rajith
>
>
>
> On Mon, Feb 20, 2017 at 10:46 AM, Kasun Thennakoon 
> wrote:
>
>> Hi all,
>>
>> Tested following scenarios:
>>
>>- Adding and then editing user reviews
>>- Voting on user reviews
>>- Store notifications when Lifecycle State Change and Information
>>Update
>>- Create new version of an asset
>>- Sorting assets in Store and Publisher
>>
>> Found no major issues.
>>
>> [X] Stable - Go ahead and release
>>
>> On Sun, Feb 19, 2017 at 4:12 PM, Chandana Napagoda 
>> wrote:
>>
>>> Hi Devs,
>>>
>>> WSO2 Governance Registry 5.4.0 RC2 Release Vote.
>>>
>>>
>>> This release fixes the following issues:
>>> https://wso2.org/jira/issues/?filter=13649
>>>
>>> The vote will be open for 24 hours or as needed. Please download, test
>>> and vote. Please refer the release verification guide for detailed
>>> information on verifying this release.
>>>
>>> Source & binary distribution files:
>>> https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.4.0/RC2
>>>
>>> Maven staging repo:
>>> https://maven.wso2.org/nexus/content/repositories/orgwso2greg-1010
>>>
>>> The tag to be voted upon:
>>> https://github.com/wso2/product-greg/releases/tag/v5.4.0-RC2
>>>
>>>
>>> [+] Stable - go ahead and release
>>> [-]  Broken - do not release (explain why)
>>>
>>> Thanks and Regards
>>> G-Reg team
>>>
>>> --
>>> *Chandana Napagoda*
>>> Associate Technical Lead
>>> WSO2 Inc. - http://wso2.org
>>>
>>> *Email  :  chand...@wso2.com **Mobile : +94718169299
>>> <+94%2071%20816%209299>*
>>>
>>> *Blog  :http://cnapagoda.blogspot.com
>>>  | http://chandana.napagoda.com
>>> *
>>>
>>> *Linkedin : http://www.linkedin.com/in/chandananapagoda
>>> *
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Kasun Thennakoon*
>> Software Engineer
>> WSO2, Inc.
>> Mobile:+94 711661919
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Rajith Roshan
> Software Engineer, WSO2 Inc.
> Mobile: +94-72-642-8350 <%2B94-71-554-8430>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Chanaka Jayasena
Associate Tech Lead,
email: chan...@wso2.com; cell: +94 77 4464006
blog: http://chanaka3d.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Nullpointer print intermittently when the C5 product start

2017-02-19 Thread Niranjan Karunanandham
Hi Harsha,

On Mon, Feb 20, 2017 at 10:52 AM, Harsha Thirimanna 
wrote:

> What do you mean by properly ? Is that possible to happen these issues
> intermittently if it is not defined properly ? ​
>
This is happening intermittently since the order in which components are
resolved in OSGi varies. AFAIR this issue was there in Kernel 5.1.0, but
this was fixed in the startup order resolver to catch this issue (if the
component such as number of expected and actual being registered vary [2]).
In order to identify this issue, you need to narrow down which component is
causing this issue.


>
> Yes I am using maven 3.0.5 and you are saying still it can be happened
> intermittently because of this ?​ Because of some others using same maven
> but never seen this issue.
>
For C5, the maven should be 3.3.x and JDK should be 1.8.x (Oracle /
OpenJDK). This is mentioned in the [1]. We need to added in the Github
Readme as well. If your components are compiled using maven 3.0.5 then it
is not compatible with C5.


> And I have seen another issue that OSGi services not register
> intermittently. Is that the same issue as you suggested ?
>
> *Harsha Thirimanna*
> *Associate Tech Lead | WSO2*
>
> Email: hars...@wso2.com
> Mob: +94715186770 <+94%2071%20518%206770>
> Blog: http://harshathirimanna.blogspot.com/
> Twitter: http://twitter.com/harshathirimann
> Linked-In: linked-in: http://www.linkedin.com/pub/
> harsha-thirimanna/10/ab8/122
> 
>
> On Mon, Feb 20, 2017 at 10:33 AM, Niranjan Karunanandham <
> niran...@wso2.com> wrote:
>
>> Hi Harsha,
>>
>> On Mon, Feb 20, 2017 at 9:23 AM, Harsha Thirimanna 
>> wrote:
>>
>>> Hi,
>>>
>>> When the IS server get start, we can see this error log intermittently.
>>> Any idea about this ?
>>>
>>> Exception in thread "Timer-0" java.lang.NullPointerException
>>> at org.wso2.carbon.kernel.internal.startupresolver.StartupOrder
>>> Resolver$1.run(StartupOrderResolver.java:170)
>>> at java.util.TimerThread.mainLoop(Timer.java:555)
>>> at java.util.TimerThread.run(Timer.java:505)
>>>
>> This issue happens when you have not defined your components properly. In
>> C5, we have introduced startup order resolver. This is introduced when a
>> components need to wait till other components are initialized (refer [1]).
>>
>> Btw I have noticed that for C5 components some are using Java 1.8 and
>> maven 3.0.5. Please note for C5, you need to have maven 3.3.x.
>>
>>
>>>
>>> thanks
>>>
>>> *Harsha Thirimanna*
>>> *Associate Tech Lead | WSO2*
>>>
>>> Email: hars...@wso2.com
>>> Mob: +94715186770 <+94%2071%20518%206770>
>>> Blog: http://harshathirimanna.blogspot.com/
>>> Twitter: http://twitter.com/harshathirimann
>>> Linked-In: linked-in: http://www.linkedin.com/pub/ha
>>> rsha-thirimanna/10/ab8/122
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>> [1] - https://github.com/wso2/carbon-kernel/blob/v5.2.0-m3/docs/
>> KernelFeatures/ResolvingtheComponentStartupOrder.md
>>
>> Regards,
>> Nira
>>
>> --
>>
>>
>> *Niranjan Karunanandham*
>> Associate Technical Lead - WSO2 Inc.
>> WSO2 Inc.: http://www.wso2.com
>>
>>
>
[1] - https://docs.wso2.com/display/Carbon500/Installation+Prerequisites
[2] - https://github.com/wso2/carbon-kernel/blob/v5.2.0-m3/
docs/KernelFeatures/ResolvingtheComponentStartupOrder.md

Regards,
Nira

-- 


*Niranjan Karunanandham*
Associate Technical Lead - WSO2 Inc.
WSO2 Inc.: http://www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] GSoC 2017 - Proposal 22: [Platform Security] Security Testing as a Service with Docker Containerization

2017-02-19 Thread pavithra rox
Hi All,

My name is Pavithra Prabodha, from Sri Lanka Institute of Information
Technology, currently studying in the final (4th) year specializing in
Software Engineering.

I am interested in taking part in GSoC 2017 with WSO2 and I hereby wish to
apply for the Security Testing as a Service with Docker Containerization
project.

I have been following up the work done by the security team of WSO2 and
already have watched the two webinars [1,2] done last year.

In addition to that, I have taken part in the security meetups as well
which you organized.

I’m experienced in Java, Maven, Git, Jenkins, docker and wish to learn any
required technologies for the project.

In order to get started with the project, I got familiar with the security
tools like FindSecBugs, OWASP Dependency Check and OWASP ZAP.

I also used the existing docker images of these tools (ZAP [3]) and ran the
tool as containers and got familiar with the usage of docker in security
testing.

Considering above, I appreciate if you can guide me for getting started
with the project.

[1]
http://wso2.com/library/webinars/2016/10/application-security-your-success-depends-on-it/

[2]
http://wso2.com/library/webinars/2016/10/a-proactive-strategy-for-security-management-at-wso2/

[3] https://hub.docker.com/r/owasp/zap2docker-stable/

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


Re: [Dev] Nullpointer print intermittently when the C5 product start

2017-02-19 Thread Harsha Thirimanna
What do you mean by properly ? Is that possible to happen these issues
intermittently if it is not defined properly ? ​

Yes I am using maven 3.0.5 and you are saying still it can be happened
intermittently because of this ?​ Because of some others using same maven
but never seen this issue.

And I have seen another issue that OSGi services not register
intermittently. Is that the same issue as you suggested ?

*Harsha Thirimanna*
*Associate Tech Lead | WSO2*

Email: hars...@wso2.com
Mob: +94715186770
Blog: http://harshathirimanna.blogspot.com/
Twitter: http://twitter.com/harshathirimann
Linked-In: linked-in:
http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122


On Mon, Feb 20, 2017 at 10:33 AM, Niranjan Karunanandham 
wrote:

> Hi Harsha,
>
> On Mon, Feb 20, 2017 at 9:23 AM, Harsha Thirimanna 
> wrote:
>
>> Hi,
>>
>> When the IS server get start, we can see this error log intermittently.
>> Any idea about this ?
>>
>> Exception in thread "Timer-0" java.lang.NullPointerException
>> at org.wso2.carbon.kernel.internal.startupresolver.StartupOrder
>> Resolver$1.run(StartupOrderResolver.java:170)
>> at java.util.TimerThread.mainLoop(Timer.java:555)
>> at java.util.TimerThread.run(Timer.java:505)
>>
> This issue happens when you have not defined your components properly. In
> C5, we have introduced startup order resolver. This is introduced when a
> components need to wait till other components are initialized (refer [1]).
>
> Btw I have noticed that for C5 components some are using Java 1.8 and
> maven 3.0.5. Please note for C5, you need to have maven 3.3.x.
>
>
>>
>> thanks
>>
>> *Harsha Thirimanna*
>> *Associate Tech Lead | WSO2*
>>
>> Email: hars...@wso2.com
>> Mob: +94715186770 <+94%2071%20518%206770>
>> Blog: http://harshathirimanna.blogspot.com/
>> Twitter: http://twitter.com/harshathirimann
>> Linked-In: linked-in: http://www.linkedin.com/pub/ha
>> rsha-thirimanna/10/ab8/122
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
> [1] - https://github.com/wso2/carbon-kernel/blob/v5.2.0-m3/
> docs/KernelFeatures/ResolvingtheComponentStartupOrder.md
>
> Regards,
> Nira
>
> --
>
>
> *Niranjan Karunanandham*
> Associate Technical Lead - WSO2 Inc.
> WSO2 Inc.: http://www.wso2.com
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Governance Registry 5.4.0 RC2

2017-02-19 Thread Rajith Roshan
Hi all,
Tested following scenarios.

   - Getting started sample
   - Bi directional associations
   - Life cycle transitions
   - Attribute search in publisher

Found no blockers.

[+] Stable - go ahead and release

Thanks!
Rajith



On Mon, Feb 20, 2017 at 10:46 AM, Kasun Thennakoon  wrote:

> Hi all,
>
> Tested following scenarios:
>
>- Adding and then editing user reviews
>- Voting on user reviews
>- Store notifications when Lifecycle State Change and Information
>Update
>- Create new version of an asset
>- Sorting assets in Store and Publisher
>
> Found no major issues.
>
> [X] Stable - Go ahead and release
>
> On Sun, Feb 19, 2017 at 4:12 PM, Chandana Napagoda 
> wrote:
>
>> Hi Devs,
>>
>> WSO2 Governance Registry 5.4.0 RC2 Release Vote.
>>
>>
>> This release fixes the following issues:
>> https://wso2.org/jira/issues/?filter=13649
>>
>> The vote will be open for 24 hours or as needed. Please download, test
>> and vote. Please refer the release verification guide for detailed
>> information on verifying this release.
>>
>> Source & binary distribution files:
>> https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.4.0/RC2
>>
>> Maven staging repo:
>> https://maven.wso2.org/nexus/content/repositories/orgwso2greg-1010
>>
>> The tag to be voted upon:
>> https://github.com/wso2/product-greg/releases/tag/v5.4.0-RC2
>>
>>
>> [+] Stable - go ahead and release
>> [-]  Broken - do not release (explain why)
>>
>> Thanks and Regards
>> G-Reg team
>>
>> --
>> *Chandana Napagoda*
>> Associate Technical Lead
>> WSO2 Inc. - http://wso2.org
>>
>> *Email  :  chand...@wso2.com **Mobile : +94718169299
>> <+94%2071%20816%209299>*
>>
>> *Blog  :http://cnapagoda.blogspot.com 
>> | http://chandana.napagoda.com *
>>
>> *Linkedin : http://www.linkedin.com/in/chandananapagoda
>> *
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Kasun Thennakoon*
> Software Engineer
> WSO2, Inc.
> Mobile:+94 711661919
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Rajith Roshan
Software Engineer, WSO2 Inc.
Mobile: +94-72-642-8350 <%2B94-71-554-8430>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2017 -CLI tool for WSO2 API Manager

2017-02-19 Thread Sajith Abeywardhana
Adding project mentors.

On Mon, Feb 20, 2017 at 9:33 AM, Heshan Jayasinghe 
wrote:

> Hi all,
>
> I am Heshan Jayasinghe 4th year undergraduate of university of
> moratuwa,Srilanka. I have experience in Java/MEAN/android/Go projects. I
> was GSOC 2016 participant with your Organization and successfully finish
> all my tasks and complete my project.
>
> I go though all the information you mention in this project and I go
> though Go sample CLI tools examples too.I familiar with REST services in
> java and node.js and haven't more experience using Go.I think i
> can familiar with those areas before start this project. Could you please
> give me further information about this projects then i can research on
> those area.
>
> Thank you,
> regards,
>
> Heshan Jayasinghe
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Sajith Abeywardhana* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka.
Mobile: +94772260485
Email: saji...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Governance Registry 5.4.0 RC2

2017-02-19 Thread Kasun Thennakoon
Hi all,

Tested following scenarios:

   - Adding and then editing user reviews
   - Voting on user reviews
   - Store notifications when Lifecycle State Change and Information Update
   - Create new version of an asset
   - Sorting assets in Store and Publisher

Found no major issues.

[X] Stable - Go ahead and release

On Sun, Feb 19, 2017 at 4:12 PM, Chandana Napagoda 
wrote:

> Hi Devs,
>
> WSO2 Governance Registry 5.4.0 RC2 Release Vote.
>
>
> This release fixes the following issues:
> https://wso2.org/jira/issues/?filter=13649
>
> The vote will be open for 24 hours or as needed. Please download, test
> and vote. Please refer the release verification guide for detailed
> information on verifying this release.
>
> Source & binary distribution files:
> https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.4.0/RC2
>
> Maven staging repo:
> https://maven.wso2.org/nexus/content/repositories/orgwso2greg-1010
>
> The tag to be voted upon:
> https://github.com/wso2/product-greg/releases/tag/v5.4.0-RC2
>
>
> [+] Stable - go ahead and release
> [-]  Broken - do not release (explain why)
>
> Thanks and Regards
> G-Reg team
>
> --
> *Chandana Napagoda*
> Associate Technical Lead
> WSO2 Inc. - http://wso2.org
>
> *Email  :  chand...@wso2.com **Mobile : +94718169299
> <+94%2071%20816%209299>*
>
> *Blog  :http://cnapagoda.blogspot.com 
> | http://chandana.napagoda.com *
>
> *Linkedin : http://www.linkedin.com/in/chandananapagoda
> *
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Governance Registry 5.4.0 RC2

2017-02-19 Thread Madawa Soysa
Hi All,

Tested following scenarios in default H2/linux environment.

   - Import swagger
   - Create REST service manually
   - Create REST service manually providing a swagger interface.
   - Applying taxonomy and categorization.
   - Searching based on taxonomy and categorization.

Found no major issues.
[X] Stable - Go ahead and release

Regards,
Madawa

On Mon, Feb 20, 2017 at 10:06 AM, Prasanna Dangalla 
wrote:

> Hi All,
>
> Tested the following scenarios in a MySQL 5.7 mounted setup
>
>- Create SOAP service
>- Create REST service
>- Lifecycle promotion
>- Searching assets
>- Applying tags
>- Adding Notes
>- Time in lifecycle
>- Dependency graph view and filtering based on the association types
>in dependency graph
>- WSDL upload from a URL
>- WSDL Visualize view
>- WSDL diff view
>
> [X] Stable - Go ahead and release
>
> Regards,
>
> *Prasanna Dangalla*
> Senior Software Engineer, WSO2, Inc.; http://wso2.com/
> lean.enterprise.middleware
>
>
> *cell: +94 718 11 27 51*
> *twitter: @prasa77*
>
> On Sun, Feb 19, 2017 at 4:12 PM, Chandana Napagoda 
> wrote:
>
>> Hi Devs,
>>
>> WSO2 Governance Registry 5.4.0 RC2 Release Vote.
>>
>>
>> This release fixes the following issues:
>> https://wso2.org/jira/issues/?filter=13649
>>
>> The vote will be open for 24 hours or as needed. Please download, test
>> and vote. Please refer the release verification guide for detailed
>> information on verifying this release.
>>
>> Source & binary distribution files:
>> https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.4.0/RC2
>>
>> Maven staging repo:
>> https://maven.wso2.org/nexus/content/repositories/orgwso2greg-1010
>>
>> The tag to be voted upon:
>> https://github.com/wso2/product-greg/releases/tag/v5.4.0-RC2
>>
>>
>> [+] Stable - go ahead and release
>> [-]  Broken - do not release (explain why)
>>
>> Thanks and Regards
>> G-Reg team
>>
>> --
>> *Chandana Napagoda*
>> Associate Technical Lead
>> WSO2 Inc. - http://wso2.org
>>
>> *Email  :  chand...@wso2.com **Mobile : +94718169299
>> <+94%2071%20816%209299>*
>>
>> *Blog  :http://cnapagoda.blogspot.com 
>> | http://chandana.napagoda.com *
>>
>> *Linkedin : http://www.linkedin.com/in/chandananapagoda
>> *
>>
>>
>> ___
>> 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
>
>


-- 

Madawa Soysa / Software Engineer
mada...@wso2.com / +94714616050

*WSO2 Inc.*
lean.enterprise.middleware

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


Re: [Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-19 Thread Ramindu De Silva
Hi Mahendra,

As for the starting point, you can check how to create a simple plugin for
atom. Maybe syntax highlighting or providing suggestions or parsing a
language. This will require you to check the developing environment for
atom. And how to build the package structure and how to install on atom.
You can get an idea by looking at several language plugins such as
language-java, autocomplete-java or somewhat simple language.

Best Regards,

On Sun, Feb 19, 2017 at 11:53 PM, Tharindu Edirisinghe 
wrote:

> Hi Mahendra,
>
> We are glad to see your interest on doing GSoc with WSO2. I have added
> Suho and Ramindu here who would be mentoring the project, so that they will
> provide more information and guide you for applying for the project.
>
> Best Regards,
> Tharindu Edirisinghe
>
> On Sun, Feb 19, 2017 at 11:45 PM, Mahendra Thennakoon <
> mahendrathennak...@gmail.com> wrote:
>
>> Hi all,
>>
>> I'm Mahendra Tennakoon, a 3rd-year undergraduate student from Sri Lanka
>> Institute of Information Technology (SLIIT). I'm interested in implementing
>> the "Atom plugin for Siddhi" which is a WSO2 project proposal for Google
>> Summer of Code 2017 as mentioned here
>> .
>> I'm familiar with Javascript and I have used Atom editor for a few projects
>> as well. I would be extremely grateful to hear from someone who can provide
>> more information on this project and some guidance on getting started.
>>
>> Thank you.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> Tharindu Edirisinghe
> Senior Software Engineer | WSO2 Inc
> Platform Security Team
> Blog : http://securityinternal.com
> mobile : +94 775181586 <+94%2077%20518%201586>
>



-- 
*Ramindu De Silva*
Software Engineer
WSO2 Inc.: http://wso2.com
lean.enterprise.middleware

email: ramin...@wso2.com 
mob: +94 772339350
mob: +94 719678895
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Nullpointer print intermittently when the C5 product start

2017-02-19 Thread Niranjan Karunanandham
Hi Harsha,

On Mon, Feb 20, 2017 at 9:23 AM, Harsha Thirimanna  wrote:

> Hi,
>
> When the IS server get start, we can see this error log intermittently.
> Any idea about this ?
>
> Exception in thread "Timer-0" java.lang.NullPointerException
> at org.wso2.carbon.kernel.internal.startupresolver.
> StartupOrderResolver$1.run(StartupOrderResolver.java:170)
> at java.util.TimerThread.mainLoop(Timer.java:555)
> at java.util.TimerThread.run(Timer.java:505)
>
This issue happens when you have not defined your components properly. In
C5, we have introduced startup order resolver. This is introduced when a
components need to wait till other components are initialized (refer [1]).

Btw I have noticed that for C5 components some are using Java 1.8 and maven
3.0.5. Please note for C5, you need to have maven 3.3.x.


>
> thanks
>
> *Harsha Thirimanna*
> *Associate Tech Lead | WSO2*
>
> Email: hars...@wso2.com
> Mob: +94715186770 <+94%2071%20518%206770>
> Blog: http://harshathirimanna.blogspot.com/
> Twitter: http://twitter.com/harshathirimann
> Linked-In: linked-in: http://www.linkedin.com/pub/
> harsha-thirimanna/10/ab8/122
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
[1] -
https://github.com/wso2/carbon-kernel/blob/v5.2.0-m3/docs/KernelFeatures/ResolvingtheComponentStartupOrder.md

Regards,
Nira

-- 


*Niranjan Karunanandham*
Associate Technical Lead - WSO2 Inc.
WSO2 Inc.: http://www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Nullpointer print intermittently when the C5 product start

2017-02-19 Thread Rajith Roshan
Hi all,

We have also witnessed this intermittently in C5 APIM server recently.
Could not found any exact steps to reproduce.

Thanks!
Rajith

On Mon, Feb 20, 2017 at 9:23 AM, Harsha Thirimanna  wrote:

> Hi,
>
> When the IS server get start, we can see this error log intermittently.
> Any idea about this ?
>
> Exception in thread "Timer-0" java.lang.NullPointerException
> at org.wso2.carbon.kernel.internal.startupresolver.
> StartupOrderResolver$1.run(StartupOrderResolver.java:170)
> at java.util.TimerThread.mainLoop(Timer.java:555)
> at java.util.TimerThread.run(Timer.java:505)
>
> thanks
>
> *Harsha Thirimanna*
> *Associate Tech Lead | WSO2*
>
> Email: hars...@wso2.com
> Mob: +94715186770 <+94%2071%20518%206770>
> Blog: http://harshathirimanna.blogspot.com/
> Twitter: http://twitter.com/harshathirimann
> Linked-In: linked-in: http://www.linkedin.com/pub/
> harsha-thirimanna/10/ab8/122
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Rajith Roshan
Software Engineer, WSO2 Inc.
Mobile: +94-72-642-8350 <%2B94-71-554-8430>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Governance Registry 5.4.0 RC2

2017-02-19 Thread Prasanna Dangalla
Hi All,

Tested the following scenarios in a MySQL 5.7 mounted setup

   - Create SOAP service
   - Create REST service
   - Lifecycle promotion
   - Searching assets
   - Applying tags
   - Adding Notes
   - Time in lifecycle
   - Dependency graph view and filtering based on the association types in
   dependency graph
   - WSDL upload from a URL
   - WSDL Visualize view
   - WSDL diff view

[X] Stable - Go ahead and release

Regards,

*Prasanna Dangalla*
Senior Software Engineer, WSO2, Inc.; http://wso2.com/
lean.enterprise.middleware


*cell: +94 718 11 27 51*
*twitter: @prasa77*

On Sun, Feb 19, 2017 at 4:12 PM, Chandana Napagoda 
wrote:

> Hi Devs,
>
> WSO2 Governance Registry 5.4.0 RC2 Release Vote.
>
>
> This release fixes the following issues:
> https://wso2.org/jira/issues/?filter=13649
>
> The vote will be open for 24 hours or as needed. Please download, test
> and vote. Please refer the release verification guide for detailed
> information on verifying this release.
>
> Source & binary distribution files:
> https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.4.0/RC2
>
> Maven staging repo:
> https://maven.wso2.org/nexus/content/repositories/orgwso2greg-1010
>
> The tag to be voted upon:
> https://github.com/wso2/product-greg/releases/tag/v5.4.0-RC2
>
>
> [+] Stable - go ahead and release
> [-]  Broken - do not release (explain why)
>
> Thanks and Regards
> G-Reg team
>
> --
> *Chandana Napagoda*
> Associate Technical Lead
> WSO2 Inc. - http://wso2.org
>
> *Email  :  chand...@wso2.com **Mobile : +94718169299
> <+94%2071%20816%209299>*
>
> *Blog  :http://cnapagoda.blogspot.com 
> | http://chandana.napagoda.com *
>
> *Linkedin : http://www.linkedin.com/in/chandananapagoda
> *
>
>
> ___
> 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] Mandatory Claims in OAuth 2.0 with Identity Server 5.3.0

2017-02-19 Thread Nuwandi Wickramasinghe
Hi Dinusha,

This could happen because these two local claims
(*http://wso2.org/claims/organization
* and *http://wso2.org/claims/givenname
*) are not mapped  in oidc claim dialect.
To get rid of this issue, please try the following.

1. Go to *List* under *Claims* in IS Management Console *Main* tab.
2. Click on *http://wso2.org/oidc/claim *
3. Click Edit on *given_name *and pick *http://wso2.org/claims/givenname
* from *Mapped Local Claim *drop down.
4. Update claim.
5. Add new claim with the name *Organization *in oidc claim dialect and map
it to *http://wso2.org/claims/organization
.* (Check "Add External Claim" in [1])

After the claim mapping is done, mandatory claims should be picked
correctly from the local profile.

[1] https://docs.wso2.com/display/IS530/Adding+Claim+Mapping

regards
Nuwandi


On Mon, Feb 20, 2017 at 8:23 AM, Dinuksha Ishwari <
dinuksha.ishw...@gmail.com> wrote:

> Hi Devs,
>
> I have set up IS 5.3.0 and tried out the OAuth 2.0 authorization code
> grant type with Playground2 sample.
>
> In the Service Provider’s claim configuration, I added couple of claims
> (local claim dialect) and marked all of them as ‘mandatory’.
>
>
> In the user profile, I have added values for all of these claims which
> were defined in SP’s claim config.
>
>
> When I try out the authorization code grant type with Playground2 sample,
> after the authentication step I see the following where it says the user’s
> profile is missing the two claims ‘Organization’ and ‘GivenName’.
>
>
> But these claims are already set in user’s profile. Once I fill the
> claims, the flow works as expected and I’m able to receive the user’s
> requested claims.
>
> Any thoughts why it says these claims are missing in the profile although
> I have set those claims in the user profile already ?
>
>
> Thank you,
> Dinuksha.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Best Regards,

Nuwandi Wickramasinghe

Software Engineer

WSO2 Inc.

Web : http://wso2.com

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


[Dev] GSOC 2017 -CLI tool for WSO2 API Manager

2017-02-19 Thread Heshan Jayasinghe
Hi all,

I am Heshan Jayasinghe 4th year undergraduate of university of
moratuwa,Srilanka. I have experience in Java/MEAN/android/Go projects. I
was GSOC 2016 participant with your Organization and successfully finish
all my tasks and complete my project.

I go though all the information you mention in this project and I go though
Go sample CLI tools examples too.I familiar with REST services in java and
node.js and haven't more experience using Go.I think i can familiar with
those areas before start this project. Could you please give me further
information about this projects then i can research on those area.

Thank you,
regards,

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


[Dev] Nullpointer print intermittently when the C5 product start

2017-02-19 Thread Harsha Thirimanna
Hi,

When the IS server get start, we can see this error log intermittently. Any
idea about this ?

Exception in thread "Timer-0" java.lang.NullPointerException
at
org.wso2.carbon.kernel.internal.startupresolver.StartupOrderResolver$1.run(StartupOrderResolver.java:170)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)

thanks

*Harsha Thirimanna*
*Associate Tech Lead | WSO2*

Email: hars...@wso2.com
Mob: +94715186770
Blog: http://harshathirimanna.blogspot.com/
Twitter: http://twitter.com/harshathirimann
Linked-In: linked-in:
http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122

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


[Dev] Mandatory Claims in OAuth 2.0 with Identity Server 5.3.0

2017-02-19 Thread Dinuksha Ishwari
Hi Devs,

I have set up IS 5.3.0 and tried out the OAuth 2.0 authorization code grant
type with Playground2 sample.

In the Service Provider’s claim configuration, I added couple of claims
(local claim dialect) and marked all of them as ‘mandatory’.


In the user profile, I have added values for all of these claims which were
defined in SP’s claim config.


When I try out the authorization code grant type with Playground2 sample,
after the authentication step I see the following where it says the user’s
profile is missing the two claims ‘Organization’ and ‘GivenName’.


But these claims are already set in user’s profile. Once I fill the claims,
the flow works as expected and I’m able to receive the user’s requested
claims.

Any thoughts why it says these claims are missing in the profile although I
have set those claims in the user profile already ?


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


[Dev] GSoC 2017 - Real-Time Machine Learning Toolkit for Siddhi

2017-02-19 Thread Satyarth Praveen
Hello everyone,

I'm Satyarth Praveen, a 4th-year undergraduate student from Delhi
Technological University (formerly DCE), New Delhi. I'm interested in
implementing the *Real-Time Machine Learning Toolkit for Siddhi
*
 which is the Proposal No. 24 for WSO2 Google Summer of Code 2017 project
as mentioned here

.
I'm well-versed with Java and have multiple projects regarding machine
learning including some research projects and an IEEE published research
paper. I would be excited to work on the mentioned project. It would be
great if someone could provide me with the additional details for getting
started with the project.

Thank you.

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


[Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-19 Thread Mahendra Thennakoon
Hi all,

I'm Mahendra Tennakoon, a 3rd-year undergraduate student from Sri Lanka
Institute of Information Technology (SLIIT). I'm interested in implementing
the "Atom plugin for Siddhi" which is a WSO2 project proposal for Google
Summer of Code 2017 as mentioned here
.
I'm familiar with Javascript and I have used Atom editor for a few projects
as well. I would be extremely grateful to hear from someone who can provide
more information on this project and some guidance on getting started.

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


[Dev] GSOC 2017 - Test Automation Tool

2017-02-19 Thread Uditha Kasun
Hi All,

I am Uditha Kasun Senavirathna, a 3rd year Software Engineering undergraduate 
student from Sri Lanka Institute Of Information Technology. I am interested in 
implementing your GSOC 2017 proposal for  a Test Automation Tool. I currently 
have some experience with test automation using frameworks like Selenium, 
Sikuli using java. It would be much appreciated if you could provide more 
information regarding the test automation tool to be implemented.

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


Re: [Dev] [Vote] Release WSO2 Enterprise Integrator 6.0.0 RC1

2017-02-19 Thread Madhawa Gunasekara
Hi Devs,

Found an issue in the RC1 pack, Hence dropping this vote. We will release
RC2 soon.

[1]. https://github.com/wso2/product-ei/issues/197

Regards,
Chandana



On Sat, Feb 18, 2017 at 7:29 PM, Himasha Guruge  wrote:

> Hi Devs, This is the first release candidate of WSO2 Enterprise Integrator
> 6.0.0.
>
> The vote will be open for 24 hours or as needed. Please download, test the
> product and vote. ​​This release fixes the following issues:
> https://github.com/wso2/product-ei/issues?utf8=%E2%9C%93&q=
> is%3Aissue%20is%3Aclosed%20 ​​*Source & binary distribution files*: ​
> https://github.com/wso2/product-ei/releases/tag/v6.0.0-rc1 *​​The tag to
> be voted upon*: https://github.com/wso2/product-ei/releases/tag/v6.0.0-rc1
> *Documentation*: https://docs.wso2.com/display/
> EI600/WSO2+Enterprise+Integrator+Documentation [ ] Broken - do not
> release (explain why) [ ] Stable - go ahead and release Thanks, Integration
> Team
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Madhawa Gunasekara*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 719411002 <+94+719411002>
blog: *http://madhawa-gunasekara.blogspot.com
*
linkedin: *http://lk.linkedin.com/in/mgunasekara
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [VOTE] Release WSO2 Governance Registry 5.4.0 RC2

2017-02-19 Thread Chandana Napagoda
Hi Devs,

WSO2 Governance Registry 5.4.0 RC2 Release Vote.


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

The vote will be open for 24 hours or as needed. Please download, test and
vote. Please refer the release verification guide for detailed information
on verifying this release.

Source & binary distribution files:
https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.4.0/RC2

Maven staging repo:
https://maven.wso2.org/nexus/content/repositories/orgwso2greg-1010

The tag to be voted upon:
https://github.com/wso2/product-greg/releases/tag/v5.4.0-RC2


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

Thanks and Regards
G-Reg team

-- 
*Chandana Napagoda*
Associate Technical Lead
WSO2 Inc. - http://wso2.org

*Email  :  chand...@wso2.com **Mobile : +94718169299*

*Blog  :http://cnapagoda.blogspot.com  |
http://chandana.napagoda.com *

*Linkedin : http://www.linkedin.com/in/chandananapagoda
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Governance Registry 5.4.0 RC1

2017-02-19 Thread Chandana Napagoda
Hi Devs,

Found an issue in the RC1 pack, Hence dropping this vote and will share the
RC2 pack shortly.

[1]. https://wso2.org/jira/browse/REGISTRY-3920

Regards,
Chandana

On Sun, Feb 19, 2017 at 12:00 AM, Chandana Napagoda 
wrote:

> Hi Devs,
>
> WSO2 Governance Registry 5.4.0 RC1 Release Vote.
>
> This release fixes the following issues:
> https://wso2.org/jira/issues/?filter=13649
>
> Please download, test and vote. Please refer the release verification
> guide for detailed information on verifying this release.
>
> Source & binary distribution files:
> https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.4.0/
>
> Maven staging repo:
> https://maven.wso2.org/nexus/content/repositories/orgwso2greg-1009
>
> The tag to be voted upon:
> https://github.com/wso2/product-greg/releases/tag/v5.4.0-RC
>
>
> [+] Stable - go ahead and release
> [-]  Broken - do not release (explain why)
>
> Thanks and Regards
> G-Reg team
>
> --
> *Chandana Napagoda*
> Associate Technical Lead
> WSO2 Inc. - http://wso2.org
>
> *Email  :  chand...@wso2.com **Mobile : +94718169299
> <071%20816%209299>*
>
> *Blog  :http://cnapagoda.blogspot.com 
> | http://chandana.napagoda.com *
>
> *Linkedin : http://www.linkedin.com/in/chandananapagoda
> *
>
>


-- 
*Chandana Napagoda*
Associate Technical Lead
WSO2 Inc. - http://wso2.org

*Email  :  chand...@wso2.com **Mobile : +94718169299*

*Blog  :http://cnapagoda.blogspot.com  |
http://chandana.napagoda.com *

*Linkedin : http://www.linkedin.com/in/chandananapagoda
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev