Re: [Dev] [API Manager] How to remove an API having active subscriptions - from the API Publisher....?

2015-02-26 Thread Sanjeewa Malalgoda
On Fri, Feb 27, 2015 at 10:25 AM, Ajith Vitharana aji...@wso2.com wrote: On Thu, Feb 26, 2015 at 11:37 PM, Sanjeewa Malalgoda sanje...@wso2.com wrote: On Fri, Feb 27, 2015 at 3:29 AM, Ajith Vitharana aji...@wso2.com wrote: On Thu, Feb 26, 2015 at 4:17 PM, Prabath Siriwardena

Re: [Dev] [IS] Please review and mergr PR for IDENTITY-3028

2015-02-26 Thread Nuwandi Wickramasinghe
Please check updated PR in [1] [1] https://github.com/wso2/carbon-identity/pull/102 Thanks On Thu, Feb 26, 2015 at 2:40 PM, Nuwandi Wickramasinghe nuwan...@wso2.com wrote: Hi, Code review feedback can be found in [1] [1]

Re: [Dev] [BAM] Facing an error while creating dashboard according to the Quick Start Guide

2015-02-26 Thread Lakshani Gamage
Hi Thayalan, I used H2 here. By the way, can you please tell me the relationship between Gadget UI element and database? The only Input I have to give is Table tile. I thought it was UI element table name. Thanks. On Fri, Feb 27, 2015 at 10:47 AM, Thayalan thaya...@wso2.com wrote: Are you

Re: [Dev] [API Manager] How to remove an API having active subscriptions - from the API Publisher....?

2015-02-26 Thread Ajith Vitharana
On Fri, Feb 27, 2015 at 12:21 AM, Sanjeewa Malalgoda sanje...@wso2.com wrote: On Fri, Feb 27, 2015 at 10:25 AM, Ajith Vitharana aji...@wso2.com wrote: On Thu, Feb 26, 2015 at 11:37 PM, Sanjeewa Malalgoda sanje...@wso2.com wrote: On Fri, Feb 27, 2015 at 3:29 AM, Ajith Vitharana

Re: [Dev] Jaggery server.address support in CEP 4.0.0

2015-02-26 Thread Sabra Ossen
Hi Sameera, Thank you for the clarification. Depending on a fix for this issue, I will use an appropriate method to access the address of the server. Thanks. On Fri, Feb 27, 2015 at 11:30 AM, Sameera Medagammaddegedara samee...@wso2.com wrote: Hi Sabra, There could be an issue with the

Re: [Dev] [BAM] Facing an error while creating dashboard according to the Quick Start Guide

2015-02-26 Thread Thayalan
Are you using Mysql by any chance? Please note the fields are case sensitive. On Thu, Feb 26, 2015 at 11:53 PM, Lakshani Gamage laksh...@wso2.com wrote: Hi , When I'm trying to create a dashboard according to [1], I got following pop up box. Although, I gave all the compulsory fields. No back

Re: [Dev] Jaggery server.address support in CEP 4.0.0

2015-02-26 Thread Sameera Medagammaddegedara
Hi Sabra, There could be an issue with the version of the carbon module used by CEP 4.0.0.The address method has not been removed from the carbon module and was added before 3.1.0 and has not been changed since. Thank You, Sameera On Thu, Feb 26, 2015 at 5:57 PM, Sabra Ossen sa...@wso2.com

Re: [Dev] Jaggery server.address support in CEP 4.0.0

2015-02-26 Thread Sameera Medagammaddegedara
Adding Thishan and Mohan. Hi Sabra, I built product-cep and the carbon module has the address method. Thank You, Sameera On Fri, Feb 27, 2015 at 11:39 AM, Sabra Ossen sa...@wso2.com wrote: Hi Sameera, Thank you for the clarification. Depending on a fix for this issue, I will use an

Re: [Dev] API Manager always returns back errors in XML

2015-02-26 Thread Prabath Siriwardena
Thanks.. But its should respect the Accept: application/json header.. Thanks regards, -Prabath On Thu, Feb 26, 2015 at 3:06 PM, Ajith Vitharana aji...@wso2.com wrote: By default application/xml, you can change that in _auth_failure_handler_.xml file under

[Dev] WSO2 BAM 3.0 M1 Released!

