[Dev] Retrieving Data from Multiple-RXT via GenericArtifactManager

2013-06-20 Thread Chan
Hi all, For the mobile app store we have several artifact types (iOS, Android etc). We want to know if there is a method to retrieve multiple asset types (Since GenericArtifactManager requires artifact type given in constructor). Thank you. -- Chan (Dulitha Wijewantha) Software Engineer -

Re: [Dev] Moved javax.cache code to a separate javax.cache module under the kernel/core

2013-06-20 Thread Pulasthi Supun
Hi Azeez Thanks for the quick change. we can now proceed on work related to caching changes. On Thu, Jun 20, 2013 at 1:38 AM, Afkham Azeez az...@wso2.com wrote: Earlier this code was in org.wso2.carbon.core. However, UserManager Registry needs to use this new code, and those modules cannot

Re: [Dev] Retrieving Data from Multiple-RXT via GenericArtifactManager

2013-06-20 Thread Eranda Sooriyabandara
Hi Dulitha, On Thu, Jun 20, 2013 at 12:50 PM, Chan duli...@wso2mobile.com wrote: Hi all, For the mobile app store we have several artifact types (iOS, Android etc). We want to know if there is a method to retrieve multiple asset types (Since GenericArtifactManager requires artifact type

Re: [Dev] Retrieving Data from Multiple-RXT via GenericArtifactManager

2013-06-20 Thread Pulasthi Supun
Hi Dulitha To add to eranda's answer. I think GovernanceUtils.findGovernanceArtifactConfigurations [1] method will come help to some extent you can get all the configurations using this and then find the asset type by getting governanceArtifactConfiguration.getKey() and use that to create the

[Dev] Rampart integration test failure in trunk

2013-06-20 Thread Malith Dhanushka
Hi all, I am getting following Rampart integration test failure in platform trunk on r175725. Please have a look. INFO: Verification successful for URI #Id-90818290 Jun 20, 2013 5:20:19 PM org.apache.axis2.engine.AxisEngine receive SEVERE: Expected encrypted part missing

[Dev] Fwd: Different values for member bin address/port advertised address/port

2013-06-20 Thread Afkham Azeez
In Hazelcast, there is no way to set the member bind port member advertised port to 2 different values. However, we can set two different values for bind address advertised address. Is this going to cause any issues when we use Hazelcast with Stratos 2? Azeez -- Forwarded message

[Dev] org.wso2.carbon.core.ui.feature.group cannot satisfy dependency org.eclipse.equinox.jsp.jasper

2013-06-20 Thread Subash Chaturanga
Hi I am getting this when building GREG P2. Any idea why ? Installing org.wso2.carbon.apimgt.server.lite.feature.group 4.2.0.SNAPSHOT. Installation failed. Cannot complete the install because one or more required items could not be found. Software being installed: WSO2 Carbon - Registry UI Menu

Re: [Dev] [AS] [MB] Complexities in integrating AS with MB as JMS Transport is enabled for all the deployed services

2013-06-20 Thread Srinath Perera
Hi Shammi, I thought we fixed the dynamic queue case by doing a explicit call from the client to create the queue. Need to get this fixed in this release. --Srinath On Thu, Jun 20, 2013 at 10:38 AM, Ishara Premadasa ish...@wso2.com wrote: Hi Shammi, Thanks for this information. As the App

Re: [Dev] How to prevent an App calling System.exit() in MT mode?

2013-06-20 Thread Afkham Azeez
We have protected the system using Java Security Manager, and it is configured with policies which does not allow such calls. Azeez On Thu, Jun 20, 2013 at 8:44 PM, Vijayaratha Vijayasingam rat...@wso2.comwrote: Hi all; We allow tenants to deploy their applications in AS.. Say, if an

Re: [Dev] How to prevent an App calling System.exit() in MT mode?

2013-06-20 Thread Kasun Gajasinghe
This is a common need that is not just related to WSO2 AS. This can be prevented by using the Security Manager [1] that is provided with Java runtime. I believe Stratos already uses this but not the stand-alone products. This can be done programatically too. [1]

[Dev] Profiling of MB 2.1.0 Beta

2013-06-20 Thread Malinga Purnasiri
Hi, After the MB 2.1.0 Beta; performance test released, we realized that we need to increase the numbers to further more. So after chatting with Srinath and team mates, I spent sometime to profile the MB with JProfiler. After looking at the *hotspots* and *VM Telemetry Views* found following

Re: [Dev] [AS] [MB] Complexities in integrating AS with MB as JMS Transport is enabled for all the deployed services

2013-06-20 Thread Shammi Jayasinghe
Hi Srinath, As i pointed out in the issue [1] i have fixed it as discussed and committed to svn. Here there problem is , The fix will be available with AS 5.1.1 and if we are using the released version , we ll have to use a patched jms transport library. Thanks Shammi

[Dev] categorizing samples in AS docs

2013-06-20 Thread Supun Malinga
Hi All, We have increasing number of sample in AS now. Once j2ee things are done, there will be even more. So as its already confusing to directly say from above, which sample is which, I propose categorize the samples and put them under each category. We do need to discuss and select the

Re: [Dev] Profiling of MB 2.1.0 Beta

2013-06-20 Thread Srinath Perera
Hi Malinga, We need to also test with several MB2 nodes. 2, 4, and 8. Those nodes are big and we can run multiple MB in each node. Lets chat. --Srinath On Thu, Jun 20, 2013 at 9:28 PM, Malinga Purnasiri malin...@wso2.comwrote: Hi, After the MB 2.1.0 Beta; performance test released, we

Re: [Dev] categorizing samples in AS docs

2013-06-20 Thread Afkham Azeez
+1. Great suggestion. Azeez On Fri, Jun 21, 2013 at 7:15 AM, Supun Malinga sup...@wso2.com wrote: Hi All, We have increasing number of sample in AS now. Once j2ee things are done, there will be even more. So as its already confusing to directly say from above, which sample is which, I

Re: [Dev] Profiling of MB 2.1.0 Beta

2013-06-20 Thread Malinga Purnasiri
Will chat and write a test plan for this today. On Fri, Jun 21, 2013 at 8:35 AM, Srinath Perera srin...@wso2.com wrote: Hi Malinga, We need to also test with several MB2 nodes. 2, 4, and 8. Those nodes are big and we can run multiple MB in each node. Lets chat. --Srinath On Thu, Jun

Re: [Dev] org.wso2.carbon.core.ui.feature.group cannot satisfy dependency org.eclipse.equinox.jsp.jasper

2013-06-20 Thread Subash Chaturanga
I took an update on kernel and built again incase I am missing something. But this fails in a clean repo. Have any body able to build a clean repo product in trunk and start the server successfully ? Or any one who came across with a similar ? On Thu, Jun 20, 2013 at 6:12 PM, Subash Chaturanga

[Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Shammi Jayasinghe
Hi, Its my pleasure to welcome Ishara Premadasa as WSO2 Committer. Ishara has been an excellent contributor for MB 2.1.0 and other related projects over the last few months and gave a great help on releasing Alpha, Beta and RC1 of MB 2.1.0. Thank you very much for all your hard work. Ishara,

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Pushpalanka Jayawardhana
Congratulation Isha.. !!! Pushpalanka Jayawardhana Software Engineer WSO2 Lanka (pvt) Ltd [image: Facebook]http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.facebook.com%2Fpushpalanka [image: Twitter]http://s.wisestamp.com/links?url=http%3A%2F%2Ftwitter.com%2FPushpalanka [image:

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Gihan Anuruddha
Congratulation Ishara !!! On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.com wrote: Hi, Its my pleasure to welcome Ishara Premadasa as WSO2 Committer. Ishara has been an excellent contributor for MB 2.1.0 and other related projects over the last few months and gave a

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Sumedha Kodithuwakku
Congratz Ishara...! On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com wrote: Congratulation Ishara !!! On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote: Hi, Its my pleasure to welcome Ishara Premadasa as WSO2 Committer. Ishara has been an

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Malith Dhanushka
Congratz Ishara... On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.com wrote: Hi, Its my pleasure to welcome Ishara Premadasa as WSO2 Committer. Ishara has been an excellent contributor for MB 2.1.0 and other related projects over the last few months and gave a great help

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Susankha Nirmala
Congratulations On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com wrote: Congratulation Ishara !!! On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote: Hi, Its my pleasure to welcome Ishara Premadasa as WSO2 Committer. Ishara has been an

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Chanika Geeganage
Congratzzz Ishara On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com wrote: Congratulation Ishara !!! On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote: Hi, Its my pleasure to welcome Ishara Premadasa as WSO2 Committer. Ishara has been an

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Balakrishnan Gokulakrishnan
Congratulations Ishara!! On 21 June 2013 10:21, Shammi Jayasinghe sha...@wso2.com wrote: Hi, Its my pleasure to welcome Ishara Premadasa as WSO2 Committer. Ishara has been an excellent contributor for MB 2.1.0 and other related projects over the last few months and gave a great help on

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Bhathiya Jayasekara
Congratulations ishara! On Fri, Jun 21, 2013 at 10:47 AM, Chanika Geeganage chan...@wso2.comwrote: Congratzzz Ishara On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com wrote: Congratulation Ishara !!! On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Tanya Madurapperuma
Congratz isha !!! On Fri, Jun 21, 2013 at 10:57 AM, Manoj Kumara ma...@wso2.com wrote: Congratulations Ishara !!! Best Regards.. Manoj Kumara Software Engineer WSO2, Inc.; http://wso2.com Twitter: http://twitter.com/ManKuma Mobile: +94713448188 On Fri, Jun 21, 2013 at 10:21 AM,

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Malinga Purnasiri
Congratulations Ishara!! On Fri, Jun 21, 2013 at 11:00 AM, Bhathiya Jayasekara bhath...@wso2.comwrote: Congratulations ishara! On Fri, Jun 21, 2013 at 10:47 AM, Chanika Geeganage chan...@wso2.comwrote: Congratzzz Ishara On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha

[Dev] Name this Thread, and why we need this?

2013-06-20 Thread Srinath Perera
java.lang.Thread.sleep(long) org.wso2.carbon.registry.core.utils.LogWriter.logWrite() (line: 115) org.wso2.carbon.registry.core.utils.LogWriter.run() (line: 90) Also, Please verify that this thread is needed -- Srinath Perera, Ph.D. Director, Research, WSO2 Inc.

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Lasantha Fernando
Congratz Ishara... :-) On 21 June 2013 11:00, Bhathiya Jayasekara bhath...@wso2.com wrote: Congratulations ishara! On Fri, Jun 21, 2013 at 10:47 AM, Chanika Geeganage chan...@wso2.comwrote: Congratzzz Ishara On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Dulanja Liyanage
Congratulations Ishara! :) On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.com wrote: Hi, Its my pleasure to welcome Ishara Premadasa as WSO2 Committer. Ishara has been an excellent contributor for MB 2.1.0 and other related projects over the last few months and gave a

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Asanka Vithanage
Congratulations Ishara!!! On Fri, Jun 21, 2013 at 11:10 AM, Dulanja Liyanage dula...@wso2.com wrote: Congratulations Ishara! :) On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote: Hi, Its my pleasure to welcome Ishara Premadasa as WSO2 Committer. Ishara has

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Rajeev Sampath
Congrats! On Fri, Jun 21, 2013 at 11:02 AM, Malinga Purnasiri malin...@wso2.comwrote: Congratulations Ishara!! On Fri, Jun 21, 2013 at 11:00 AM, Bhathiya Jayasekara bhath...@wso2.comwrote: Congratulations ishara! On Fri, Jun 21, 2013 at 10:47 AM, Chanika Geeganage

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Isuru Perera
Congratulations Ishara! On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.com wrote: Hi, Its my pleasure to welcome Ishara Premadasa as WSO2 Committer. Ishara has been an excellent contributor for MB 2.1.0 and other related projects over the last few months and gave a great