Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 5.0.0 RC2

2015-12-19 Thread Manuri Amaya Perera
Hi,

I created projects using the available archetypes in staging repository and
built and installed via dropins and osgi console and tested the expected
functionality with the kernel 5.0.0 RC2 pack.

[x] Stable - go ahead and release.

Thank you.

On Fri, Dec 18, 2015 at 5:15 PM, Kishanthan Thangarajah  wrote:

> Hi Devs,
>
> This is the 2nd Release Candidate of WSO2 Carbon Kernel 5.0.0.
>
> This release fixes the following issues:
> https://wso2.org/jira/issues/?filter=12581
>
> Please download and test your products with kernel 5.0.0 RC2 and vote.
>
> *​Source and binary distribution files:*
>
> https://github.com/wso2/carbon-kernel/releases/download/v5.0.0-RC2/wso2carbon-kernel-5.0.0-rc2.zip
>
> *Maven staging repository:*
> http://maven.wso2.org/nexus/content/repositories/orgwso2carbon-210/
>
> *The tag to be voted upon:*
> https://github.com/wso2/carbon-kernel/releases/tag/v5.0.0-RC2
>
>
> [ ] Broken - do not release (explain why)
> [ ] Stable - go ahead and release
>
> Thank you,
> Carbon Team
>
> --
> *Kishanthan Thangarajah*
> Associate Technical Lead,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com *
> Twitter - *http://twitter.com/kishanthan *
>



-- 

*Manuri Amaya Perera*

*Software Engineer*

*WSO2 Inc.*

*Blog: http://manuriamayaperera.blogspot.com
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

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







Regards
Kevin

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

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


[Dev] [ML] Getting dependency error while mvn clean install

2015-12-19 Thread NIFRAS ISMAIL
Hi,

I have just try to execute the carbon-ml sample[1] .

I am getting into error again and again while trying mvn clean install

[INFO] Scanning for projects...
[INFO]

[INFO]

[INFO] Building WSO2 Carbon - ML Model Usage Sample 1.0.8-SNAPSHOT
[INFO]

[WARNING] The POM for
org.wso2.carbon.ml:org.wso2.carbon.ml.core:jar:1.0.8-SNAPSHOT
is missing, no dependency information available
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 0.404 s
[INFO] Finished at: 2015-12-19T23:48:32+05:30
[INFO] Final Memory: 18M/981M
[INFO]

[ERROR] Failed to execute goal on project model-usage: Could not resolve
dependencies for project org.wso2.carbon.ml:model-usage:jar:1.0.8-SNAPSHOT:
Failure to find org.wso2.carbon.ml:org.wso2.carbon.ml.core:jar:1.0.8-SNAPSHOT
in http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in
the local repository, resolution will not be reattempted until the update
interval of wso2-nexus has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException


from this error I guess carbon.ml 1.0.8 SNAPSHOT is not available does it
make changed?

How do I fix this !

Regards.
*M. Nifras Ismail*
[image: LinkedIn] 





Sent with MailTrack

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


Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 5.0.0 RC2

2015-12-19 Thread Aruna Karunarathna
I've tested, the following features

1. Logging framework
2. Transport Management
3. Jar to bundle conversion
4. Dropins bundle deployment

[x] Stable - go ahead and release

Regards,
Aruna

On Sat, Dec 19, 2015 at 11:50 PM, Manuri Amaya Perera 
wrote:

