Re: [Dev] Duplicate payload parameters

2015-02-24 Thread Udara Liyanage
Hi Gayan, Noted On Tue, Feb 24, 2015 at 2:21 PM, Gayan Gunarathne gay...@wso2.com wrote: IMO exportMetadataKeys will be more sense as it is used to keep track of the keys related with the meta data service.I think we can remove the exportingProperties if that has the same usage. Thanks,

Re: [Dev] Exception when running ESB test cases.

2015-02-24 Thread Chanaka Fernando
Hi Irham, The root cause for this issue is that you have restarted the server within your test class but you haven't initialized with super.init() after that restart. Then, when you are trying to call the super.cleanup() method, it will throw this exception since it cannot access the relevant

Re: [Dev] Exception when running ESB test cases.

2015-02-24 Thread Chanaka Fernando
Hi Iqbal, We are currently looking in to this. Thanks, Chanaka On Tue, Feb 24, 2015 at 11:28 AM, Irham Iqbal iq...@wso2.com wrote: Hi, In ESB tests inside @AfterClass method when calling super.cleanup(); I am getting the following exception. Code: @AfterClass(alwaysRun = true) public

[Dev] Duplicate payload parameters

2015-02-24 Thread Udara Liyanage
Hi Gayan, Seems exportMetadataKeys and importMetadataKeys parameters were added while there exist another parameter exportingProperties which exist for the same reason of exportMetadataKeys. Please refer to the mail thread [Grouping] Metadata service metaInfoAlias property where early property is

Re: [Dev] Removing ndatasource.rdbms dependencies from user.core

2015-02-24 Thread Chanika Geeganage
Done the changes according to comments @Kernel Team, Can you please merge the PR https://github.com/wso2/carbon4-kernel/pull/147 Thanks On Tue, Feb 24, 2015 at 1:04 PM, Johann Nallathamby joh...@wso2.com wrote: Commented on the PR. Once resolved can merge PR. On Tue, Feb 24, 2015 at 12:29

Re: [Dev] [Jaggery] Calling an admin service as Tenant from a Jaggery app

2015-02-24 Thread Senduran Balasubramaniyam
I thought by default wso2 severs support JWT authentication On Tue, Feb 24, 2015 at 1:48 PM, Danushka Fernando danush...@wso2.com wrote: You have to deploy the signed jwt authenticator to server side to make it work. ;) Thanks Regards Danushka Fernando Software Engineer WSO2 inc.

Re: [Dev] Could not find the credential to get Access token

2015-02-24 Thread Buddhima Wijeweera
Hi, Yes, It should not work. The OAuth implementation in connector is quite old. To overcome that there's an implementation for OAuth2 Ref:

Re: [Dev] WSO2 ESB Message processor activation from management console

2015-02-24 Thread Chanaka Fernando
Hi Udara, We will mention this behavior clearly in the documentation such that users are not confused. Thanks, Chanaka On Tue, Feb 24, 2015 at 1:53 PM, Udara Liyanage ud...@wso2.com wrote: Hi Chanaka, On Tue, Feb 24, 2015 at 11:33 AM, Chanaka Fernando chana...@wso2.com wrote: Hi Udara,

Re: [Dev] WSO2 ESB Message processor activation from management console

2015-02-24 Thread Udara Liyanage
Hi Chanaka, On Tue, Feb 24, 2015 at 11:33 AM, Chanaka Fernando chana...@wso2.com wrote: Hi Udara, Thanks for your feedback. Actually the real reason for the first approach is not the easiness of the implementation. It is about consistency across CAR deployment and file artifact

Re: [Dev] Duplicate payload parameters

2015-02-24 Thread Gayan Gunarathne
IMO exportMetadataKeys will be more sense as it is used to keep track of the keys related with the meta data service.I think we can remove the exportingProperties if that has the same usage. Thanks, Gayan On Tue, Feb 24, 2015 at 2:02 PM, Udara Liyanage ud...@wso2.com wrote: Hi Gayan, Seems

Re: [Dev] Please merge PR-83

2015-02-24 Thread Dulitha Wijewantha
Hi Ruchira, +1. I will make the appropriate change and let you know. Cheers~ On Mon, Feb 23, 2015 at 2:12 PM, Ruchira Wageesha ruch...@wso2.com wrote: Hi Dulitha, Instead of the byte array, shall we modify it to return a Jaggery Stream object? From that, you can get the Java InputStream and

[Dev] Supporting blocking calls in Call mediator

