Re: [Dev] Checking if User Account Recovery is enabled for UserInformationRecovery service

2015-01-22 Thread Sameera Jayaratna
Hi, As per the offline discussion with Prasad, currently there is no such method. Therefore I will use a workaround using another property until this method is available. I have created a JIRA to track this https://wso2.org/jira/browse/IDENTITY-3000 Thank you, Sameera On Thu, Jan 22, 2015 at

[Dev] [Webseal authenticator] UI authenticator includes log-out filter

2015-01-22 Thread Waruna Perera
Hi, In webseal authenticator ui feature, Authenticator.java includes log-out filter. I could not find the reason for it. Can some one explain whats the purpose of it? Thanks, -- Waruna Perera Senior Software Engineer - Test Automation Mobile: +94 77 3867037 WSO2, Inc.; http://wso2.com/ lean .

Re: [Dev] Issue when starting wso2server

2015-01-22 Thread Udara Liyanage
Hi, This message says current setup uses default key stores packed with the product. Using default keystore for testing purposes is OK, however for production environment it is less secured since everyone has the default keystore. So it is recommended to configure with a unique keystore. Since

Re: [Dev] How to query Through A JSON Array in a Json Object?

2015-01-22 Thread Firzhan Naqash
Hi Shiva, You can access the json array by using following method. JSONArray dataArray = jsonResponseObject.get(data); for( int i = 0; i dataArray.length; i++){ JSONObject data = dataArray.getJSONObject(i); String deploymentID = dataArray.getString(deploymentId); } Regards, Firzhan

Re: [Dev] Issue when starting wso2server

2015-01-22 Thread Chathura Priyankara
Thanks Udara. On Thu, Jan 22, 2015 at 6:12 PM, Udara Liyanage ud...@wso2.com wrote: Hi, This message says current setup uses default key stores packed with the product. Using default keystore for testing purposes is OK, however for production environment it is less secured since everyone

[Dev] API Manager New integration module structure for framework version 4.3.1.

2015-01-22 Thread Dharshana Warusavitharana
Hi All, Test framework 4.3.1 has being introduced to the APIM integration test module under following structure. Moving forward automation team would implement tests based on the test structure 4.3.1. integration ├ ├── pom.xml ├── tests-common │ ├── admin-clients │ ├──

[Dev] How to query Through A JSON Array in a Json Object?

