[Dev] Clean repo build fail for Chunk 11

2014-05-26 Thread Harsha Thirimanna
Hi , When i tried to build hunk 11, it was fail, [INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.wso2.am:org.wso2.apimgt.nested.categories:1.7.0 (/home/harshat/wso2/repository/public/turing/product-releases/chunk-11/features/

[Dev] ESB Graphical Editor Improvements - Clone Mediator

2014-05-26 Thread Sohani Weerasinghe
Hi All, Clone Mediator of the ESB Graphical Editor has improved by providing the facility to add anonymous endpoints to the targets. Thanks, Sohani Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter :

Re: [Dev] Cache invalidation notification based implementation JDK version

2014-05-26 Thread Shazni Nazeer
Hi Amal. The triggering happens in the HazelCastClusterAgent, which is inside the org.wso2.carbon.core.clustering.hazelcast in the 4.3.0 kernel. So IMO it would be enough to bring only the interface. Shazni Nazeer Senior Software Engineer Mob : +94 715 440 607 LinkedIn : http://lk.linkedin.com/

Re: [Dev] BAM integration with AM

2014-05-26 Thread Udara Rathnayake
Hi Eder, On Mon, May 26, 2014 at 7:11 PM, Eder Castro wrote: > Thanks a lot for your quickly reply, > but I have changed configuration according to documentation in this file. > I have offset set to "1" in BAM and the master-datasources.xml > configuration : > > master-datasources.xml: > ===

Re: [Dev] AS-TomEE Integration Problem creating single OSGI Bundle with all the dependencies.

2014-05-26 Thread Chamil Jeewantha
Thanks everybody for you help. The above mentioned guideline helped. On Mon, May 19, 2014 at 12:26 PM, Kishanthan Thangarajah < kishant...@wso2.com> wrote: > General things need to follow when creating orbit bundles. > > 1. Export packages with version. > 2. Import packages with a version range.

Re: [Dev] Cache invalidation notification based implementation JDK version

2014-05-26 Thread Amal Gunatilake
HI Shazni, Even though we being the interface into existing bundle, how about the triggering mechanism of the executor() method? I think since the CoordinatedActivity interface is in C5, the triggering mechanism rest within C5 as well. So in-order to work the subscription we need to have the whole

Re: [Dev] Cache invalidation notification based implementation JDK version

2014-05-26 Thread Shazni Nazeer
Hi Amal, What we need from C5 clustering module is only the CoordinatedActivity interface. What if we bring only that interface into an existing bundle? This would be the simplest work to make this happen rather than bringing the entire clustering module. Shazni Nazeer Senior Software Engineer

[Dev] [CEP] Issues on running sequence queries with every keyword

2014-05-26 Thread Firzhan Naqash
Documentation [1] suggests that sequence queries support "every" keyword. But it doesn't seems to be supporting for the moment. [1] https://docs.wso2.org/display/CEP310/Sequences Regards, Firzhan ___ De

Re: [Dev] App Factory Daily Builds

2014-05-26 Thread Shamika Ariyawansa
Hi Dimuthu, Yes will do that. Regards On Tue, May 27, 2014 at 8:24 AM, Dimuthu Leelarathne wrote: > Hi Shamika, > > People tend to commit towards the latter part of the day - this means we > have to wait till 2 days until they go to dev setups. So shall we trigger > 2.00am IST builds instead?

Re: [Dev] App Factory Daily Builds

2014-05-26 Thread Dimuthu Leelarathne
Hi Shamika, People tend to commit towards the latter part of the day - this means we have to wait till 2 days until they go to dev setups. So shall we trigger 2.00am IST builds instead? thanks, dimuthu On Mon, May 26, 2014 at 4:56 PM, Shamika Ariyawansa wrote: > Hi, > > App Factory daily buil

[Dev] Possible errors (non-Permit response when should be Permit) from WSO2 Identity Server under load?

2014-05-26 Thread o haya
Hi, I have been doing some load testing of WSO2 Identity Server and the Entitlement Service web service, and I have been encountering some what appear to be, intermittent, but consistent errors. What I mean by "consistent" is that I am seeing these errors almost every time I run a load test.

Re: [Dev] BAM integration with AM

2014-05-26 Thread Thayalan
As per your copied exception still server trying to connect to 9160 port even after port offset. BAM 2.4.1 using bam-datasources.xml for BAM related configurations for better readability. Please double check whether you don't have any conflicting configurations between master-datasources.xml and ba

Re: [Dev] Improving jira cloud connector

2014-05-26 Thread Malintha Amarasinghe
Hi Malaka, On Mon, May 26, 2014 at 3:04 AM, Malaka Silva wrote: > Check the way it's done for salesforce. (Creating records) > > https://docs.wso2.org/display/ESB481/Salesforce+Connector > > Thank you for the info. I will follow that. As I see the required parameters are given through a . > Al

Re: [Dev] Potential config bug in IS

2014-05-26 Thread Johann Nallathamby
Please update 'HostName' as well as 'MgtHostName' entries and check. On Mon, May 26, 2014 at 8:20 PM, Jason Catlin wrote: > Hey guys, > > I think there might be a bug in the way IS 4.6.0 configures its > authentication URLs. > > Here's the deal: > > I am using a small sample SAML2 SSO app. Whe

Re: [Dev] Potential config bug in IS

2014-05-26 Thread Prabath Siriwardena
Not really. Did you update the hostname entry in carbon.xml? Thanks & regards, -Prabath On Mon, May 26, 2014 at 8:20 PM, Jason Catlin wrote: > Hey guys, > > I think there might be a bug in the way IS 4.6.0 configures its > authentication URLs. > > Here's the deal: > > I am using a small sample

Re: [Dev] What should be the correct behavior in publishing services from G-Reg to APIM

2014-05-26 Thread Nirdesha Munasinghe
Hi Chathurika, Thanks for the clarification. I updated the page accordingly. Regards, -Nirdesha On Mon, May 26, 2014 at 8:13 PM, Chathurika Mahaarachchi < chathur...@wso2.com> wrote: > Hi Nirdesha, > > Yes. The Created API should display in APIM Publisher page in CREATED > state only, and not

[Dev] Potential config bug in IS

2014-05-26 Thread Jason Catlin
Hey guys, I think there might be a bug in the way IS 4.6.0 configures its authentication URLs. Here's the deal: I am using a small sample SAML2 SSO app. When I set up everything on my own box (IS, App Server, & my own browser) everything works fine. But, when I have them on different nodes, th

Re: [Dev] What should be the correct behavior in publishing services from G-Reg to APIM

2014-05-26 Thread Chathurika Mahaarachchi
Hi Nirdesha, Yes. The Created API should display in APIM Publisher page in CREATED state only, and not visible in Store. Once you publish the API , it is visible in Store. Thanks, Chathurika On Mon, May 26, 2014 at 5:09 PM, Nirdesha Munasinghe wrote: > Small clarification please. So the expe

Re: [Dev] BAM integration with AM

2014-05-26 Thread Eder Castro
Thanks a lot for your quickly reply, but I have changed configuration according to documentation in this file. I have offset set to "1" in BAM and the master-datasources.xml configuration : master-datasources.xml: == http://org.wso2.securevault/configuration";> org.wso2.car

[Dev] Please merge Carbon fix commit#23 pull request

2014-05-26 Thread Dhanuka Ranasinghe
Hi Carbon Team, Please apply the pull request https://github.com/wso2-dev/carbon4-kernel/pull/23 Cheers, Dhanuka *Dhanuka Ranasinghe* Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 715381915 ___ Dev mai

Re: [Dev] BAM integration with AM

2014-05-26 Thread Udara Rathnayake
Hi Eder, If you have changed port-offset within BAM please update related datasource configuration within master-datasources.xml. Hope this will help. Regards, UdaraR On Mon, May 26, 2014 at 5:48 PM, Eder Castro wrote: > Hi all, > I want to get stadistics about usage of my apis deployed in AM,

Re: [Dev] About moving IDP implementation to a package inside EMM Android Agent

2014-05-26 Thread Kasun Dananjaya Delgolla
OK then it's fine. We can disregard this if it's for testing purposes. Thanks On Mon, May 26, 2014 at 5:44 PM, Inosh Perera wrote: > Hi Kasun, > > We added this during testing since there were some issues with it. > > Thanks, > > > On Mon, May 26, 2014 at 12:19 PM, Kasun Dananjaya Delgolla < >

[Dev] BAM integration with AM

2014-05-26 Thread Eder Castro
Hi all, I want to get stadistics about usage of my apis deployed in AM, but when I consume one of my apis, I get one error. I have installed 1.6.0 AM and 2.4.1 BAM and I do this steps (steps for products integration). https://docs.wso2.org/display/AM150/Monitoring+Using+WSO2+BAM I need some help,

Re: [Dev] What should be the correct behavior in publishing services from G-Reg to APIM

2014-05-26 Thread Nirdesha Munasinghe
Small clarification please. So the expected behavior is that the API will be created in the API Publisher and will be in CREATED state only. It will not be in the PUBLISHED state nor is it visible in the API Store. Am I right? On Tue, May 20, 2014 at 6:39 PM, Chathurika Mahaarachchi < chathur...@

[Dev] App Factory Daily Builds

2014-05-26 Thread Shamika Ariyawansa
Hi, App Factory daily builds will be triggered at 2.00 PM everyday. Please commit your daily changes before that so that they will be integrated in next installations. Regards -- Shamika Ariyawansa Senior Software Engineer WSO2, Inc.; http://wso2.com LK - +94 7639629 Ext 5999 US - +1 408 754

Re: [Dev] commit CARBON-14814 patch

2014-05-26 Thread Susankha Nirmala
Thanks Manoj. /Susankha. On Mon, May 26, 2014 at 4:27 PM, Manoj Kumara wrote: > Hi, > > committed to patch0009 with r204090. Please add the modifications into > relevant Git dev repo. > > Thanks, > Manoj > > > *Manoj Kumara* > Software Engineer > WSO2 Inc. http://wso2.com/ > *lean.enterprise.m

Re: [Dev] commit CARBON-14814 patch

2014-05-26 Thread Manoj Kumara
Hi, committed to patch0009 with r204090. Please add the modifications into relevant Git dev repo. Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Mon, May 26, 2014 at 3:58 PM, Susankha Nirmala wrote: > Hi Manoj,

[Dev] commit CARBON-14814 patch

2014-05-26 Thread Susankha Nirmala
Hi Manoj, Please commit attached patches in [1] to kernel ->core -> org.wso2.carbon.core (patch0009) [1]- https://wso2.org/jira/browse/CARBON-14814 -- Susankha Nirmala Software Engineer WSO2, Inc.: http://wso2.com lean.enterprise.middleware Mobile : +94 77 593 2146

Re: [Dev] Securing the APIs on EMM in multi tenant environment

2014-05-26 Thread Harshan Liyanage
Hi, +1 for the 2nd approach since it allows more control over API access. Thanks, Best Regards, Lakshitha Harshan Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com * lean.enterprise.middleware.

Re: [Dev] Securing the APIs on EMM in multi tenant environment

2014-05-26 Thread Dilshan Edirisuriya
Anyway I think its not supported by IS yet. Correct me if I am wrong. On Mon, May 26, 2014 at 3:41 PM, Dilshan Edirisuriya wrote: > Hi, > > Are we following the dynamic client registration as proposed by Suresh in > another thread [1]. I believe its much more cleaner since it has different > cli

Re: [Dev] Securing the APIs on EMM in multi tenant environment

2014-05-26 Thread Dilshan Edirisuriya
Hi, Are we following the dynamic client registration as proposed by Suresh in another thread [1]. I believe its much more cleaner since it has different client keys and client secrets per application. [1] - [Dev]EMM OAuth Implementation - Android - Storing Consumer Secret Regards, Dilshan _

Re: [Dev] Securing the APIs on EMM in multi tenant environment

2014-05-26 Thread Krishanthi Samarasinghe
MODIFIED 2nd the point. 2. Generate Client key and Client secret per tenant. Every teant should subscribe for all APIs through APIM, which are subscribed by super tenant admin. Sorry for the mistake. Thank you. On Mon, May 26, 2014 at 3:31 PM, Krishanthi Samarasinghe < krishant...@wso2.com> wr

Re: [Dev] [ESB]OAuth 1.0 authentication headers failing when sending via Call Mediator

2014-05-26 Thread Ramindu Deshapriya
Hi Miyuru, Thanks for your response. Miyuru Wanninayaka wrote > It might be due to additional HTTP headers sending by call mediator. > > Accept-Encoding: gzip,deflate > Content-Type: application/xml > Accept: application/xml > > Can you try adding those additional headers in SOAP-UI message an

[Dev] Securing the APIs on EMM in multi tenant environment

2014-05-26 Thread Krishanthi Samarasinghe
Hi All, We have to secure the APIs in EMM(is a SAAS) in multi tenant environment. We have added Oauth to secure the APIs. There are two approaches to follow. 1. Generate Client key and Client secret for super tenant and subscribe APIs to all other tenants. There we need to have only one Client

Re: [Dev] [ESB]OAuth 1.0 authentication headers failing when sending via Call Mediator

2014-05-26 Thread Miyuru Wanninayaka
It might be due to additional HTTP headers sending by call mediator. Accept-Encoding: gzip,deflate Content-Type: application/xml Accept: application/xml Can you try adding those additional headers in SOAP-UI message and see. If so we can look into removing those headers from call request. On Mo

Re: [Dev] Gateway cache clearing for regenerated and revoked tokens

2014-05-26 Thread Nirdesha Munasinghe
Fixed a typo in the title: https://docs.wso2.org/display/AM170/Configuring+Caching#Clearing the API Gateway cache On Mon, May 26, 2014 at 2:49 PM, Nirdesha Munasinghe wrote: > Thanks, Sanjeewa. I added this infor in [1]. > > Samuel, if relevant, please point to this section from the clustering >

Re: [Dev] commit CARBON-14802 patch

2014-05-26 Thread Manoj Kumara
Hi, Committed to 4.1.0 patch0004 with 204066. Please add the necessary changes to the Git trunk. Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Mon, May 26, 2014 at 11:18 AM, Dhanuka Ranasinghe wrote: > Hi, > > I

Re: [Dev] Gateway cache clearing for regenerated and revoked tokens

2014-05-26 Thread Nirdesha Munasinghe
Thanks, Sanjeewa. I added this infor in [1]. Samuel, if relevant, please point to this section from the clustering guide too. This is about how to clear the API Gateway cache and the steps actually explain how to configure this in a clustered APIM setup. [1] https://docs.wso2.org/display/AM170/Co

Re: [Dev] An improvement to AF sign-out page

2014-05-26 Thread Manjula Rathnayake
Hi Amila, +1. Nice to have page. thank you. On Mon, May 26, 2014 at 2:28 PM, Amila Maha Arachchi wrote: > Hi AF team, > > At the moment when you click the AF sign-out page, it loads the AF main > template without anything in the middle (no block). > > Following is the code in site/pages/logout

Re: [Dev] ESB, MB - Help Needed

2014-05-26 Thread Daya Attapattu
Hi Hasitha, Thank you for the response. If you don't have benchmarks setup at the moment that is OK. Benchmarking software is not essential for my project. It would be nice to hear your opinion on what applications (or which samples among published ones) are more representative of general use

[Dev] An improvement to AF sign-out page

2014-05-26 Thread Amila Maha Arachchi
Hi AF team, At the moment when you click the AF sign-out page, it loads the AF main template without anything in the middle (no block). Following is the code in site/pages/logout.jag <% include("/jagg/jagg.jag"); include("/jagg/constants.jag"); var site = require("/site/conf/site.json"); (f

Re: [Dev] ESB, MB - Help Needed

2014-05-26 Thread Hasitha Hiranya
Hi, For MB - AsankaV has some client that can be use to send messages and consume them with ability to set message delay/message count etc. - Cassandra tuning is vital. You can monitor a Cassandra cluster using OpsCenter - We need to wr

[Dev] Registry resources takes much time

2014-05-26 Thread Vijayaratha Vijayasingam
Hi ; I uploaded a resource directly to registry and waited around 15 mins , for that particular resource to be visible in UI..(uploaded a datasource and wanted to see that in datasource UI option) How can i improve this time dealy? Thanks.. -- -Ratha mobile: (+94)755906608 _

Re: [Dev] [ELB 2.1.1/2.1.0]Duplicate member joined logs

2014-05-26 Thread Ajith Vitharana
And duplicate left msg as well. [2014-05-26 12:39:09,141] INFO - TimeoutHandler This engine will expire all callbacks after : 86400 seconds, irrespective of the timeout action, after the specified or optional timeout *[2014-05-26 12:39:35,779] INFO - HazelcastGroupManagementAgent Member left [85

[Dev] [ESB]OAuth 1.0 authentication headers failing when sending via Call Mediator

2014-05-26 Thread Ramindu Deshapriya
Hi, I am sending a request to Quickbooks API [1] with an OAuth 1.0 Authentication header as specified as specified at [2]. I am using the SignPost library at [3] to create an OAuth authentication header using the following code: final String consumerKey = messageContext.getProperty("u