> Hi,
>
> I created projects using the available archetypes in staging repository
> and built and installed via dropins and osgi console and tested the
> expected functionality with the kernel 5.0.0 RC2 pack.
>
> [x] Stable - go ahead and release.
>
> Thank you.
>
> On Fri, Dec 18, 2015 at 5:15 PM, Kishanthan Thangarajah <
> kishant...@wso2.com> wrote:
>
>> Hi Devs,
>>
>> This is the 2nd Release Candidate of WSO2 Carbon Kernel 5.0.0.
>>
>> This release fixes the following issues:
>> https://wso2.org/jira/issues/?filter=12581
>>
>> Please download and test your products with kernel 5.0.0 RC2 and vote.
>>
>> *​Source and binary distribution files:*
>>
>> https://github.com/wso2/carbon-kernel/releases/download/v5.0.0-RC2/wso2carbon-kernel-5.0.0-rc2.zip
>>
>> *Maven staging repository:*
>> http://maven.wso2.org/nexus/content/repositories/orgwso2carbon-210/
>>
>> *The tag to be voted upon:*
>> https://github.com/wso2/carbon-kernel/releases/tag/v5.0.0-RC2
>>
>>
>> [ ] Broken - do not release (explain why)
>> [ ] Stable - go ahead and release
>>
>> Thank you,
>> Carbon Team
>>
>> --
>> *Kishanthan Thangarajah*
>> Associate Technical Lead,
>> Platform Technologies Team,
>> WSO2, Inc.
>> lean.enterprise.middleware
>>
>> Mobile - +94773426635
>> Blog - *http://kishanthan.wordpress.com
>> *
>> Twitter - *http://twitter.com/kishanthan *
>>
>
>
>
> --
>
> *Manuri Amaya Perera*
>
> *Software Engineer*
>
> *WSO2 Inc.*
>
> *Blog: http://manuriamayaperera.blogspot.com
> *
>



-- 

*Aruna Sujith Karunarathna *| Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 9040362 | Work: +94 112145345
Email: ar...@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 Carbon Kernel 5.0.0 RC2

2015-12-19 Thread Nipuni Perera
Hi all,

I have tested the launcher framework (loading launcher configurations from
launcher.properties) with logging. No issues found except[1] which is
already reported and will be fixed in 5.1.0.

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

[x] Stable - go ahead and release

Thanks,
Nipuni

On Sun, Dec 20, 2015 at 12:34 PM, Chiranga Alwis  wrote:

> Hi,
>
> I tested the following aspects:
> - jar-to-OSGi-bundle converter
> - converted OSGi bundles in dropins folder being  successfully deployed
>
> No issues discovered.
>
> [x] Stable - go ahead and release.
>
> On Sun, Dec 20, 2015 at 11:27 AM, Senduran Balasubramaniyam <
> sendu...@wso2.com> wrote:
>
>> Hi all,
>>
>> I have tested product-gw's basic functionality with this release
>> candidate.
>> No issues found.
>>
>> [x] Stable - go ahead and release
>>
>> Regards
>> Senduran
>>
>> On Sun, Dec 20, 2015 at 10:01 AM, Aruna Karunarathna 
>> wrote:
>>
>>> I've tested, the following features
>>>
>>> 1. Logging framework
>>> 2. Transport Management
>>> 3. Jar to bundle conversion
>>> 4. Dropins bundle deployment
>>>
>>> [x] Stable - go ahead and release
>>>
>>> Regards,
>>> Aruna
>>>
>>> On Sat, Dec 19, 2015 at 11:50 PM, Manuri Amaya Perera 
>>> wrote:
>>>
 Hi,

 I created projects using the available archetypes in staging repository
 and built and installed via dropins and osgi console and tested the
 expected functionality with the kernel 5.0.0 RC2 pack.

 [x] Stable - go ahead and release.

 Thank you.

 On Fri, Dec 18, 2015 at 5:15 PM, Kishanthan Thangarajah <
 kishant...@wso2.com> wrote:

> Hi Devs,
>
> This is the 2nd Release Candidate of WSO2 Carbon Kernel 5.0.0.
>
> This release fixes the following issues:
> https://wso2.org/jira/issues/?filter=12581
>
> Please download and test your products with kernel 5.0.0 RC2 and vote.
>
> *​Source and binary distribution files:*
>
> https://github.com/wso2/carbon-kernel/releases/download/v5.0.0-RC2/wso2carbon-kernel-5.0.0-rc2.zip
>
> *Maven staging repository:*
> http://maven.wso2.org/nexus/content/repositories/orgwso2carbon-210/
>
> *The tag to be voted upon:*
> https://github.com/wso2/carbon-kernel/releases/tag/v5.0.0-RC2
>
>
> [ ] Broken - do not release (explain why)
> [ ] Stable - go ahead and release
>
> Thank you,
> Carbon Team
>
> --
> *Kishanthan Thangarajah*
> Associate Technical Lead,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com
> *
> Twitter - *http://twitter.com/kishanthan
> *
>



 --

 *Manuri Amaya Perera*

 *Software Engineer*

 *WSO2 Inc.*

 *Blog: http://manuriamayaperera.blogspot.com
 *