2015-02-24 Thread Kathees Rajendram
Hi, The call mediator blocking is working with direct endpoint. I want to write logic with endpoint key and Xpath. We can't use the existing functionality for blocking as it is in call mediator. Thanks, Kathees -- Kathees Software Engineer, email: kath...@wso2.com mobile: +94772596173

Re: [Dev] Supporting blocking calls in Call mediator

2015-02-24 Thread Isuru Udana
Hi Kathees, On Tue, Feb 24, 2015 at 3:06 PM, Kathees Rajendram kath...@wso2.com wrote: Hi, The call mediator blocking is working with direct endpoint. I want to write logic with endpoint key and Xpath. We can't use the existing functionality for blocking as it is in call mediator. Could

Re: [Dev] Could not find the credential to get Access token

2015-02-24 Thread Naasheer Ali
Hi I'll look in to this Regards, -- *Naasheer Ali* | Associate Software Engineer WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka Email: naashe...@wso2.com On Tue, Feb 24, 2015 at 2:59 PM, Buddhima Wijeweera buddh...@wso2.com wrote: Hi, Yes, It should not work. The OAuth

Re: [Dev] Supporting blocking calls in Call mediator

2015-02-24 Thread Kathees Rajendram
Hi Isuru, The blocking is working in the following synapse configuration. call blocking=true endpoint name=StockQuoteService address uri= http://localhost:9000/services/SimpleStockQuoteService/ /endpoint /call but I want to add the blocking in the

[Dev] [APIM] Getting JDBCAuthorizationManager exception in APIM gateway

2015-02-24 Thread Yashira Perera
Hi all, I am getting following error in api-gateway node. What could be the reason behind this exception? TID: [0] [AM] [2015-02-20 02:03:25,611] INFO {org.wso2.carbon.user.core. ldap.ReadWriteLDAPUserStoreManager} - LDAP connection created successfully in read-write mode

Re: [Dev] Exception when running ESB test cases.

2015-02-24 Thread Irham Iqbal
Hi Chanaka, I am getting this exception for test cases which doesn't have restart and also I have added a new method to ESBIntegrationTest class as following and i am calling that after restart the server to update sessionCookie variable. protected void reloadSessionCookie() throws Exception {

Re: [Dev] Exception when running ESB test cases.

2015-02-24 Thread Irham Iqbal
Hi Chanaka, I have attached the log file. Thanks, Iqbal On Tue, Feb 24, 2015 at 4:38 PM, Chanaka Fernando chana...@wso2.com wrote: Hi Irham, Can you attach the stack trace for this error? inboundEndpointDTO object is not going to be a null since it is taken through the iteration. There

Re: [Dev] [EMM] [IDENTITY] SSO SAML Issue when loading EMM Login-page after Server Startup with -Dsetup

2015-02-24 Thread Dilan Udara Ariyaratne
Hi All, I have created following JIRA to track this issue. https://wso2.org/jira/browse/EMM-783 Regards, Dilan. *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. http://wso2.com/ Mobile: +94775149066 lean . enterprise . middleware On Tue, Feb 24, 2015 at 4:39 PM, Dilan Udara Ariyaratne

Re: [Dev] [Orbit] Please merge the PR for Spark core, sql v1.2.1 and other dependencies

2015-02-24 Thread Niranda Perera
Hi Kasun, here are the changes I did. 1. done 2. changed org.wso2.apache.spark org.wso2.apache.hadoop org.wso2.clearspring.analytics org.wso2.json4s org.wso2.uncommons.maths org.wso2.twitter 3. done 4. the todo was to resolve the private packages warnings. But I have to include the private

Re: [Dev] [Orbit] Please merge the PR for Spark core, sql v1.2.1 and other dependencies

2015-02-24 Thread Niranda Perera
Hi Kasun, Sorry my mistake. I put those in to test an orbit build locally. forgot to remove it in the commit. https://github.com/wso2/orbit/pull/65 On Tue, Feb 24, 2015 at 4:20 PM, KasunG Gajasinghe kas...@wso2.com wrote: Hi, Did you push all the changes? I still see that root pom has

Re: [Dev] [EMM] [IDENTITY] SSO SAML Issue when loading EMM Login-page after Server Startup with -Dsetup

2015-02-24 Thread Dilan Udara Ariyaratne
Hi All, It seems that this issue is not specific to ORACLE itself. The same issue pops up even in an EMM Server started, pointing to MySQL Data-sources. Regards, Dilan. *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. http://wso2.com/ Mobile: +94775149066 lean . enterprise . middleware On

Re: [Dev] Exception when running ESB test cases.