2015-02-26 Thread Anjana Fernando
The WSO2 BAM team is pleased to announce the first milestone release of WSO2 BAM v3.0. The distribution is available at [1]. The release includes the following new features. New Features - [BAM-1948 https://wso2.org/jira/browse/BAM-1948] - Data Abstraction Layer for Analytics - [BAM-1949

Re: [Dev] SVN DepSync partially checkout with latest AS snapshot build

2015-02-26 Thread Manoj Kumara
Hi Maheeka, I believe you have tested with the default svn-client-adapter. In next release we are planing to upgrade this to support svn 1.8.x. I was also able to test this with default pack. This seems to be some compatible issue with the latest adapter with the recent changed done on deployment

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

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

[Dev] [Jaggery] Facing an error while parsing an XML

2015-02-26 Thread Bhathiya Jayasekara
Hi all, I'm facing some issues while trying to read some values from a datasource XML. My code is like this. 1 var stub = new org.wso2.carbon.ndatasource.ui.stub.NDataSourceAdminStub('https://localhost:9443/services/NDataSourceAdmin'); 2 var client = stub._getServiceClient(); 3 var options

Re: [Dev] [Jaggery] Facing an error while parsing an XML

2015-02-26 Thread Bhathiya Jayasekara
Email was sent by mistake while typing. Sorry about that. I could resolve above parsing issue with below code. var dataSourceXml = new XML(' + dataSource + '); But I still can't read values from it. My code is like this. var url = dataSourceXml.*::['url'].text(); log.info(url);

Re: [Dev] [Jaggery] Facing an error while parsing an XML

2015-02-26 Thread Rajith Vitharana
Hi, Try using toXMLString() method. Thanks, On Thu, Feb 26, 2015 at 10:17 PM, Bhathiya Jayasekara bhath...@wso2.com wrote: Hi all, I'm facing some issues while trying to read some values from a datasource XML. My code is like this. 1 var stub = new

Re: [Dev] Lucene and Solr bundles package conflicts

2015-02-26 Thread Supun Sethunga
Hi, Is this fixed? We are facing the same issue in ML product as well. Thanks, Supun On Tue, Feb 24, 2015 at 1:14 PM, Gokul Balakrishnan go...@wso2.com wrote: Hi Danesh, Is there any update on the status of the above, because we'll have to attend to this before our M1 release? Thanks,

[Dev] Connection Refused exception after setting userDNpattern in user store configuration

2015-02-26 Thread Harshan Liyanage
Hi, When I configured the userDNpattern for my user-store configuration in IS 5.0.0, it gives the following exception at the server start-up when trying to login to the system. This exception was occurred after applying the service pack. It seems like the user-core is constructing the ldap

Re: [Dev] [Java 8] [AS Integration Tests] AS distribution fails to start after instrumenting using EMMA 2.1.5320

2015-02-26 Thread Dharshana Warusavitharana
Hi Sameera, Will have a look. Thank you, Dharshana. On Thu, Feb 26, 2015 at 6:56 PM, Sameera Jayasoma same...@wso2.com wrote: Hi Folks, AS integration tests are failing in Java 8 due to $Subject. Following is the error. *java.lang.ClassFormatError: Illegal local variable table length 5

Re: [Dev] Test failure in org.wso2.carbon.registry.social.impl module due to a commit to user.core 4.4.0-SNAPSHOT

2015-02-26 Thread Sameera Jayasoma
Thanks Thanuja. It works now. On Thu, Feb 26, 2015 at 2:54 PM, Thanuja Jayasinghe than...@wso2.com wrote: Hi Sameera, Please review and merge. https://github.com/wso2/carbon-registry/pull/31 https://github.com/wso2/carbon4-kernel/pull/150 Thanks, Thanuja On Thu, Feb 26, 2015 at

Re: [Dev] WSO2 Committers += Aiyadurai Rajeevn

2015-02-26 Thread Harsha Kumara
Congratulations Rajeevan! On Thu, Feb 26, 2015 at 5:44 PM, Aiyadurai Rajeevan rajeev...@wso2.com wrote: Thanks folks for your wishes. Thanks Regards, S.A.Rajeevan Software Engineer WSO2 Inc E-Mail: rajeev...@wso2.com | Mobile : +94776411636 On Thu, Feb 26, 2015 at 4:46 PM, Roshan

Re: [Dev] SVN DepSync partially checkout with latest AS snapshot build

2015-02-26 Thread Maheeka Jayasuriya
DepSync is working successfully in M7. Let me retry and see if I face any issues as you mention and will get back. Thanks, Maheeka Jayasuriya Software Engineer Mobile : +9450661 On Thu, Feb 26, 2015 at 3:23 PM, Aruna Karunarathna ar...@wso2.com wrote: Hi Manoj, On Thu, Feb 26, 2015 at

[Dev] [Java 8] [AS Integration Tests] AS distribution fails to start after instrumenting using EMMA 2.1.5320

2015-02-26 Thread Sameera Jayasoma
Hi Folks, AS integration tests are failing in Java 8 due to $Subject. Following is the error. *java.lang.ClassFormatError: Illegal local variable table length 5 in method org.wso2.carbon.tomcat.jndi.CarbonJavaURLContextFactory.init()V* Looks like Java 8 cannot understand the bytecode produced

Re: [Dev] WSO2 Committers += Senduran Balasubramaniyam

2015-02-26 Thread Kathees Rajendram
Congratulations Senduran! On Thu, Feb 19, 2015 at 10:32 AM, Niranda Perera nira...@wso2.com wrote: Congrats Senduran! On Thu, Feb 19, 2015 at 10:16 AM, Prasanna Dangalla prasa...@wso2.com wrote: Congratulations Senduran!!! On Thu, Feb 19, 2015 at 10:15 AM, Thanuja Jayasinghe

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

2015-02-26 Thread Niranda Perera
Hi Maheshika, It seems that you have only deployed spark-core and spark-sql bundles only. in the PR there were 5 more bundles required by these. hadoop-client v2.2.0 Uncommons Math v1.2.2 json4s-jackson_2.10 v3.2.10 twitter chill and java v0.5.0 stream v2.2.0 I'm afraid these were not deployed.

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

2015-02-26 Thread Maheshika Goonetilleke
Hi Niranda I deployed them now, my mistake. Please do check. On Thu, Feb 26, 2015 at 10:49 PM, Niranda Perera nira...@wso2.com wrote: Hi Maheshika, It seems that you have only deployed spark-core and spark-sql bundles only. in the PR there were 5 more bundles required by these.

Re: [Dev] [Jaggery] Facing an error while parsing an XML

2015-02-26 Thread Bhathiya Jayasekara
Hi Tanya, That worked like a charm. :) Thanks a lot. Regards, Bhathiya On Fri, Feb 27, 2015 at 12:00 AM, Tanya Madurapperuma ta...@wso2.com wrote: Hi Bhathiya, Try changing your line 13 to var dataSourceXml = new XML(new String(dataSource)); Thanks, Tanya On Thu, Feb 26,