>>>
>>>
>>>
>>> --
>>>
>>> *Aruna Sujith Karunarathna *| Software Engineer
>>> WSO2, Inc | lean. enterprise. middleware.
>>> #20, Palm Grove, Colombo 03, Sri Lanka
>>> Mobile: +94 71 9040362 | Work: +94 112145345
>>> Email: ar...@wso2.com | Web: www.wso2.com
>>>
>>>
>>
>>
>>
>> --
>> *Senduran *
>> Software Engineer,
>> WSO2, Inc.;  http://wso2.com/ 
>> Mobile: +94 77 952 6548
>>
>
>
>
> --
> Chiranga Alwis,
> Software Engineering Intern,
> +94 77 5930497
> +94 77 6368208
>



-- 
Nipuni Perera
Software Engineer; WSO2 Inc.; http://wso2.com
Email: nip...@wso2.com
Git hub profile: https://github.com/nipuni
Blog : http://nipunipererablog.blogspot.com/
Mobile: +94 (71) 5626680

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


Re: [Dev] [ML] Getting Error on executing sample of Java Client

2015-12-19 Thread Nirmal Fernando
Thanks for reporting. Let us check.

On Sun, Dec 20, 2015 at 11:09 AM, NIFRAS ISMAIL 
wrote:

> Hi,
>
> I have use wso2 ML 1.0.1 to create the model. Now i need to build a java
> client to read the model in my project.
>
> I have try to execute java client sample which is provided by carbon-ml
> git repo of wso2.
> https://github.com/wso2/carbon-ml/tree/master/samples/model-usage
>
> The project is build successfully using mvn clean install
>
> while on exection it gives this error . I am using ideaJ to execute the 
> MLModelUsageSample
> class.
>
> Exception in thread "main" java.io.InvalidClassException:
> org.wso2.carbon.ml.core.spark.models.MLClassificationModel; local class
> incompatible: stream classdesc serialVersionUID = -5405685346474685046,
> local class serialVersionUID = -4575625595152525041
> at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:621)
> at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1623)
> at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518)
> at
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1774)
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
> at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1993)
> at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1918)
> at
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801)
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
> at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371)
> at MLModelUsageSample.deserializeMLModel(MLModelUsageSample.java:70)
> at MLModelUsageSample.main(MLModelUsageSample.java:48)
>
>
> Regards.
> *M. Nifras Ismail*
> [image: LinkedIn] 
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Thanks & regards,
Nirmal

Team Lead - WSO2 Machine Learner
Associate Technical Lead - Data 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] [VOTE] Release WSO2 Machine Learner 1.1.0 RC3

2015-12-19 Thread Maheshakya Wijewardena
Hi,

I tried to test ML predict mediator with ESB. Unable install ML features in
ESB 4.9.0 due to Carbon Kernel version incompatibility (ML 1.1.0 RC3 has
4.4.3 and ESB latest released version 4.9.0 has 4.4.1). Voting down due to
this.

[x] Broken - do not release

Best regards.

On Sat, Dec 19, 2015 at 11:28 AM, Maheshakya Wijewardena <
mahesha...@wso2.com> wrote:

> Hi Devs,
>
> This is the 3rd Release Candidate of WSO2 Machine Learner 1.1.0.
>
> This release fixes the following issues:
> https://wso2.org/jira/issues/?filter=12596
>
> Please download, test and vote. Vote will be open for 72 hours or as
> longer as needed.
>
> *Binary distribution files:*
>
> https://github.com/wso2/product-ml/releases/download/v1.1.0-rc3/wso2ml-1.1.0.zip
>
> *P2 repository*:
> https://github.com/wso2/product-ml/releases/download/v1.1.0-rc3/p2-repo.zip
>
>
> *Maven staging repository:*
> http://maven.wso2.org/nexus/content/repositories/orgwso2ml-211/
> 
>
> *The tag to be voted upon:*
> https://github.com/wso2/product-ml/tree/v1.1.0-rc3
>
>
> [ ] Broken - do not release (explain why)
> [ ] Stable - go ahead and release
>
> Thank you,
> Machine Learner Team
>
> --
> Pruthuvi Maheshakya Wijewardena
> mahesha...@wso2.com
> +94711228855
>
>
>


-- 
Pruthuvi Maheshakya Wijewardena

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


Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 5.0.0 RC2