2015-01-22 Thread Shiva Balachandran
Hi, Im really confused on what would be the method to query a JSON Object inside a JSON Object. I have the following JSON String, what i did was use the JSONObject Class present in org.json package. The JSON structure to be queried is as follows, { data: [ { deploymentId: 233,

[Dev] Please review and merge the pull request

2015-01-22 Thread Priyadarssini Kishokumar
Please review and merge the pull request [1] for issue [2] This issue occurs when we have a topic subscription without a subtopic. This fix gives solution for subscribing any topic and any child topics not crashing the registry UI. [1] https://github.com/wso2-dev/carbon-registry/pull/45 [2]

[Dev] Issue when starting wso2server

2015-01-22 Thread Chathura Priyankara
Hi, I'm trying to run WSO2 ESB for the first time. When I'm executing wso2server.sh getting the following warning and getting Your connection is not private error when accessing https://localhost:9443/carbon/ https://10.100.7.27:9443/carbon/ from chrome. WARN - ValidationResultPrinter The

Re: [Dev] [Urgent] [Greg] - Greg 5.0.0 server start up delays for several minutes

2015-01-22 Thread Sagara Gunathunga
On Sat, Jan 17, 2015 at 9:12 PM, Ruwan Yatawara ruw...@wso2.com wrote: Hi All, Merged the PR. Have you guys test this fix ? I can see this commit[1] and up to date bundles in Nexus [2], but still facing same issue during the server start up, can you please look into this and treat it as an

Re: [Dev] Reducing Server startup logs printed from ES

2015-01-22 Thread Sameera Jayaratna
Hi, Changes done to the start up logs are completed and pushed in to wso2 repo. Regards, Sameera On Tue, Jan 20, 2015 at 11:19 AM, Sameera Jayaratna samee...@wso2.com wrote: Hi, Will do. I will go through them and move into appropriate log levels. Regards, Sameera On Tue, Jan 20,

Re: [Dev] [IS] Tomcat valve to get service providers and auth types

2015-01-22 Thread Lasitha Wattaladeniya
Hi Chamin, I think you can access the authentication type via request parameters, request.getParameter(type) this will return the relevant authentication type. On Wed, Jan 21, 2015 at 4:31 PM, Chamin Nalinda cha...@wso2.com wrote: Hi all, I'm developing a tomcat valve to get service

[Dev] SS 1.5.0 test plan

2015-01-22 Thread Nuwan Silva
Hi All, We are currently testing SS 150 with [1]. Can you go through this plan and comment on the areas that need to improve. [1] https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0Alq-9_6u4dFydDRQeEhRazF5R0FKTnYxd24zbm1vMEE#gid=1 Regards, NuwanS. -- *Nuwan Silva* *Senior Software

Re: [Dev] [EMM] Policy Management Approach Used by Version 1.1.0

2015-01-22 Thread Dilshan Edirisuriya
Hi Dilan, Ideally if there are policies in all the assign resources such as users, roles and platforms intersection or union needs to be calculated based on the policy. Lets say for an example admin might have blocked camera for a role but specifically enable it for a certain set of users. In

Re: [Dev] [IS] Tomcat valve to get service providers and auth types

2015-01-22 Thread Chamin Nalinda
Hi Lasitha, the offline chat with you helped me lot. Thanks for the reply and the help given. Regards !!! On Thu, Jan 22, 2015 at 1:59 PM, Lasitha Wattaladeniya lasit...@wso2.com wrote: Hi Chamin, I think you can access the authentication type via request parameters,

[Dev] Please merge PR for jaggery-extensions

2015-01-22 Thread Dulitha Wijewantha
Hi Ayesha, Please merge PR [1]. It has the SSO module. Then I can submit PR to jaggery bumping the child module. [1] - https://github.com/wso2/jaggery-extensions/pull/13 Cheers~ -- Dulitha Wijewantha (Chan) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Middleware * ~Email

Re: [Dev] Merge PR on CDM

2015-01-22 Thread Dulitha Wijewantha
Please wait on the PR merging. I need to get the sso jaggery module on nexus first. On Thu, Jan 22, 2015 at 9:51 AM, Dulitha Wijewantha duli...@wso2.com wrote: Hi Geeth, I tested the build. Can you merge this PR [1]? This is merge of wso2/cdm and your cdm repo. [1] -

Re: [Dev] Please merge MDM PR

2015-01-22 Thread Dulitha Wijewantha
Please wait on the PR merging. I need to get the sso jaggery module on nexus first. On Thu, Jan 22, 2015 at 10:47 AM, Dulitha Wijewantha duli...@wso2.com wrote: Hi Geeth, Please merge PR [1] [1] - https://github.com/wso2/product-mdm/pull/2 Cheers~ -- Dulitha Wijewantha (Chan) Software

[Dev] NPE thrown when login in with admin user with incorrect password

2015-01-22 Thread Bhathiya Jayasekara
Hi Carbon team, We experienced $subject while SS 1.5.0 QA testings. I moved jira[1] to carbon. [1] https://wso2.org/jira/browse/CARBON-15140 Thanks, -- *Bhathiya Jayasekara* *Software Engineer,* *WSO2 inc., http://wso2.com http://wso2.com* *Phone: +94715478185* *LinkedIn:

Re: [Dev] Fixed version dependencies feature installation

2015-01-22 Thread Afkham Azeez
One more thing; now that we will no longer have the concept of a platform version, how would we maintain the P2 repo? On Thu, Jan 22, 2015 at 10:41 AM, Afkham Azeez az...@wso2.com wrote: Sameera, Kishanthan et al Without a proper solution to this, fixed versions will not work when it comes to

[Dev] [P2-Profile] Build error in P2-Profile-Gen

2015-01-22 Thread Roshan Deniyage
Hi Devs, When I'm building appfactory's p2-profile-gen I get the following error. Status ERROR: org.eclipse.equinox.p2.artifact.repository code=0 For input string: ${imp java.lang.NumberFormatException: For input string: ${imp Product publishing ended with the following exception:

Re: [Dev] Invitation: Discussion on Building a Generic Configurable UI Gadget f... @ Wed Jan 21, 2015 3pm - 3:30pm (Damith Wickramasinghe)

2015-01-22 Thread Srinath Perera
Thanks Chanaka! On Thu, Jan 22, 2015 at 11:05 AM, Chanaka Jayasena chan...@wso2.com wrote: Following are the mockups for the generic gadget that we talked about during the meeting. It starts with a static image and go through the configuration process to define the chart for the gadget.

Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-22 Thread Johann Nallathamby
Hi Supun, +1 for looking into the Notification Management feature and evaluating if it supports your requirements. If it does not as it is, you may be able to discuss your requirement and improve on it. On Thu, Jan 22, 2015 at 11:29 AM, Hasintha Indrajee hasin...@wso2.com wrote: Hi Supun, We

Re: [Dev] [APIM] Please review and Commit patches

2015-01-22 Thread Abimaran Kugathasan
This is not committed yet. Please commit. On Tue, Jan 20, 2015 at 5:49 PM, Abimaran Kugathasan abima...@wso2.com wrote: Hi Nuwan Please commit the patches for following JIRAs 1. https://wso2.org/jira/browse/APIMANAGER-3257 2. https://wso2.org/jira/browse/APIMANAGER-3265 -- Thanks

[Dev] [APIM] Please review and commit patch

2015-01-22 Thread Abimaran Kugathasan
Hi Nuwan, Please commit the attached patch for following JIRA 1. https://wso2.org/jira/browse/APIMANAGER-2037 -- Thanks Abimaran Kugathasan Software Engineer | WSO2 Inc Data APIs Technologies Team Mobile : +94 773922820 http://stackoverflow.com/users/515034

[Dev] Please review and merge the pull request : MQTT Connector

2015-01-22 Thread Eranda Rajapakshe
Hi, Please merge the pull request [1] for MQTT connector. [1] https://github.com/wso2-dev/esb-connectors/pull/164 Thanks! -- *Eranda Rajapakshe* Software Engineering intern WSO2 Inc. www.wso2.com Tel : +94784822608 Email : eran...@wso2.com ___ Dev

[Dev] Unique value to match Request and Response in ESB

2015-01-22 Thread Niranjan Karunanandham
Hi all, In ESB, is there a unique field that we can use to find out (in the log when wire logs are enabled) the response for a request? Regards, Nira -- *Niranjan Karunanandham* WSO2 Inc.: http://www.wso2.com ___ Dev mailing list Dev@wso2.org

Re: [Dev] Kernel commits required to patch0010

2015-01-22 Thread Chandana Napagoda
HI Sameera/Azeez, Can you please share your thought on this? We want to sort out this ASAP. Regards, Chandana On Wed, Jan 21, 2015 at 3:29 PM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi Manoj, The Mount bean is not an API. Mount bean is meant be used within registry itself. Nowhere

[Dev] Service Provides are listed for pearticular users, not for tenanat in WSO2 Identity server

2015-01-22 Thread Nuwan Wimalasekara
Hi In WSO2 Identity server, once user create a service provider or identity provider , It will show under service provider or identity provider list in that user login. But we create a another user in same tenant domain and log in to the IS, Those service providers created by first user(under same

Re: [Dev] Service Provides are listed for pearticular users, not for tenanat in WSO2 Identity server

2015-01-22 Thread Pushpalanka Jayawardhana
Hi Nuwan, There is an internal role created for each service provider we register. In order see this service provider in the list, user should be allocated to this role. Thanks, Pushpalanka ___ Dev mailing list Dev@wso2.org

Re: [Dev] API Manager New integration module structure for framework version 4.3.1.

2015-01-22 Thread Dharshana Warusavitharana
Ye Nuwan we already discussed this too. We will break submodules when we are moving with scenarios. This is initial phase. Thank You, Dharshana On Fri, Jan 23, 2015 at 6:32 AM, Nuwan Wimalasekara nuw...@wso2.com wrote: Hi Dharshana, It would be grate if we can create a sub modules under

Re: [Dev] [GitHub] How to handle kernel patches in GitHub

2015-01-22 Thread Punnadi Gunarathna
hi Danushka, We cannot use those patches in GitHub. As a temporary solution, we have pointed Carbon 4.3.0 version for respective kernel components to get rid of compiler errors. On Wed, Jan 21, 2015 at 10:52 PM, Danushka Fernando danush...@wso2.com wrote: That's why its recommended to not to

Re: [Dev] Service Provides are listed for pearticular users, not for tenanat in WSO2 Identity server

2015-01-22 Thread Nuwan Wimalasekara
Thanks Pushpalanka. It works. Once the internal role is assigned , We can see the service provider. Thanks, Nuwanw On Thu, Jan 22, 2015 at 6:29 PM, Pushpalanka Jayawardhana la...@wso2.com wrote: Hi Nuwan, There is an internal role created for each service provider we register. In order see

[Dev] [APPFAC] Running Selenium-Tests on your own machine

2015-01-22 Thread Kasun De Silva
Hi All, Please get a SVN UP on [1] which has the latest selenium scripts. Create a Tenant in one of the setup. 18.2, 16.2 or local Go to /turing/products/appfactory/2.1.0/selinium-tests/Scenario_1/src/main/resources/data and edit DataTables.xml according to your tenant. For example if Tenant

Re: [Dev] Please review and merge the pull request : MQTT Connector

2015-01-22 Thread Eranda Rajapakshe
Thanks for the response! I will add test cases too. And what you mean by reviewing the headers of the xml files? Is it adding more description on XML tags? On Thu, Jan 22, 2015 at 8:40 PM, Vanjikumaran Sivajothy va...@wso2.com wrote: Hi Earanda, Did not you write any test cases for the

Re: [Dev] Fwd: Pull request to include tenant deletion support

2015-01-22 Thread Shashika Karunatilaka
adding Suho On Fri, Jan 16, 2015 at 11:13 PM, KasunG Gajasinghe kas...@wso2.com wrote: Hi, This feature will be merged into Kernel 4.4.0-SNAPSHOT. The downstream projects should depend on kernel 4.3.0. So, there won't be any build breaks. Further, repo is currently depending

Re: [Dev] Generating code coverage report for AF integration tests

2015-01-22 Thread Amalka Subasinghe
On Fri, Jan 16, 2015 at 1:48 PM, Amalka Subasinghe ama...@wso2.com wrote: *Steps to generate the code coverage report for AF* [NOTE: did all the steps using afpuppet user] 1. Create a folder [eg: emma] 2. Copy the following files to the emma folder - emma.jar - jarlist file (create a file

Re: [Dev] [AF] Why are we using a separate runtime for jenkins

2015-01-22 Thread Harsha Thirimanna
Refer this : [Dev] [AF] [Urgent] Update copy jars for the undeployer changes *Harsha Thirimanna* Senior Software Engineer; WSO2, Inc.; http://wso2.com * http://www.apache.org/* *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 , +94 * *774617784twitter: **http://twitter.com/

Re: [Dev] Unique value to match Request and Response in ESB

2015-01-22 Thread Malaka Silva
Hi Niranjan, I'm afraid there is no straight forward way to do that. However you can identify it by analyzing the logs. But it's bit difficult if there are quite alot concurrent connections. On Fri, Jan 23, 2015 at 3:56 AM, Niranjan Karunanandham niran...@wso2.com wrote: Hi all, In ESB, is

[Dev] Importing users with attribute values into JDBC user store using Bulk Import Users feature in WSO2 identity server

2015-01-22 Thread Nuwan Wimalasekara
Hi IS Team, I want to import users which are in csv file into JDBC user store in IS. However in sample csv file I found only has two fields(username, password). But users have more attributes value with themselves. So any one aware of the csv file format with user attribute values and it is

Re: [Dev] Unique value to match Request and Response in ESB

2015-01-22 Thread Niranjan Karunanandham
Thanks Malaka. I was able to identify the request and response by generating a random number (using script mediator) and logging it in the inSequence and outSequence. Regards, Nira On Thu, Jan 22, 2015 at 4:11 PM, Malaka Silva mal...@wso2.com wrote: Hi Niranjan, I'm afraid there is no

Re: [Dev] [SS] No LoginModules configured error when login is called using JAAS

2015-01-22 Thread Shani Ranasinghe
Hi, Any help? On Wed, Jan 21, 2015 at 3:30 PM, Shani Ranasinghe sh...@wso2.com wrote: Hi, I am working on generating kerberos tickets automatically for a user when using the Storage Server. Currently this is done by running kinit from the code. I am working on changing this to use JAAS

Re: [Dev] API Manager New integration module structure for framework version 4.3.1.

2015-01-22 Thread Nuwan Wimalasekara
Hi Dharshana, It would be grate if we can create a sub modules under tests-integration and test-ui-integration rather than putting the test classes inside the root module(tests-integration) from this moment, There might be an requirement having multi test module inside tests-integration. In ESB,

Re: [Dev] [APIM] Please review and commit patch

2015-01-22 Thread Sanjeewa Malalgoda
Committed revision 211105. Thanks, sanjeewa. On Thu, Jan 22, 2015 at 8:17 PM, Abimaran Kugathasan abima...@wso2.com wrote: Hi Nuwan, Please commit the attached patch for following JIRA 1. https://wso2.org/jira/browse/APIMANAGER-2037 -- Thanks Abimaran Kugathasan Software Engineer |

Re: [Dev] [APIM] Please review and Commit patches

2015-01-22 Thread Sanjeewa Malalgoda
Committed revisions 211106, 211107. Thanks, sanjeewa. On Thu, Jan 22, 2015 at 8:17 PM, Abimaran Kugathasan abima...@wso2.com wrote: This is not committed yet. Please commit. On Tue, Jan 20, 2015 at 5:49 PM, Abimaran Kugathasan abima...@wso2.com wrote: Hi Nuwan Please commit the patches

[Dev] Reverted back from Map to List

2015-01-22 Thread Dulitha Wijewantha
Hi guys, As I mentioned earlier - I moved the properties from a List to a Map. But CFX doesn't seem to support Map conversion properly. Due to the time being - I reverted the changes back to a List implementation. I will create a Util method to obtain the Device List as a Map where needed. PR -

[Dev] carbon.enable.saas not working in AS 5.2.1?

2015-01-22 Thread Shvechkov, Alexey
Hi All Is carbon carbon.enable.saas parameter still supported by AS 5.2.1? Spent quite some time trying to make it working with no success ... I'm trying to share web app deployed in super user domain with other tenants. The app uses forms authentication . I tried adding carbon.enable.saas

Re: [Dev] carbon4-kernel tests migration - to be compatible with TAF 4.3.1

2015-01-22 Thread Kishanthan Thangarajah
Great. Thanks Dimuthu and Krishantha. So we just have to remove the old framework from code base right? Also can we get the updated PR on this migration sent to master branch, if not already done? On Wed, Jan 21, 2015 at 11:57 PM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi Dimuthu,

Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-22 Thread Hasintha Indrajee
Hi Lasitha, Now the feature is available in carbon-identity org repo. This feature is packed with IS 5.1.0. You can build IS from wso2-dev product-is repo and get the product with this feature. On Fri, Jan 23, 2015 at 12:18 PM, Lasitha Wattaladeniya lasit...@wso2.com wrote: Hi hasintha, I'm

[Dev] Please merge the AS Integration test commit#37

2015-01-22 Thread Nuwan Wimalasekara
Hi AS Team, Please merge the pull request https://github.com/wso2/product-as/pull/37 into wso2 repo. Thanks, Nuwanw -- Nuwan Wimalasekara Senior Software Engineer - Test Automation WSO2, Inc.: http://wso2.com lean. enterprise. middleware phone: +94 71 668 4620

Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-22 Thread Lasitha Wattaladeniya
Hi hasintha, I'm also in need of a notification/email feature. if the component is ready please provide the location/details to use it Thanks. On Thu, Jan 22, 2015 at 3:24 PM, Johann Nallathamby joh...@wso2.com wrote: Hi Supun, +1 for looking into the Notification Management feature and

Re: [Dev] carbon.enable.saas not working in AS 5.2.1?

2015-01-22 Thread Afkham Azeez
Supun was the last person to make changes to that code. Supun, can you look into this? On Thu, Jan 22, 2015 at 9:35 PM, Shvechkov, Alexey alexey.shvech...@arcserve.com wrote: Hi All Is carbon carbon.enable.saas parameter still supported by AS 5.2.1? Spent quite some time trying to

Re: [Dev] SS 1.5.0 pack for QA

2015-01-22 Thread Bhathiya Jayasekara
Hi all, New pack is here. https://svn.wso2.org/repos/wso2/scratch/ss-dev/ss-150/23_01_2014/wso2ss-1.5.0-SNAPSHOT.zip Thanks, Bhathiya On Wed, Jan 21, 2015 at 3:26 PM, Bhathiya Jayasekara bhath...@wso2.com wrote: Hi all, Here is the latest pack.

Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-22 Thread Lasitha Wattaladeniya
Hi Hasintha, Noted. Thanks On Fri, Jan 23, 2015 at 12:21 PM, Hasintha Indrajee hasin...@wso2.com wrote: Hi Lasitha, Now the feature is available in carbon-identity org repo. This feature is packed with IS 5.1.0. You can build IS from wso2-dev product-is repo and get the product with this

[Dev] Disable chunking of data - AS

2015-01-22 Thread Asok Perera
Hi, I have a JAX WS web service hosted in WSO2 AS which sends a large amount of data within the response, hence the content get chunked. But the client side expects a response without being chunked. Is there a way to do this, maybe changing AS configuration ? BR *Asok Aravinda Perera* Software