Re: [Dev] [Jaggery] Facing an error while parsing an XML

2015-02-26 Thread Tanya Madurapperuma
Hi Bhathiya, Try changing your line 13 to var dataSourceXml = new XML(new String(dataSource)); Thanks, Tanya On Thu, Feb 26, 2015 at 10:39 PM, Bhathiya Jayasekara bhath...@wso2.com wrote: Email was sent by mistake while typing. Sorry about that. I could resolve above parsing

Re: [Dev] [API Manager] How to remove an API having active subscriptions - from the API Publisher....?

2015-02-26 Thread Ajith Vitharana
Hi Prabath, AFAIK, It can't do from publisher, first we need to remove the subscription from store , then delete from publisher. -Ajith On Thu, Feb 26, 2015 at 3:55 PM, Prabath Siriwardena prab...@wso2.com wrote: $subject... Thanks Regards, Prabath Twitter : @prabath LinkedIn :

Re: [Dev] [API Manager] How to remove an API having active subscriptions - from the API Publisher....?

2015-02-26 Thread Prabath Siriwardena
Yes.. but blocking wont allow you to delete it.. Thanks regards, -Prabath On Thu, Feb 26, 2015 at 1:15 PM, Ajith Vitharana aji...@wso2.com wrote: On Thu, Feb 26, 2015 at 4:04 PM, Prabath Siriwardena prab...@wso2.com wrote: Thanks..! But who has to remove the subscriptions...? Is it the

[Dev] [API Manager] How to remove an API having active subscriptions - from the API Publisher....?

2015-02-26 Thread Prabath Siriwardena
$subject... Thanks Regards, Prabath Twitter : @prabath LinkedIn : http://www.linkedin.com/in/prabathsiriwardena Mobile : +1 650 625 7950 http://blog.facilelogin.com http://blog.api-security.org ___ Dev mailing list Dev@wso2.org

Re: [Dev] [API Manager] How to remove an API having active subscriptions - from the API Publisher....?

2015-02-26 Thread Prabath Siriwardena
Thanks..! But who has to remove the subscriptions...? Is it the one who subscribed..? I think there needs to be a way to remove an API by the API Publisher... Thanks regards, -Prabath On Thu, Feb 26, 2015 at 1:00 PM, Ajith Vitharana aji...@wso2.com wrote: Hi Prabath, AFAIK, It can't do