2015-02-24 Thread Chanaka Fernando
Hi Irham, Can you attach the stack trace for this error? inboundEndpointDTO object is not going to be a null since it is taken through the iteration. There is no need to null check for that object. Thanks, Chanaka On Tue, Feb 24, 2015 at 4:31 PM, Irham Iqbal iq...@wso2.com wrote: Hi

Re: [Dev] [AF]Datasource, Apptype and Code snippets

2015-02-24 Thread Dimuthu Leelarathne
Hi, Consider properties(name-value pair) support. Question whether it is related to runtimes? Or related to language? All languages have name-value pair concept and the question is whether AF is supporting the methodology in the underlying PaaS/runtime. That was the reason for putting it in

Re: [Dev] [Orbit] Please merge the PR for Spark core, sql v1.2.1 and other dependencies

2015-02-24 Thread Niranda Perera
Hi Kasun, May I know the progress of this? Cheers On Tue, Feb 24, 2015 at 4:26 PM, Niranda Perera nira...@wso2.com wrote: Hi Kasun, Sorry my mistake. I put those in to test an orbit build locally. forgot to remove it in the commit. https://github.com/wso2/orbit/pull/65 On Tue, Feb 24,

Re: [Dev] [Orbit] Please merge the PR for Spark core, sql v1.2.1 and other dependencies

2015-02-24 Thread KasunG Gajasinghe
Hi, Did you push all the changes? I still see that root pom has sub-module references. On Tue, Feb 24, 2015 at 4:05 PM, Niranda Perera nira...@wso2.com wrote: Hi Kasun, here are the changes I did. 1. done 2. changed org.wso2.apache.spark org.wso2.apache.hadoop

Re: [Dev] Removing ndatasource.rdbms dependencies from user.core

2015-02-24 Thread Sameera Jayasoma
Hi SupunM, Can you review this and commit? Thanks, Sameera. On Tue, Feb 24, 2015 at 1:47 PM, Chanika Geeganage chan...@wso2.com wrote: Done the changes according to comments @Kernel Team, Can you please merge the PR https://github.com/wso2/carbon4-kernel/pull/147 Thanks On Tue, Feb

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

2015-02-24 Thread Kishanthan Thangarajah
This is merged with master. On Thu, Feb 19, 2015 at 5:05 PM, Dimuthu De Lanerolle dimut...@wso2.com wrote: Kishanthan , the initial effort was only to migrate tests classes inside the 'tests' module to 'tests-integration' module. However now, we have gone through the integration module and

Re: [Dev] [APIM] Getting JDBCAuthorizationManager exception in APIM gateway

2015-02-24 Thread Sanjeewa Malalgoda
Can you please provide some information about product that you are using, deployment, operations that you tried etc. It will help to isolate issue. Thanks, sanjeewa On Tue, Feb 24, 2015 at 4:14 PM, Yashira Perera yashi...@wso2.com wrote: Hi all, I am getting following error in api-gateway

Re: [Dev] [AF]Datasource, Apptype and Code snippets

2015-02-24 Thread Danushka Fernando
IMO it is language. Even when we develop applications on tomcat, we use datasources. But when we develop with PHP we don't use datasources. About providing the feature when we change the runtime is up to us I guess. When we use tomcat or JBoss we should have different runtime config persistence

Re: [Dev] Error while adding a schedule task from registry xml.

2015-02-24 Thread Sithumini Senevirathne
Hi Prasanna, RegistryReportingTask also having the similar behaviour. It is also not getting registered in the task node. I think the issue is in the carbon.ntask.core. Debug the completedServerStartup() and completingServerStartup() methods in TaskStartupHandler and see how the service is

[Dev] SOAP Fault not returned when using Iterator mediator ESB 4.7.0

2015-02-24 Thread Damith Wickramasinghe
Hi, I have a proxy with a disabled endpoint suspension. I'm using a fake endpoint and if i call the endpoint in normal way i can retrieve the SOAP Fault in fault sequence. Now I have a iterator mediator which calls the endpoint. On the fault sequence i have aggregate mediator and on the on

[Dev] Is it really possible to setup a AS cluster with Nginx as mentioned on doc https://docs.wso2.com/display/CLUSTER420/Configuring+Nginx

2015-02-24 Thread Asanka Vithanage
Hi All, As per the doc [1], Here we are exposing URL *http://as.wso2.com http://as.wso2.com* to the outside users through nginx while keeping inside cluster URL as *http://**wso2.as.com http://wso2.as.com *(setting mgt node hostname as wso2.as.com) Since here we are exposing *http://as.wso2.com

Re: [Dev] Orbit update for new RabbitMQ-Amqp-Client Library