2015-12-19 Thread Chiranga Alwis
Hi,

I tested the following aspects:
- jar-to-OSGi-bundle converter
- converted OSGi bundles in dropins folder being  successfully deployed

No issues discovered.

[x] Stable - go ahead and release.

On Sun, Dec 20, 2015 at 11:27 AM, Senduran Balasubramaniyam <
sendu...@wso2.com> wrote:

> Hi all,
>
> I have tested product-gw's basic functionality with this release
> candidate.
> No issues found.
>
> [x] Stable - go ahead and release
>
> Regards
> Senduran
>
> On Sun, Dec 20, 2015 at 10:01 AM, Aruna Karunarathna 
> wrote:
>
>> I've tested, the following features
>>
>> 1. Logging framework
>> 2. Transport Management
>> 3. Jar to bundle conversion
>> 4. Dropins bundle deployment
>>
>> [x] Stable - go ahead and release
>>
>> Regards,
>> Aruna
>>
>> On Sat, Dec 19, 2015 at 11:50 PM, Manuri Amaya Perera 
>> wrote:
>>
>>> Hi,
>>>
>>> I created projects using the available archetypes in staging repository
>>> and built and installed via dropins and osgi console and tested the
>>> expected functionality with the kernel 5.0.0 RC2 pack.
>>>
>>> [x] Stable - go ahead and release.
>>>
>>> Thank you.
>>>
>>> On Fri, Dec 18, 2015 at 5:15 PM, Kishanthan Thangarajah <
>>> kishant...@wso2.com> wrote:
>>>
 Hi Devs,

 This is the 2nd Release Candidate of WSO2 Carbon Kernel 5.0.0.

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

 Please download and test your products with kernel 5.0.0 RC2 and vote.

 *​Source and binary distribution files:*

 https://github.com/wso2/carbon-kernel/releases/download/v5.0.0-RC2/wso2carbon-kernel-5.0.0-rc2.zip

 *Maven staging repository:*
 http://maven.wso2.org/nexus/content/repositories/orgwso2carbon-210/

 *The tag to be voted upon:*
 https://github.com/wso2/carbon-kernel/releases/tag/v5.0.0-RC2


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

 Thank you,
 Carbon Team

 --
 *Kishanthan Thangarajah*
 Associate Technical Lead,
 Platform Technologies Team,
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - +94773426635
 Blog - *http://kishanthan.wordpress.com
 *
 Twitter - *http://twitter.com/kishanthan
 *

>>>
>>>
>>>
>>> --
>>>
>>> *Manuri Amaya Perera*
>>>
>>> *Software Engineer*
>>>
>>> *WSO2 Inc.*
>>>
>>> *Blog: http://manuriamayaperera.blogspot.com
>>> *
>>>
>>
>>
>>
>> --
>>
>> *Aruna Sujith Karunarathna *| Software Engineer
>> WSO2, Inc | lean. enterprise. middleware.
>> #20, Palm Grove, Colombo 03, Sri Lanka
>> Mobile: +94 71 9040362 | Work: +94 112145345
>> Email: ar...@wso2.com | Web: www.wso2.com
>>
>>
>
>
>
> --
> *Senduran *
> Software Engineer,
> WSO2, Inc.;  http://wso2.com/ 
> Mobile: +94 77 952 6548
>



-- 
Chiranga Alwis,
Software Engineering Intern,
+94 77 5930497
+94 77 6368208
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [ML] Getting Error on executing sample of Java Client

2015-12-19 Thread NIFRAS ISMAIL
Hi,

I have use wso2 ML 1.0.1 to create the model. Now i need to build a java
client to read the model in my project.

I have try to execute java client sample which is provided by carbon-ml git
repo of wso2.
https://github.com/wso2/carbon-ml/tree/master/samples/model-usage

The project is build successfully using mvn clean install

while on exection it gives this error . I am using ideaJ to execute
the MLModelUsageSample
class.

Exception in thread "main" java.io.InvalidClassException:
org.wso2.carbon.ml.core.spark.models.MLClassificationModel; local class
incompatible: stream classdesc serialVersionUID = -5405685346474685046,
local class serialVersionUID = -4575625595152525041
at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:621)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1623)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1774)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1993)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1918)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371)
at MLModelUsageSample.deserializeMLModel(MLModelUsageSample.java:70)
at MLModelUsageSample.main(MLModelUsageSample.java:48)