Re: [Dev] [API Manager] How to remove an API having active subscriptions - from the API Publisher....?

2015-02-26 Thread Ajith Vitharana
On Thu, Feb 26, 2015 at 4:04 PM, Prabath Siriwardena prab...@wso2.com wrote: Thanks..! But who has to remove the subscriptions...? Is it the one who subscribed..? Currently yes. But I understand that , it is not possible when we have lots of user subscriptions. I think there needs to be

Re: [Dev] Use of UserDNPattern property in ADs

2015-02-26 Thread Harshan Liyanage
Thanks Asela. 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 Thu, Feb 26, 2015 at 12:28 PM, Asela Pathberiya as...@wso2.com wrote: On Thu,

Re: [Dev] [IS] Please review and mergr PR for IDENTITY-3028

2015-02-26 Thread Nuwandi Wickramasinghe
Hi, Code review feedback can be found in [1] [1] https://docs.google.com/a/wso2.com/document/d/1KGYP_yX3gXe3HuZmnkjNfnaJCpHsW2bOFoFlnaFLDXE On Wed, Feb 25, 2015 at 4:46 PM, Nuwandi Wickramasinghe nuwan...@wso2.com wrote: Hi, Please find the fix for [1] in PR [2] Thanks [1]

Re: [Dev] Please review and merge the fix

2015-02-26 Thread Hasintha Indrajee
Commited with https://github.com/wso2/carbon-identity/commit/aeb08a8d19430d95e68a61a0822a98e085fda64c On Thu, Feb 26, 2015 at 2:19 PM, Godwin Amila Shrimal god...@wso2.com wrote: Hi, This fix the charon version issue in carbon-identity. https://github.com/wso2/carbon-identity/pull/104/

[Dev] SVN DepSync partially checkout with latest AS snapshot build

2015-02-26 Thread Manoj Kumara
Hi Team, With latest AS product with carbon-commons version 4.3.4 SVN deployment synchronizer seems to be not working with latest svnClientBundle-1.0.0.jar and svn-client-adapter-1.10.5.wso2v1.jar 1.7.x with svn versioned repository. After discussing with KasunG I replaced these jars with

[Dev] json_2.0.0.wso2v1 bundle is missing in IS 5.1.0

2015-02-26 Thread Isura Karunaratne
Hi All, In carbon-multitenancy component[1], it has defined two values for orbit.version.json as follows, !-- JSON Version -- orbit.version.json2.0.0.wso2v1/orbit.version.json orbit.version.json1.0.0.wso2v1/orbit.version.json We require json_2.0.0.wso2v1 bundle for

Re: [Dev] json_2.0.0.wso2v1 bundle is missing in IS 5.1.0

2015-02-26 Thread KasunG Gajasinghe
Hi Isura, Verify which dependencies need json 1.0.0 version. If all of them can work with json 2.0.0, then please send a pull request for this change. On Thu, Feb 26, 2015 at 3:58 PM, Isura Karunaratne is...@wso2.com wrote: Hi All, In carbon-multitenancy component[1], it has defined two

[Dev] Internal Server Error when using the REST API.

2015-02-26 Thread Mohammed Fawsan
Hi, I am trying to authenticate a user via a HTML Form using AJAX. I'm trying to submit a HTML form to a REST API(created by pubudu) and it fails. I have several issues here. 1. I'm making a CORS request. ( My app resides in localhost:3000/login.html My server resides in

Re: [Dev] SVN DepSync partially checkout with latest AS snapshot build

2015-02-26 Thread Aruna Karunarathna
Hi Manoj, On Thu, Feb 26, 2015 at 3:14 PM, Manoj Kumara ma...@wso2.com wrote: Hi Team, With latest AS product with carbon-commons version 4.3.4 SVN deployment synchronizer seems to be not working with latest svnClientBundle-1.0.0.jar and svn-client-adapter-1.10.5.wso2v1.jar 1.7.x with svn

Re: [Dev] Internal Server Error when using the REST API.

2015-02-26 Thread Mohammed Fawsan
CORRECTION : The JS function looks like this. $(function(){ $(#loginform).submit(function(e){ e.preventDefault(); // var data = $(#loginform).serialize(); var data = {username : $(#username).val(),password : $(#password).val()};

Re: [Dev] WSO2 Committers += Aiyadurai Rajeevn

2015-02-26 Thread Roshan Deniyage
congrats rajeevan! Roshan Deniyage Associate Technical Lead WSO2, Inc: http://wso2.com Mobile: +94 777636406 Twitter: *https://twitter.com/roshku https://twitter.com/roshku* LinkedIn : https://www.linkedin.com/in/roshandeniyage On Thu, Feb 26, 2015 at 2:26 PM, Sam Sivayogam

Re: [Dev] json_2.0.0.wso2v1 bundle is missing in IS 5.1.0

2015-02-26 Thread Johann Nallathamby
Hi Kasun, 2.0.0.wso2v1 was already shipped with IS 5.0 pack which comes from same feature. The introduction of 1.0.0.wso2v1 to this POM seems to be a mistake. Thanks. On Thu, Feb 26, 2015 at 4:13 PM, KasunG Gajasinghe kas...@wso2.com wrote: Hi Isura, Verify which dependencies need json

Re: [Dev] WSO2 Committers += Aiyadurai Rajeevn

2015-02-26 Thread Pirinthapan Mahendran
Congrats Rajeevan !! Thanks. Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile +94772378732. On Thu, Feb 26, 2015 at 2:26 PM, Sam Sivayogam s...@wso2.com wrote: Congrats Rajeevan !!! On Thu, Feb 26, 2015 at 11:12 AM, Kalpa Welivitigoda kal...@wso2.com wrote: Congratulations

Re: [Dev] WSO2 Committers += Aiyadurai Rajeevn

2015-02-26 Thread Gayan Dhanushka
congratzz Rajeevan !!! On Thu, Feb 26, 2015 at 4:20 PM, Pirinthapan Mahendran pirintha...@wso2.com wrote: Congrats Rajeevan !! Thanks. Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile +94772378732. On Thu, Feb 26, 2015 at 2:26 PM, Sam Sivayogam s...@wso2.com wrote:

Re: [Dev] json_2.0.0.wso2v1 bundle is missing in IS 5.1.0

2015-02-26 Thread Isura Karunaratne
HI Kasun, Create a pull request : https://github.com/wso2/carbon-multitenancy/pull/29 Thanks Isura On Thu, Feb 26, 2015 at 4:13 PM, KasunG Gajasinghe kas...@wso2.com wrote: Hi Isura, Verify which dependencies need json 1.0.0 version. If all of them can work with json 2.0.0, then please

Re: [Dev] WSO2 Committers += Aiyadurai Rajeevn

2015-02-26 Thread Sam Sivayogam
Congrats Rajeevan !!! On Thu, Feb 26, 2015 at 11:12 AM, Kalpa Welivitigoda kal...@wso2.com wrote: Congratulations Rajeevan ! On Thu, Feb 26, 2015 at 10:23 AM, Ashan Dhananjaya ash...@wso2.com wrote: Congratulations :-) On Thu, Feb 26, 2015 at 10:21 AM, Manisha Gayathri

[Dev] Please review and merge the fix

2015-02-26 Thread Godwin Amila Shrimal
Hi, This fix the charon version issue in carbon-identity. https://github.com/wso2/carbon-identity/pull/104/ Thanks Godwin -- *Godwin Amila Shrimal* Senior Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware mobile: *+94772264165* linkedin: *http://lnkd.in/KUum6D

Re: [Dev] Internal Server Error when using the REST API.

2015-02-26 Thread Vinod Kavinda
Hi, Have you tried replacing $(#username).val() and $(#password).val() with just admin. Maybe ajax request is getting invoked before initialising the data obj. I guess there is no guarantee data is initialised first, right? Regards, Vinod Kavinda On Thu, Feb 26, 2015 at 4:04 PM, Mohammed Fawsan

[Dev] Jaggery server.address support in CEP 4.0.0

2015-02-26 Thread Sabra Ossen
Hi, I am getting the following error when trying to run the jaggery sample [1] in WSO2 CEP 4.0.0. The mentioned sample runs fine in WSO2 CEP 3.1.0. [2015-02-26 17:18:52,580] ERROR - {WebAppManager} org.mozilla.javascript.EcmaError: TypeError: Cannot find function address in object [object

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

2015-02-26 Thread Dimuthu De Lanerolle
Hi Kishanthan / KasunG, Please merge the below PR [1] which includes the fix for the above intermittent test failure. [1] https://github.com/wso2/carbon4-kernel/pull/151 Regards On Wed, Feb 25, 2015 at 4:40 PM, Dimuthu De Lanerolle dimut...@wso2.com wrote: Hi Kishanthan, Can you merge-back

Re: [Dev] Invitation: [Code Review] DataPublisher Rewrite @ Thu Feb 26, 2015 11am - 12pm (Sinthuja Ragendran)

2015-02-26 Thread Sinthuja Ragendran
Hi, Below points was discussed in the review: - Concern raised on keeping the events in a queue until it becomes full when all the receiver endpoints are not available in a specified receiver group, and use fail fast method. - Use three different states on the endpoint such as

Re: [Dev] Internal Server Error when using the REST API.

2015-02-26 Thread Gimantha Bandara
Hi Fawsan, Use JSON.Stringify on the data object submitted with POST. On Thu, Feb 26, 2015 at 4:04 PM, Mohammed Fawsan faws...@wso2.com wrote: CORRECTION : The JS function looks like this. $(function(){ $(#loginform).submit(function(e){ e.preventDefault(); // var data =

Re: [Dev] Jaggery server.address support in CEP 4.0.0

2015-02-26 Thread Inshaf Mahath
Hi Sabra, You can try [1] sample to get the runtime server address. [1] - https://gist.github.com/dulichan/9577696 On Thu, Feb 26, 2015 at 5:33 PM, Sabra Ossen sa...@wso2.com wrote: Hi, I am getting the following error when trying to run the jaggery sample [1] in WSO2 CEP 4.0.0. The

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

2015-02-26 Thread Viraj Rajaguru
Merged. Thanks, Viraj. On Thu, Feb 26, 2015 at 12:52 PM, 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/cloud-dev-studio/pull/2 [2] https://wso2.org/jira/browse/TOOLS-2721 Thanks,

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

2015-02-26 Thread Viraj Rajaguru
Merged. Thanks, Viraj. On Wed, Feb 25, 2015 at 6:21 PM, 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/cloud-dev-studio/pull/1 [2] https://wso2.org/jira/browse/TOOLS-2722 Thanks,

[Dev] [API Manager] Adding an API with the context wso2

2015-02-26 Thread Prabath Siriwardena
Created an API with the context wso2 and published it... This appears in store - and anyone can subscribe.. But not in the Gateway.. Is this a known issue... Thanks Regards, Prabath Twitter : @prabath LinkedIn : http://www.linkedin.com/in/prabathsiriwardena Mobile : +1 650 625 7950

Re: [Dev] [API Manager] Adding an API with the context wso2

2015-02-26 Thread Prabath Siriwardena
This is directly from the Publisher. It looks like something to do with the name.. When I created an new API with mywso2 it got published successfully... Thanks regards, -Prabath On Thu, Feb 26, 2015 at 2:58 PM, Ajith Vitharana aji...@wso2.com wrote: On Thu, Feb 26, 2015 at 5:22 PM, Prabath

Re: [Dev] [API Manager] Adding an API with the context wso2

2015-02-26 Thread Ajith Vitharana
On Thu, Feb 26, 2015 at 5:22 PM, Prabath Siriwardena prab...@wso2.com wrote: Created an API with the context wso2 and published it... This appears in store - and anyone can subscribe.. But not in the Gateway.. Is this a known issue... If you try with the Publisher REST API make sure to

Re: [Dev] API Manager always returns back errors in XML

2015-02-26 Thread Ajith Vitharana
By default application/xml, you can change that in _auth_failure_handler_.xml file under wso2am-1.8.0/repository/deployment/server/synapse-configs/default/sequences sequence name=_auth_failure_handler_ xmlns= http://ws.apache.org/ns/synapse; property name=error_message_type

[Dev] API Manager always returns back errors in XML

2015-02-26 Thread Prabath Siriwardena
I tried to call an API with an invalid access token - and following in the the response I get.. Shouldn't I get a JSON response here..? curl -H Authorization: Bearer 227f7e7119361b31f873b1b6b3abfdff -k -H Accept: application/json https://localhost:8243/mywso2/1.0.0/employee/4 ams:fault

Re: [Dev] WSO2 BAM 3.0 M1 Released!

2015-02-26 Thread Thilini Cooray
Hi, It is great to hear about BAM v3.0 milestone 1 release. I would like to go through the documentation. But the documentation for BAM v3.0 [1] returns Page not found. [1] https://docs.wso2.com/display/BAM300/WSO2+Business+Activity+Monitor+Documentation Thank you. On Fri, Feb 27, 2015 at

Re: [Dev] Lucene and Solr bundles package conflicts

2015-02-26 Thread Danesh Kuruppu
Hi Supun/ Gokul, No, this is not yet fixed. As we are decided to move to java 8. we are currently having feasibility study of moving to solr 5.0. Will update you soon. Thanks Danesh On Thu, Feb 26, 2015 at 9:16 PM, Supun Sethunga sup...@wso2.com wrote: Hi, Is this fixed? We are facing the

Re: [Dev] Creating a JAX-RS service project using WSO2 Developer Studio in eclipse

2015-02-26 Thread Awanthika Senarath
Hi Chanaka, AFAIK you need to clean the project and trigger a build to get it, it should work that way. Anyways could you please share the stack trace you are getting? also you can refer [1] on this as well.. [1]

Re: [Dev] wso2 ESB error accessing https proxy service - No subject alternative names present

2015-02-26 Thread Udara Liyanage
Hi, Can you try by adding following parameter to the proxy configuration parameter name=enablePublishWSDLSafeModetrue/parameter On Thu, Feb 19, 2015 at 3:42 PM, Akila Nimantha [IT/EKO/LOITS] aki...@lolctech.com wrote: *Hi all,* *I'm trying to create a proxy service where the endpoint

Re: [Dev] [API Manager] How to remove an API having active subscriptions - from the API Publisher....?

2015-02-26 Thread Sanjeewa Malalgoda
On Fri, Feb 27, 2015 at 3:29 AM, Ajith Vitharana aji...@wso2.com wrote: On Thu, Feb 26, 2015 at 4:17 PM, Prabath Siriwardena prab...@wso2.com wrote: Yes.. but blocking wont allow you to delete it.. Yes. Currently no clean approach to delete it. But this is a workaround: 1. Change

[Dev] [BAM] Facing an error while creating dashboard according to the Quick Start Guide

2015-02-26 Thread Lakshani Gamage
Hi , When I'm trying to create a dashboard according to [1], I got following pop up box. Although, I gave all the compulsory fields. No back end exceptions observed. Is there any reason? [image: Inline image 1] [1] - https://docs.wso2.com/display/BAM250/Quick+Start+Guide Thank you. --

[Dev] [BAM] Facing an error while creating dashboard according to the Quick Start Guide

2015-02-26 Thread Lakshani Gamage
Hi , When I'm trying to create a dashboard according to [1], I got following pop-up message. Although, I gave all the compulsory fields. No back end exceptions observed. Is there any reason? [image: Inline image 1] [1] - https://docs.wso2.com/display/BAM250/Quick+Start+Guide Thank you. --

Re: [Dev] WSO2 Committers += Senduran Balasubramaniyam

2015-02-26 Thread Lasitha Wattaladeniya
Congratulations ! On Fri, Feb 27, 2015 at 9:12 AM, Akalanka Pagoda Arachchi darsha...@wso2.com wrote: Congratz Sendu On Thu, Feb 26, 2015 at 11:20 PM, Kathees Rajendram kath...@wso2.com wrote: Congratulations Senduran! On Thu, Feb 19, 2015 at 10:32 AM, Niranda Perera

Re: [Dev] SVN DepSync partially checkout with latest AS snapshot build

2015-02-26 Thread Maheeka Jayasuriya
Hi Manoj, Yes I tried with the default adapter and for a svn 1.7.x server and that worked fine for me. If possible please share the latest adapter for me to give it a try. Thanks, Maheeka Jayasuriya Software Engineer Mobile : +9450661 On Thu, Feb 26, 2015 at 7:04 PM, Manoj Kumara

Re: [Dev] Internal Server Error when using the REST API.

2015-02-26 Thread Mohammed Fawsan
Hi Gimantha, It worked. Thanks a lot. -Cheers On Thu, Feb 26, 2015 at 5:35 PM, Gimantha Bandara giman...@wso2.com wrote: Hi Fawsan, Use JSON.Stringify on the data object submitted with POST. On Thu, Feb 26, 2015 at 4:04 PM, Mohammed Fawsan faws...@wso2.com wrote: CORRECTION : The JS

Re: [Dev] WSO2 Committers += Senduran Balasubramaniyam

2015-02-26 Thread Akalanka Pagoda Arachchi
Congratz Sendu On Thu, Feb 26, 2015 at 11:20 PM, Kathees Rajendram kath...@wso2.com wrote: Congratulations Senduran! On Thu, Feb 19, 2015 at 10:32 AM, Niranda Perera nira...@wso2.com wrote: Congrats Senduran! On Thu, Feb 19, 2015 at 10:16 AM, Prasanna Dangalla prasa...@wso2.com

Re: [Dev] Supporting blocking calls in Call mediator

2015-02-26 Thread Kathees Rajendram
Hi Isuru, I will additionally add the following section for blocking functionality in call mediator. Thanks Kathees ​ On Thu, Feb 26, 2015 at 10:48 AM, Kathees Rajendram kath...@wso2.com wrote: Hi Isuru, I have implemented the blocking functionality in call mediator. Please find the

Re: [Dev] [Java 8] [AS Integration Tests] AS distribution fails to start after instrumenting using EMMA 2.1.5320

2015-02-26 Thread Dharshana Warusavitharana
Hi Sameera, Thank you for sharing the pack. I tried to execute integration test pointing the pack you have shared. Its not only the tomcat bundle that gives error it sees some other bundles too. Seems like EMMA is no longer have support for latest JDKs. Since EMMA is off development since 2005

Re: [Dev] Creating a JAX-RS service project using WSO2 Developer Studio in eclipse

2015-02-26 Thread Chanaka Cooray
Hi Awanthika, I did mvn clean install command to build the target .war file, It seems that output .war file doesn't contain the external libraries. Here the stacktrace I'm getting. java.lang.NoClassDefFoundError: org/codehaus/jackson/JsonGenerationException

Re: [Dev] Creating a JAX-RS service project using WSO2 Developer Studio in eclipse

2015-02-26 Thread Awanthika Senarath
Hi Chanaka, Adding the dependency to the pom.file alone will not ensure that it gets packed into the war ouput . As explained in [1] you need to have the subject jar in the project/WEB-INF/lib folder in order to get it packed into your war file. You can refer [2] to see how to get this done .

Re: [Dev] Jaggery server.address support in CEP 4.0.0

2015-02-26 Thread Sabra Ossen
Hi, I tried it. But it returns https://null:9443; as the server address, I have shown the code segment below. The host variable is null. var carbon = require('carbon'); var getAddress = function(transport){ var process = require(process), host =

[Dev] Limitation in loading characters in UTF-8 using fmt:bundle in JSP page

2015-02-26 Thread Nuwan Wimalasekara
Hi In SSO login page (authenticationendpoint.war) we are using fmt:bundle tag to localise the text in pages. fmt tag use PropertyResourceBundle class[1] itself to load the text and It reads the text in ISO-8859-1. So unable to handle the UTF-8 characters in resource properly. files For an

[Dev] Creating a JAX-RS service project using WSO2 Developer Studio in eclipse

2015-02-26 Thread Chanaka Cooray
Hi, I created a jax-rs service using the wso2 developer studio. I want to add an external library to that project. I added that to the pom as a dependency. But it is not working. Any help on this would be appreciated. Thanks, -- *Chanaka Sampath Cooray* Software Engineering Intern, WSO2 Lanka

Re: [Dev] Registry related tenant data deletion

2015-02-26 Thread Kishanthan Thangarajah
Hi Senaka, We have an approach known as TenantMgtListener, where all the registered listeners will get notified when a tenant is created or deleted. There are methods (onPreDelete, onPostDelete, etc) that gets called by the tenant-mgt core component during tenant deletion. So for all component

Re: [Dev] [API Manager] How to remove an API having active subscriptions - from the API Publisher....?

2015-02-26 Thread Ajith Vitharana
On Thu, Feb 26, 2015 at 11:37 PM, Sanjeewa Malalgoda sanje...@wso2.com wrote: On Fri, Feb 27, 2015 at 3:29 AM, Ajith Vitharana aji...@wso2.com wrote: On Thu, Feb 26, 2015 at 4:17 PM, Prabath Siriwardena prab...@wso2.com wrote: Yes.. but blocking wont allow you to delete it.. Yes.

Re: [Dev] Registry related tenant data deletion

2015-02-26 Thread Shashika Karunatilaka
HI Kishanthan, Currently i have done some implementation on registry related data deletion, removing solr indexes. But there are scenarios i have to consider where deleting registry related data in mounted environment. Thank you. On Fri, Feb 27, 2015 at 10:00 AM, Kishanthan Thangarajah

Re: [Dev] Creating a JAX-RS service project using WSO2 Developer Studio in eclipse

2015-02-26 Thread Chanaka Cooray
Hi Awanthika, I made changes to the pom build tag as indicated in your message. It worked! Thanks a lot. On Fri, Feb 27, 2015 at 10:03 AM, Awanthika Senarath awanth...@wso2.com wrote: Hi Chanaka, Adding the dependency to the pom.file alone will not ensure that it gets packed into the war