2015-02-24 Thread Kishanthan Thangarajah
Maheshika, please release this orbit. On Tue, Feb 17, 2015 at 1:31 PM, Eranda Rajapakshe eran...@wso2.com wrote: Thanks for the comments. I added the optional tag. And I couldn't find any requirement for the dynamic import, I added in the previous pull because I found it in the

Re: [Dev] Orbit update for new RabbitMQ-Amqp-Client Library

2015-02-24 Thread Maheshika Goonetilleke
Hi Kishanthan Deployed successfully. On Tue, Feb 24, 2015 at 8:06 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Maheshika, please release this orbit. On Tue, Feb 17, 2015 at 1:31 PM, Eranda Rajapakshe eran...@wso2.com wrote: Thanks for the comments. I added the optional tag. And

[Dev] [ES] Store Search function is not working

2015-02-24 Thread Sithumini Senevirathne
Hi, I tried to search for an existing service by service name. I got below message in the search field of the UI with no output. overview_name:abx interface_transportProtocols:None interface_messageFormats:None interface_messageExchangePatterns:None security_authenticationPlatform:None

Re: [Dev] Please merge PR for IDENTITY-3052 and APPM-333

2015-02-24 Thread Supun Malinga
Just noticed this mail. Sorry I have missed it somehow. I'll follow up. thanks, On Mon, Feb 23, 2015 at 6:41 PM, Sameera Jayasoma same...@wso2.com wrote: SupunM, Can you look into the if this not already done? Thanks, Sameera. On Thu, Feb 19, 2015 at 12:17 PM, Chanuka Dissanayake

[Dev] [DevStudio] Please review and merge the pull request : TOOLS-2308

2015-02-24 Thread Rajeevan Vimalanathan
Hi, Please review and merge the pull request[1] that includes fix for JIRA[2]. [1] https://github.com/wso2/developer-studio/pull/44 [2] https://wso2.org/jira/browse/TOOLS-2308 Thanks, Rajeevan -- Best Regards, V.Rajeevan Software Engineer, WSO2 Inc. :http://wso2.com Mobile : +94 773090875

[Dev] WSO2 MDM 2.0.0 Milestone-2 Released

2015-02-24 Thread Geeth Munasinghe
Hi all, This is the second milestone of WSO2MDM version 2.0.0. You can download the milestone pack at [1]. This milestone has following features 1. Managing License for enrollment purposes. 2. Windows mobiles enrollment [1]

[Dev] Access Salesforce report data

2015-02-24 Thread Sabra Ossen
Hi, My requirement is to obtain a reports' record data through my java application. Currently I am following this blog[1] and using the following code section to get access to the URL and get the csv file. String authEndPoint = https://login.salesforce.com/services/Soap/c/33.0;; String username

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

2015-02-24 Thread KasunG Gajasinghe
Hi guys, This is causing a test failures in kernel. It looks like an issue with automation framework. @Dimuthu, can you have a quick look? [1]

Re: [Dev] [DevStudio] Please review and merge the pull request : TOOLS-2308

2015-02-24 Thread Viraj Rajaguru
Merged. Thanks, Viraj. On Wed, Feb 25, 2015 at 11:06 AM, Rajeevan Vimalanathan rajeev...@wso2.com wrote: Hi, Please review and merge the pull request[1] that includes fix for JIRA[2]. [1] https://github.com/wso2/developer-studio/pull/44 [2] https://wso2.org/jira/browse/TOOLS-2308

Re: [Dev] Please merge PR for IDENTITY-3052 and APPM-333

2015-02-24 Thread Supun Malinga
Hi Chanuka, Added a comment. Please fix.. Let me know if you need more context. thanks, On Tue, Feb 24, 2015 at 10:23 PM, Supun Malinga sup...@wso2.com wrote: Just noticed this mail. Sorry I have missed it somehow. I'll follow up. thanks, On Mon, Feb 23, 2015 at 6:41 PM, Sameera Jayasoma

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

2015-02-24 Thread Kishanthan Thangarajah
Yes, and this seems to be intermittent. Until we find the cause, we will revert the merge. On Wed, Feb 25, 2015 at 10:58 AM, KasunG Gajasinghe kas...@wso2.com wrote: Hi guys, This is causing a test failures in kernel. It looks like an issue with automation framework. @Dimuthu, can you have a

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

2015-02-24 Thread Dimuthu De Lanerolle
We are looking into this intermittent failure now. Regards On Wed, Feb 25, 2015 at 11:09 AM, Kishanthan Thangarajah kishant...@wso2.com wrote: Yes, and this seems to be intermittent. Until we find the cause, we will revert the merge. On Wed, Feb 25, 2015 at 10:58 AM, KasunG Gajasinghe

[Dev] [DevStudio] Please review and merge the pull request : TOOLS-2715

2015-02-24 Thread Rajeevan Vimalanathan
Hi, Please review and merge the pull request[1] that includes fix for JIRA[2]. [1] https://github.com/wso2/developer-studio/pull/45 [2] https://wso2.org/jira/browse/TOOLS-2715 Thanks, Rajeevan -- Best Regards, V.Rajeevan Software Engineer, WSO2 Inc. :http://wso2.com Mobile : +94 773090875

Re: [Dev] Updated Invitation: BAM DAL Code Review @ Tue Feb 24, 2015 3pm - 4pm (Anjana Fernando)

2015-02-24 Thread Anjana Fernando
Also, * Renaming the insert operation in Analytics Record Store / Data Service to put, since this operation does an 'insert or update' operation. Cheers, Anjana. On Tue, Feb 24, 2015 at 10:28 PM, Anjana Fernando anj...@wso2.com wrote: Code Review Notes:- * Create sub-packages in analytics

[Dev] Older versions of org.wso2.carbon.identity artifacts are missing from maven repos

2015-02-24 Thread Harshan Liyanage
Hi, I got a build failure mentioning that , [ERROR] Failed to execute goal on project org.wso2.carbon.device.mgt.common: Could not resolve dependencies for project org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:bundle:0.9.1-SNAPSHOT: Could not find artifact

[Dev] Sample puppet scripts to deploy WSO2 products

2015-02-24 Thread Sandamal Weerasinghe
Hi all, Are there any sample puppet scripts to deploy WSO2 products? e.g. BAM Cluster, API-M Cluster etc. Thanks. Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd Mobile - +94-77-144-9640 ___ Dev mailing list Dev@wso2.org

Re: [Dev] Older versions of org.wso2.carbon.identity artifacts are missing from maven repos

2015-02-24 Thread Darshana Gunawardana
Hi Harshan, Yes there is no artifact named *org.wso2.carbon.identity*:org. wso2.carbon.identity.entitlement:jar:*4.2.2*. The correct group id should be org.wso2.carbon (not org.wso2.carbon.identity) for versions prior to 4.3.0. So updating pom with correct group id according to the version should

Re: [Dev] Googleplus ESB connector review

2015-02-24 Thread Vanjikumaran Sivajothy
@Thaindu and Madusanka, Any idea on this ? On Fri, Feb 20, 2015 at 5:53 PM, Elilmatha Sivanesan elilma...@wso2.com wrote: Hi Madusanka and Tharindu Please find the feedbacks regarding Google plus connector. 1. Please modify the pom to run the test cases in a single build. 2. four

Re: [Dev] Googleplus ESB connector review

2015-02-24 Thread Madusanka Premaratne
Hi Vanji, Both of us engaged in creating support patches. We will do this ASAP and send a PR. Thanks, On Wed, Feb 25, 2015 at 10:10 AM, Vanjikumaran Sivajothy va...@wso2.com wrote: @Thaindu and Madusanka, Any idea on this ? On Fri, Feb 20, 2015 at 5:53 PM, Elilmatha Sivanesan

Re: [Dev] Registry related tenant data deletion

2015-02-24 Thread Shashika Karunatilaka
Hi Senaka/all To do delete the DB related data one option is to add a new method to registry api called deleteAllTenantData(or suitable one) so i have to implement this method on every dependent registry classes, Is it ok to introduce new method to registry api? As i see when deleting a registry

[Dev] [Java 8] Registry.core Unit Tests Fails Intermittently in Java 8

2015-02-24 Thread Sameera Jayasoma
Hi Folks, Registry unit tests depends on the order of test methods. This order is the order of method declarations in a test class. Following is a sample class. If the tests methods are executed in the following declared order, then everything works fine. This was the behavior in Java 6. Junit

Re: [Dev] Older versions of org.wso2.carbon.identity artifacts are missing from maven repos

2015-02-24 Thread Harshan Liyanage
Hi Darshana, Changing the group-id solved the issue. Thanks, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Wed, Feb 25, 2015 at 9:07 AM,

Re: [Dev] Removing ndatasource.rdbms dependencies from user.core

2015-02-24 Thread Supun Malinga
Will do Sameera. On Tue, Feb 24, 2015 at 4:32 PM, Sameera Jayasoma same...@wso2.com wrote: Hi SupunM, Can you review this and commit? Thanks, Sameera. On Tue, Feb 24, 2015 at 1:47 PM, Chanika Geeganage chan...@wso2.com wrote: Done the changes according to comments @Kernel Team,