Regards.
*M. Nifras Ismail*
[image: LinkedIn] 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 5.0.0 RC2

2015-12-19 Thread Senduran Balasubramaniyam
Hi all,

I have tested product-gw's basic functionality with this release candidate.
No issues found.

[x] Stable - go ahead and release

Regards
Senduran

On Sun, Dec 20, 2015 at 10:01 AM, Aruna Karunarathna  wrote:

> I've tested, the following features
>
> 1. Logging framework
> 2. Transport Management
> 3. Jar to bundle conversion
> 4. Dropins bundle deployment
>
> [x] Stable - go ahead and release
>
> Regards,
> Aruna
>
> On Sat, Dec 19, 2015 at 11:50 PM, Manuri Amaya Perera 
> wrote:
>
>> Hi,
>>
>> I created projects using the available archetypes in staging repository
>> and built and installed via dropins and osgi console and tested the
>> expected functionality with the kernel 5.0.0 RC2 pack.
>>
>> [x] Stable - go ahead and release.
>>
>> Thank you.
>>
>> On Fri, Dec 18, 2015 at 5:15 PM, Kishanthan Thangarajah <
>> kishant...@wso2.com> wrote:
>>
>>> Hi Devs,
>>>
>>> This is the 2nd Release Candidate of WSO2 Carbon Kernel 5.0.0.
>>>
>>> This release fixes the following issues:
>>> https://wso2.org/jira/issues/?filter=12581
>>>
>>> Please download and test your products with kernel 5.0.0 RC2 and vote.
>>>
>>> *​Source and binary distribution files:*
>>>
>>> https://github.com/wso2/carbon-kernel/releases/download/v5.0.0-RC2/wso2carbon-kernel-5.0.0-rc2.zip
>>>
>>> *Maven staging repository:*
>>> http://maven.wso2.org/nexus/content/repositories/orgwso2carbon-210/
>>>
>>> *The tag to be voted upon:*
>>> https://github.com/wso2/carbon-kernel/releases/tag/v5.0.0-RC2
>>>
>>>
>>> [ ] Broken - do not release (explain why)
>>> [ ] Stable - go ahead and release
>>>
>>> Thank you,
>>> Carbon Team
>>>
>>> --
>>> *Kishanthan Thangarajah*
>>> Associate Technical Lead,
>>> Platform Technologies Team,
>>> WSO2, Inc.
>>> lean.enterprise.middleware
>>>
>>> Mobile - +94773426635
>>> Blog - *http://kishanthan.wordpress.com
>>> *
>>> Twitter - *http://twitter.com/kishanthan
>>> *
>>>
>>
>>
>>
>> --
>>
>> *Manuri Amaya Perera*
>>
>> *Software Engineer*
>>
>> *WSO2 Inc.*
>>
>> *Blog: http://manuriamayaperera.blogspot.com
>> *
>>
>
>
>
> --
>
> *Aruna Sujith Karunarathna *| Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka
> Mobile: +94 71 9040362 | Work: +94 112145345
> Email: ar...@wso2.com | Web: www.wso2.com
>
>



-- 
*Senduran *
Software Engineer,
WSO2, Inc.;  http://wso2.com/ 
Mobile: +94 77 952 6548
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Identity Server 5.1.0 RC1

2015-12-19 Thread Harsha Thirimanna
Hi All,

I tested following functionalities

* Workflow
Basic operations with embeded BPS
Same operations with external BPS
* XACML
Policy creation
Policy Publish
Try out request
Policy deployment in file
Policy Cache
Decision Cache


So here is my vote.
[x] -Stable - go ahead and release

thanks,



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

*Lean . Enterprise . Middleware*


On Fri, Dec 18, 2015 at 12:44 PM, Hasintha Indrajee 
wrote:

> Hi Devs,
>
> This is the first release candidate of WSO2 Identity Server 5.1.0.
>
> This release fixes the following issues:
> https://wso2.org/jira/issues/?filter=12586
>
> Please download, test and vote.
>
> Source & binary distribution files:
> https://github.com/wso2/product-is/releases/tag/v5.1.0-rc1
>
> Maven staging repo:
> http://maven.wso2.org/nexus/content/repositories/orgwso2is-203/
>
> The tag to be voted upon:
> https://github.com/wso2/product-is/tree/v5.1.0-rc1
>
>
> [ ]  Stable - go ahead and release
> [ ]  Broken - do not release (explain why)
>
> Thanks and Regards,
> WSO2 Identity Server Team.
>
> --
> Hasintha Indrajee
> Software Engineer
> WSO2, Inc.
> Mobile:+94 771892453
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DEV][API-M] Question: Starting the API-M Nodes with Product Profiles

2015-12-19 Thread Pubudu Priyashan
Hi API-M team,

I have a question regarding starting the nodes with
-Dprofile=[profile_name] in a distributed setup. Let's say I have a setup
as explained below.

Setup:-
Publisher/Store
Gateway Manager
Gateway Worker1
Gateway Worker2
Key Manager1
Key Manager2

DB:- DB of your choice
LB:- Single Nginx LB used for all the above nodes


So in above setup, I'm using a single server for both Publisher and Store.
In this case, how would I use profiles to start the server? Can I use..
sh wso2server.sh -Dprofile=api-store -Dprofile=api-publisher
..to start my publisher/store node? Or should I start it without using a
profile at all? Also, how does this affect other nodes if I start this
publisher/store node with or without a profile?

Document:- https://docs.wso2.com/display/AM1100/Product+Profiles

Cheers,
Pubudu D.P
Senior Software Engineer - QA Team | WSO2 inc.
Mobile : +94775464547
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV][API-M] Question: Starting the API-M Nodes with Product Profiles

2015-12-19 Thread Nuwan Dias
AFAIK at the moment the publisher and store profiles are identical. This is
because we do not yet have control of webapp deployment through server
profiles. So both webapps would work in either profile or even without any
profile (default mode).

On Sat, Dec 19, 2015 at 5:22 PM, Pubudu Priyashan  wrote:

> Hi API-M team,
>
> I have a question regarding starting the nodes with
> -Dprofile=[profile_name] in a distributed setup. Let's say I have a setup
> as explained below.
>
> Setup:-
> Publisher/Store
> Gateway Manager
> Gateway Worker1
> Gateway Worker2
> Key Manager1
> Key Manager2
>
> DB:- DB of your choice
> LB:- Single Nginx LB used for all the above nodes
>
>
> So in above setup, I'm using a single server for both Publisher and Store.
> In this case, how would I use profiles to start the server? Can I use..
> sh wso2server.sh -Dprofile=api-store -Dprofile=api-publisher
> ..to start my publisher/store node? Or should I start it without using a
> profile at all? Also, how does this affect other nodes if I start this
> publisher/store node with or without a profile?
>

It doesn't have any effect on other nodes.

>
>
> Document:- https://docs.wso2.com/display/AM1100/Product+Profiles
>
> Cheers,
> Pubudu D.P
> Senior Software Engineer - QA Team | WSO2 inc.
> Mobile : +94775464547
>



-- 
Nuwan Dias

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


[Dev] Does "securityConstraints" provided in jaggery.conf works for tenant users

2015-12-19 Thread Dinusha Senanayaka
Hi,

We have some jaggery APIs protected with basic auth as follows [3]. But
when tenant users try to access these APIs it gives following error [1] to
client and warn [2] in backend. In normal web apps, we could enable saas
mode using web.xml. Do we have to do something similar here ?

[1] You do not have permission to login to this application.Please contact
your administrator and request permission.

[2] WARN - CarbonTomcatRealm Illegal access attempt by dinu...@t2.com to
secured resource hosted by tenant carbon.super

[3] jaggery.conf
-

"loginConfig": {
*"authMethod": "BASIC"*
},
"securityConstraints": [
{
"securityConstraint": {
"webResourceCollection": {
"name": "store",
"urlPatterns": [
*"/apis/v1/assets/*"],*
"methods": [
"GET",
"POST",
"PUT",
"DELETE",
"HEAD",
"OPTIONS",
"TRACE",
"CONNECT",
"PATCH"
]
},
"authRoles": [
"store",
"admin"
]
}
}
]


Regards,
Dinusha.


-- 
Dinusha Dilrukshi
Associate Technical Lead
WSO2 Inc.: http://wso2.com/
Mobile: +94725255071
Blog: http://dinushasblog.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev