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

2015-02-23 Thread Kesavan Yogarajah
Registration of new OAuth 1.0 clients is closed. Refer [1]. [1] https://developers.google.com/accounts/docs/OAuth_ref#SigningOAuth Kesavan Yogarajah Associate Software Engineer WSO2 Inc. Mob: +94 779758021 On Tue, Feb 24, 2015 at 1:17 PM, Tharindu Edirisinghe wrote: > AFAIK *oauthConsumerKe

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

2015-02-23 Thread Tharindu Edirisinghe
You'll find [1] informative regarding this. [1] http://www.programcreek.com/java-api-examples/index.php?api=com.google.gdata.client.authn.oauth.GoogleOAuthHelper On Tue, Feb 24, 2015 at 1:17 PM, Tharindu Edirisinghe wrote: > AFAIK *oauthConsumerKey* is same as *CLIENT ID* and *oauthConsumerSecr

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

2015-02-23 Thread Danushka Fernando
For the mentioned issues, I think runtime configs are meaningful for jaggery applications and there are ways to access them from jaggery AFAIR. We can use some code similar to java code. However there are application types these things are not meaningful so we can have a property like runtimeConfig

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

2015-02-23 Thread Tharindu Edirisinghe
AFAIK *oauthConsumerKey* is same as *CLIENT ID* and *oauthConsumerSecret* is* CLIENT SECRET*. [1]. [1] http://stackoverflow.com/questions/11744772/does-oauth-2-0-need-consumer-key-consumer-secret On Tue, Feb 24, 2015 at 12:18 PM, Naasheer Ali wrote: > Hi Kesaven, Tharindu, > > I've done those s

Re: [Dev] Lucene and Solr bundles package conflicts

2015-02-23 Thread Gokul Balakrishnan
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, On 4 February 2015 at 22:54, Danesh Kuruppu wrote: > Hi Gimantha, > > Sorry for the delay in responding. > Problem seems to be when importing packages in registry-in

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

2015-02-23 Thread Dilan Udara Ariyaratne
Hi All, I tried to start the server by manually creating the tables this time and still the same error happens to pop up at the browser. So, this time, it's without the -Dsetup option. However, a secondary restart of the server will not still run into this issue as in the previous case. Regards,

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

2015-02-23 Thread KasunG Gajasinghe
Hi Niranda, Please do the following sugestions on these orbit bundles. There's a quite number of orbits here, hence the long list! 1. Set the dependencies as optional. 2. The groupId should start with org.wso2.*. This is a recent addition to policy to make our orbit bundles compatible with maven

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

2015-02-23 Thread Johann Nallathamby
Commented on the PR. Once resolved can merge PR. On Tue, Feb 24, 2015 at 12:29 PM, Chanika Geeganage wrote: > Hi, > > The user.core depends on ndatasource.rdbms module to get a datasource for > realm datasource and user store datasource. Recently we had to add > ndatasource.core dependency to nd

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

2015-02-23 Thread Dimuthu Leelarathne
Hi all, I am looking at JIRA issues. APPFAC-2900 and APPFAC-2960. I believe the most correct way to fix it, is by adding the following to the apptype.xml and runtime.xml. - datasourceSupport - apptype.xml because it is something that comes with the app type. For example java has datasourc

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

2015-02-23 Thread KasunG Gajasinghe
Sure Sameera. On Tue, Feb 24, 2015 at 12:32 PM, Sameera Jayasoma wrote: > KasunG can you have a look at this. > > > On Tue, Feb 24, 2015 at 10:20 AM, Niranda Perera wrote: > >> Hi Sameera, >> >> Please review and merge this PR [1] >> >> It adds the spark core and sql v1.2.1 to the orbit togethe

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

2015-02-23 Thread Sameera Jayasoma
KasunG can you have a look at this. On Tue, Feb 24, 2015 at 10:20 AM, Niranda Perera wrote: > Hi Sameera, > > Please review and merge this PR [1] > > It adds the spark core and sql v1.2.1 to the orbit together with, > hadoop-client v2.2.0 > Uncommons Math v1.2.2 > json4s-jackson_2.10 v3.2.10 >

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

2015-02-23 Thread Chanika Geeganage
Hi, The user.core depends on ndatasource.rdbms module to get a datasource for realm datasource and user store datasource. Recently we had to add ndatasource.core dependency to ndatasource.rdbms module in order to fix an issue. Then it created a cyclic dependency with the following order. org.wso2

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

2015-02-23 Thread Naasheer Ali
Hi Kesaven, Tharindu, I've done those steps and I got CLIENT ID, CLIENT SECRET, REDIRECT URIS, Refresh Token and Access token. where I can find oauthConsumerKey, oauthConsumerSecret*,* oauthAccessToken *,* oauthAccessTokenSecret these parameters? Regards, -- *Naasheer Ali* | Associate Softwar

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

2015-02-23 Thread Tharindu Edirisinghe
Hi Naasheer, Did you try out [1] ? [1] https://developers.google.com/accounts/docs/OAuth2 On Tue, Feb 24, 2015 at 12:06 PM, Naasheer Ali wrote: > Hi Buddima, > > To put inline I need to get the parameters from google. I could not find > those parameters from the api. > Are there any possibil

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

2015-02-23 Thread Kesavan Yogarajah
Hi Naasheer, You can get the credentials such as a client ID and client secret from the Google Developers Console[1]. [1]https://console.developers.google.com Kesavan Yogarajah Associate Software Engineer WSO2 Inc. Mob: +94 779758021 On Mon, Feb 23, 2015 at 5:42 PM, Tharindu Edirisinghe wrot

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

2015-02-23 Thread Naasheer Ali
Hi Buddima, To put inline I need to get the parameters from google. I could not find those parameters from the api. Are there any possibilities to fine those parameters from goolge. Regards, -- *Naasheer Ali* | Associate Software Engineer WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka Em

Re: [Dev] Integration Common dependencies are not found under 4.3.0

2015-02-23 Thread Hemika Kodikara
Hi all, Incase if you are looking for other dependencies which are missing, use[1] to get the info on the dependencies. You can search it by the artifact name, which will give you the groupId and etc. [1] - http://maven.wso2.org/nexus/index.html#welcome Regards, Hemika Hemika Kodikara Software

[Dev] [Carbon] Should we serialize objects when storing in Carbon registry

2015-02-23 Thread Thusitha Thilina Dayaratne
Hi All, Since *setContent* method in the resource accepts *Object *type as the value, I've set HashMap directly in the resource and put it in the registry as follows Resource orderRes = registry.newResource(); > orderRes.setContent(orders); > registry.put("orders_location", orderRes); But when

Re: [Dev] Integration Common dependencies are not found under 4.3.0

2015-02-23 Thread Tharik Kanaka
Hi Irham, Thank you very much now its being built successfully. Actually those dependencies were included in last year, anyway i replaced them. Regards, On Tue, Feb 24, 2015 at 11:26 AM, Irham Iqbal wrote: > Hi Tharik, > > I think your dependency group ids are wrong(i.e org.wso2.carbon). Pleas

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

2015-02-23 Thread Chanaka Fernando
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 deployment. If we go with the second approach, it will behave in 2 different ways. Thanks, Chanaka On Tue

[Dev] Exception when running ESB test cases.

2015-02-23 Thread Irham Iqbal
Hi, In ESB tests inside @AfterClass method when calling super.cleanup(); I am getting the following exception. Code: @AfterClass(alwaysRun = true) public void deleteService() throws Exception { super.cleanup(); } Exception: java.lang.Exception: Error when deleting InboundEndpoint

Re: [Dev] [DEV][API-M] Error in WikipediaAPI sample

2015-02-23 Thread Vinod Kavinda
Hi, I have open the following issue. https://wso2.org/jira/browse/APIMANAGER-3338. Regards, Vinod Kavinda On Mon, Feb 23, 2015 at 9:18 PM, Ajith Vitharana wrote: > Please open public jira for AM project. > > -Ajith > > On Mon, Feb 23, 2015 at 10:45 AM, Malith Munasinghe > wrote: > >> Hi Kavin

Re: [Dev] Integration Common dependencies are not found under 4.3.0

2015-02-23 Thread Irham Iqbal
Hi Tharik, I think your dependency group ids are wrong(i.e org.wso2.carbon). Please use the dependencies as following . org.wso2.carbon.automation org.wso2.carbon.automation.test.utils ${carbon.automation.version} org.wso2.carbon.automation org.wso2.carbon.automation.engin

[Dev] Integration Common dependencies are not found under 4.3.0

2015-02-23 Thread Tharik Kanaka
Hi All, I am rebuilding an CodePlex ESB connector i am getting following error. Please refer the pom file [1]. This was built in last year for 4.3.0-SNAPSHOt version. Failed to execute goal on project org.wso2.carbon.connector.codeplex: Could not resolve dependencies for project org.wso2.carbon.c

[Dev] Please merge PR for [IDENTITY-3059]

2015-02-23 Thread Tharindu Edirisinghe
Hi, $subject. Fix for [1] is in PR [2]. [1] https://wso2.org/jira/browse/IDENTITY-3059 [2] https://github.com/wso2/carbon-identity/pull/99 Thank you TharinduE -- Tharindu Edirisinghe Software Engineer | WSO2 Inc Identity Server Team mobile : +94 775 181586

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

2015-02-23 Thread Udara Liyanage
Hi Chanaka, Sorry if I am providing my suggestions too late. >From the point of view of implementation aspect first approach is easy. However from users point of view second option is the desired option. Users may get confused when they see different results when they restart the server, for inst

Re: [Dev] Registry related tenant data deletion

2015-02-23 Thread Danesh Kuruppu
Hi Shashika, In solr indexing, we store the resource by its tenant_id (indexed_document_id = resourcePath + "tenant" + tenantId) e.g: Assume you stored resource from the tenant1, indexed document id looks like below, "id": "/_system/governance/services/aaa/aaa/1.0.0*tenantId1*" You can get all

Re: [Dev] [GSoC-2015] Proposal 12: Deep Learning for WSO2 Machine Learner

2015-02-23 Thread Tharindu Peiris
Hi all, Yes thanks for the quick response and definitely we can meet and talk about in WSO2. now I trying to go throw the references and give a little bit time for that. I think you may expect a system in functionally like "matlab neural network network toolbox" for deep learning , but entire imp

Re: [Dev] Please review and merge the pull request and commit the diff to org.wso2.carbon.user.core_4.2.0

2015-02-23 Thread Aruna Karunarathna
This is committed under revision r211519 by manoj. On Mon, Feb 23, 2015 at 7:21 PM, Kishanthan Thangarajah wrote: > Hi Jayanga, Aruna, > > Can one of you review and merge this? > > > On Mon, Feb 23, 2015 at 11:24 AM, Prasad Tissera wrote: > >> $subject please. Thanks. >> >> [1]. https://wso2.o

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

2015-02-23 Thread Niranda Perera
Hi Sameera, Please review and merge this PR [1] It adds the spark core and sql v1.2.1 to the orbit together with, 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 Would be very grateful if you could attend to this ASAP because we

Re: [Dev] [APIM] Pizza Shack Sample Login Error

2015-02-23 Thread Anuja Herath
Hi, I had mistakenly changed offset in APIM carbon.xml which needs be AS carbon.xml Problem Solved. On Tue, Feb 24, 2015 at 10:06 AM, Sandamal Weerasinghe wrote: > Hi Anuja, > > It should attempt to connect to something like > http://localhost:8280/pizzashack/menu/1.0.0 It seems that you've >

Re: [Dev] [APIM] Pizza Shack Sample Login Error

2015-02-23 Thread Sandamal Weerasinghe
Hi Anuja, It should attempt to connect to something like http://localhost:8280/pizzashack/menu/1.0.0 It seems that you've conffigured the APIs wrong. Thanks. Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd Mobile - +94-77-144-9640 On Mon, Feb 23, 2015 at 6:52 PM, Anuja Herath

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

2015-02-23 Thread Isuru Udana
On Tue, Feb 24, 2015 at 9:37 AM, Shafreen Anfar wrote: > Hi Guys, > > Back to Chanaka's original discussion :). +1 for the first option. If one > wants deactivate the MP and persist it, he can simply do it by editing the > MP and setting the value rather than using the deactivation button. > +1.

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

2015-02-23 Thread Shafreen Anfar
Hi Guys, Back to Chanaka's original discussion :). +1 for the first option. If one wants deactivate the MP and persist it, he can simply do it by editing the MP and setting the value rather than using the deactivation button. On Wed, Feb 18, 2015 at 2:50 PM, Anjana Fernando wrote: > Hi Ravindra

Re: [Dev] Scopes validation issue when Using WSO2 Identity Server as a Key Manager

2015-02-23 Thread Samuel Gnaniah
Let me check this with the team and I'll add it in. *Samuel Gnaniah* Senior Technical Writer WSO2 (pvt.) Ltd. Colombo, Sri Lanka (+94) 773131798 On Mon, Feb 23, 2015 at 8:35 PM, Nuwan Wimalasekara wrote: > Hi Samuel, > > DataSource configuration in application-authentication.xml should be > up

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

2015-02-23 Thread anj...@wso2.com
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20150224T093000Z DTEND:20150224T103000Z DTSTAMP:20150224T034652Z ORGANIZER;CN=Anjana Fernando:mailto:anj...@wso2.com UID:h9sogvlpdli9iphfsdmvjnc...@google.com ATTENDE

[Dev] APIM - SSO _SAML API Implementation , the production url of the API is not getting updated correctly at the API implementation stage

2015-02-23 Thread Dimuthu De Lanerolle
I noticed after we create the API using a HTTP client when we publish the same, though in the index page it shows API as PUBLISHED the Life cycle state under the 'Life cycle' tab , API state is shown as CREATED. Investigating further I found that the reason behind this issue is tough we send the

Re: [Dev] Please commit to patch0010 and merge the pull request

2015-02-23 Thread Johann Nallathamby
OK. Didn't see that. Thanks. On Tue, Feb 24, 2015 at 7:07 AM, Prasad Tissera wrote: > It's duplicate of CARBON- 15180. > I think I have marked it as duplicate. > > Sent from my mobile > On Feb 24, 2015 5:43 AM, "Johann Nallathamby" wrote: > >> Hi Prasa

Re: [Dev] Please commit to patch0010 and merge the pull request

2015-02-23 Thread Prasad Tissera
It's duplicate of CARBON- 15180. I think I have marked it as duplicate. Sent from my mobile On Feb 24, 2015 5:43 AM, "Johann Nallathamby" wrote: > Hi Prasad, > > What is CARBON-15179 for ? > Looks the same as

Re: [Dev] Please commit to patch0010 and merge the pull request

2015-02-23 Thread Johann Nallathamby
Hi Prasad, What is CARBON-15179 for ? Looks the same as CARBON-15180 to me. On Mon, Feb 23, 2015 at 6:16 PM, Prasad Tissera wrote: > $subject please. Fixes for [1] and [2]. Thanks. > > [1]. https://wso2.org/

Re: [Dev] [GSoC-2015] Proposal 12: Deep Learning for WSO2 Machine Learner

2015-02-23 Thread Nirmal Fernando
Thanks Tharindu for your interest on the project. You can use this thread to ask any specific questions that you may have regarding the idea. We are looking forward for your questions. On Mon, Feb 23, 2015 at 9:22 PM, Tharindu Peiris wrote: > Hi, > > I'm Tharindu Madushanka, an undergraduate stu

Re: [Dev] [GSoC-2015] Proposal 12: Deep Learning for WSO2 Machine Learner

2015-02-23 Thread Supun Sethunga
[looping Srinath, Nirmal and Upul] On Mon, Feb 23, 2015 at 9:22 PM, Tharindu Peiris wrote: > Hi, > > I'm Tharindu Madushanka, an undergraduate student In University of Colombo > School of Computing Sri lanka, > also an internship student in Lanka software foundation. > > I interesting about the

[Dev] [GSoC-2015] Proposal 12: Deep Learning for WSO2 Machine Learner

2015-02-23 Thread Tharindu Peiris
Hi, I'm Tharindu Madushanka, an undergraduate student In University of Colombo School of Computing Sri lanka, also an internship student in Lanka software foundation. I interesting about the gsoc project proposal [12]. I have good experience with D3 , java and web development. also I did a litera

Re: [Dev] [DEV][API-M] Error in WikipediaAPI sample

2015-02-23 Thread Ajith Vitharana
Please open public jira for AM project. -Ajith On Mon, Feb 23, 2015 at 10:45 AM, Malith Munasinghe wrote: > Hi Kavinda, > > Thank You for the heads up! I also met with this error. Changing the curl > script helped me to handle that error. > > Also I tried ignoring the error as well. The sample

Re: [Dev] [DEV][API-M] Error in WikipediaAPI sample

2015-02-23 Thread Malith Munasinghe
Hi Kavinda, Thank You for the heads up! I also met with this error. Changing the curl script helped me to handle that error. Also I tried ignoring the error as well. The sample worked despite the error. Thanks, On Mon, Feb 23, 2015 at 5:51 PM, Vinod Kavinda wrote: > hi, > When following the [

Re: [Dev] Scopes validation issue when Using WSO2 Identity Server as a Key Manager

2015-02-23 Thread Nuwan Wimalasekara
Hi Samuel, DataSource configuration in application-authentication.xml should be updated to jdbc/WSO2AM_DB. It is also missing in the doc. Can you please add this as well. Thanks, Nuwanw On Mon, Feb 23, 2015 at 4:39 AM, Samuel Gnaniah wrote: > Thanks for reporting this! Added the info into th

Re: [Dev] Please commit to patch0010 and merge the pull request

2015-02-23 Thread Kishanthan Thangarajah
Hi Manoj, Can you review and merge this? On Mon, Feb 23, 2015 at 6:16 PM, Prasad Tissera wrote: > $subject please. Fixes for [1] and [2]. Thanks. > > [1]. https://wso2.org/jira/browse/CARBON-15178 > [2]. https://wso2.org/jira/browse/CARBON-15180 > > -- > Prasad Tissera > Software Engineer. > Mo

Re: [Dev] Please review and merge the pull request and commit the diff to org.wso2.carbon.user.core_4.2.0

2015-02-23 Thread Kishanthan Thangarajah
Hi Jayanga, Aruna, Can one of you review and merge this? On Mon, Feb 23, 2015 at 11:24 AM, Prasad Tissera wrote: > $subject please. Thanks. > > [1]. https://wso2.org/jira/browse/IDENTITY-3073 > > Regards, > Prasad. > > On Mon, Feb 23, 2015 at 11:13 AM, Prasad Tissera wrote: > >> >> >> On Fri,

Re: [Dev] Registry related tenant data deletion

2015-02-23 Thread Senaka Fernando
Hi Shashika, I believe this is the only way to do this. There are several things to note here. 1. In memory data - Ideally unloading the tenant should clean-up all of this and if it does not there is an issue. 2. DB data - all the tables have a tenant-id column. What you need is a query to delete

Re: [Dev] Improving the Dashboard of UES

2015-02-23 Thread Dunith Dhanushka
Hi Vidura, Could you please elaborate more on why you are not going to use existing UES pub/sub mechanism? What are the shortcomings it has and how do you plan to overcome them with your new implementation? Thanks, Dunith On Tue, Feb 17, 2015 at 1:55 PM, Vidura Mudalige wrote: > Hi Gayan, > >

[Dev] [APIM] Pizza Shack Sample Login Error

2015-02-23 Thread Anuja Herath
Hi, I'm getting following error in APIM console when try to login from Pizza shack web app. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"; SOAP-ENV:mustUnderstand="1"> yourn...@t-online.de http://docs.oasis-open.

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

2015-02-23 Thread Sameera Jayasoma
SupunM, Can you look into the if this not already done? Thanks, Sameera. On Thu, Feb 19, 2015 at 12:17 PM, Chanuka Dissanayake wrote: > Hi, > > $subject. Contains fixes for [1] and [2]. PR is in [3]. > > [1] https://wso2.org/jira/browse/APPM-333 > [2] https://wso2.org/jira/browse/IDENTITY-3052

Re: [Dev] Registry Access Using Carbon Context

2015-02-23 Thread KasunG Gajasinghe
Axiom jars are probably packaged inside your webapp. Axiom is also exposed from Carbon. On Mon, Feb 23, 2015 at 6:09 PM, Danushka Fernando wrote: > Seems a class like loading issue. Do you have same class in two places in > the server. > On Feb 23, 2015 3:30 PM, "Pubudu Dodangoda" wrote: > >> I

Re: [Dev] [GReg] [Sample] Subscribing `internal/everyone` role fails with UserStoreException

2015-02-23 Thread Danushka Fernando
According to the exception, this error occurs in HybridRoleManager getUserListOfHybridRole method. Since it works for admin role it means, this doesn't happen for primary userstore roles. On Feb 23, 2015 5:24 PM, "Rasika Perera" wrote: > Hi all, > > I am using GReg 4.6.0 and running `Issue Track

[Dev] Please commit to patch0010 and merge the pull request

2015-02-23 Thread Prasad Tissera
$subject please. Fixes for [1] and [2]. Thanks. [1]. https://wso2.org/jira/browse/CARBON-15178 [2]. https://wso2.org/jira/browse/CARBON-15180 -- Prasad Tissera Software Engineer. Mobile : +94777223444 ___ Dev mailing list Dev@wso2.org http://wso2.org/c

Re: [Dev] Registry Access Using Carbon Context

2015-02-23 Thread Danushka Fernando
Seems a class like loading issue. Do you have same class in two places in the server. On Feb 23, 2015 3:30 PM, "Pubudu Dodangoda" wrote: > I am trying to access the local registry (to save and to get a resource) > > I get the following exception, > > java.lang.RuntimeException: org.apache.cxf.int

Re: [Dev] Scopes validation issue when Using WSO2 Identity Server as a Key Manager

2015-02-23 Thread Samuel Gnaniah
Thanks for reporting this! Added the info into the docs under step 8.h in the Configuring the Identity Server section [1]. Please check and see if anything more needs to be mentioned for this. [1] - https://docs.wso2.com/display/CLUSTER420/Configuring+WSO2+Identity+Server+as+the+Key+Manager *Samu

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

2015-02-23 Thread Danushka Fernando
You don't have to use saml here. You can use mutual authenticator or signed jwt authenticator. On Feb 23, 2015 2:59 PM, "Senduran Balasubramaniyam" wrote: > Hi All, > > I was able to do the $subject as follows > >- enabled sso for publisher and ESB (Enabled Audience Restriction) >- called

[Dev] [DEV][API-M] Error in WikipediaAPI sample

2015-02-23 Thread Vinod Kavinda
hi, When following the [1], it gives the following error, 'org.wso2.carbon.registry.core.exceptions.ResourceNotFoundException: Resource does not exist at path /_system/governance/apimgt/applicationdata/provider/admin/admin/1.0.0/api' when doing the step 2. Reason for this is a wrong argument in

Re: [Dev] Scopes validation issue when Using WSO2 Identity Server as a Key Manager

2015-02-23 Thread Pushpalanka Jayawardhana
Hi, It seems we have missed to do this update yet. Shall we do this asap. Thanks, Pushpalanka. -- Pushpalanka Jayawardhana, B.Sc.Eng.(Hons). Software Engineer, WSO2 Lanka (pvt) Ltd; wso2.com/ Mobile: +94779716248 Blog: pushpalankajaya.blogspot.com/ | LinkedIn: lk.linkedin.com/in/pushpalanka/ |

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

2015-02-23 Thread Tharindu Edirisinghe
Hi Naasheer, You need to create a service provider and configure OAuth app. Refer [1]. [1] http://blog.lasindu.com/2014/12/wso2-identity-server-provision-service.html On Mon, Feb 23, 2015 at 5:15 PM, Naasheer Ali wrote: > Hi, > > I'm trying to enable OAuth support to google spreadsheet conne

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

2015-02-23 Thread Buddhima Wijeweera
Hi, Did you try put then inline rather doing a vault-lookup? Thanks! On Mon, Feb 23, 2015 at 5:15 PM, Naasheer Ali wrote: > Hi, > > I'm trying to enable OAuth support to google spreadsheet connector. > google spreadsheet supports to oauth2, I have created a project and got the > access token

[Dev] Please Review the Pull Requests

2015-02-23 Thread Chanaka Cooray
Hi, Please review and merge the pull requests for java 8 support. [1] for axiom, [2] for wss4j, [3] for axis2 and [4] for carbon4-kernel. [1] https://github.com/wso2/wso2-axiom/pull/17 [2] https://github.com/wso2/wso2-wss4j/pull/10 [3] https://github.com/wso2/wso2-axis2/pull/28 [4] https://githu

[Dev] [GReg] [Sample] Subscribing `internal/everyone` role fails with UserStoreException

2015-02-23 Thread Rasika Perera
Hi all, I am using GReg 4.6.0 and running `Issue Tracker Sample `. After creating the RXT artifact it is working as expected. At the last step, it is needed to subscribe for notifications.

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

2015-02-23 Thread Naasheer Ali
Hi, I'm trying to enable OAuth support to google spreadsheet connector. google spreadsheet supports to oauth2, I have created a project and got the access token and refresh token. But in the documentation[1] in order to get access token I need the following parameters but I could not get the par

Re: [Dev] [Carbon] Carbon Component Implementation : Exception in generating service stub

2015-02-23 Thread Sewmini Jayaweera
Hi Indunil, What;s given in [1] and see. [1] http://www.coderanch.com/t/637456/tools/Maven-find-pom-jar-local Best Regards, Sewmini Sewmini Jayaweera *Software Engineer - QA Team* Mobile: +94 (0) 773 381 250 sewm...@wso2.com On Mon, Feb 23, 2015 at 8:48 AM, Indunil Upeksha Rathnayake < indu..

Re: [Dev] [GReg] Pull Request - Impact Analysis:Dependency Graph UI Improvement

2015-02-23 Thread Jerad Rutnam
*PR reopened, please check and merge* *Dependency Graph UI issue fix* *- Removed on double clicked active nodes z-indexing function temporally (Cause an unexpected rendering issue)* *- Add a fix to show relations: If no direct relationship detect, deactivate node (When using tag filters)* Thanks

Re: [Dev] tharin...@opensource.lk

2015-02-23 Thread Chanuka Dissanayake
Hi Tharindu, I assume you want to subscribe to the wso2dev mailing list. Please send a mail to dev-requ...@wso2.org with the subject 'subscribe'. More information abot wso2 mailing list can be found in [1]. [1] http://wso2.com/mail/ Regards, Chanuka. On Mon, Feb 23, 2015 at 4:19 PM, Tharindu Pe

Re: [Dev] The role list of a tenant user is not updated accurately when new roles are assigned

2015-02-23 Thread Chanuka Dissanayake
Hi Thilini, Issue [1] is solved and PR is in [3] and merging is still pending. I have reproduced this issue[2] and working on it now. [1] https://wso2.org/jira/browse/APPM-333 [2] https://wso2.org/jira/browse/APPM-417 [3] https://github.com/wso2/carbon4-kernel/pull/140 Regards, Chanuka. On Mon,

[Dev] tharin...@opensource.lk

2015-02-23 Thread Tharindu Peiris
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Integration New Test Module - BUILD FAILURE

2015-02-23 Thread Nisala Nanayakkara
Thanks for the help..I will try it. Thanks, Nisala On Mon, Feb 23, 2015 at 3:33 PM, Chanuka Dissanayake wrote: > Hi Nisala, > > You get this error because it cannot find the wso2 AM 1.9.0 product zip > file in the particular relative path. > > in parallel to your "integration" folder, create an

Re: [Dev] Integration New Test Module - BUILD FAILURE

2015-02-23 Thread Krishantha Samaraweera
On Mon, Feb 23, 2015 at 3:33 PM, Chanuka Dissanayake wrote: > Hi Nisala, > > You get this error because it cannot find the wso2 AM 1.9.0 product zip > file in the particular relative path. > > in parallel to your "integration" folder, create another folder with the > name "distribution". Inside t

Re: [Dev] Registry Access Using Carbon Context

2015-02-23 Thread Chathura Priyankara
Hi Pubudu, Use CarbonContext.getThreadLocalCarbonContext(); instead of CarbonContext. getCurrentContext();. org.wso2.carbon.context module is not using anymore. See following links [1] and [2] for more information: [1] http://wso2-oxygen-tank.10903.n7.nabble.com/Dev-org-wso2-carbon-context-4-2-0

Re: [Dev] [APIM] [IDENTITY] [EMM] Overlapping DB Table Definitions on both APIM & IDENTITY DB Scripts

2015-02-23 Thread Gayan Gunawardana
Hi Prabath / Dilan, If you refer 8th point [1] there won't be any problems with deployment scenarios ...etc. I think currently you guys can completely ignore IDENTITY db script and go with APIM db script there are only few exceptional situations where you want to execute both APIM db script and ID

Re: [Dev] Integration New Test Module - BUILD FAILURE

2015-02-23 Thread Chanuka Dissanayake
Hi Nisala, You get this error because it cannot find the wso2 AM 1.9.0 product zip file in the particular relative path. in parallel to your "integration" folder, create another folder with the name "distribution". Inside that, create a folder with the name "target" and add the WSO2 AM 1.9.0 zip

[Dev] Registry Access Using Carbon Context

2015-02-23 Thread Pubudu Dodangoda
I am trying to access the local registry (to save and to get a resource) I get the following exception, java.lang.RuntimeException: org.apache.cxf.interceptor.Fault: loader constraint violation: when resolving method "org.apache.axis2.util.XMLUtils.toOM(Lorg/w3c/dom/Element;)Lorg/apache/axiom/om/

Re: [Dev] Integration New Test Module - BUILD FAILURE

2015-02-23 Thread Krishantha Samaraweera
Did APIM distribution created successfully ? can you check whether the distribution is there in the local .m2 repo. Thanks, Krishantha. On Mon, Feb 23, 2015 at 2:51 PM, Nisala Nanayakkara wrote: > When I tried to build the POM file in the directory > turing/apimgt/1.9.0/modules/integration, It

Re: [Dev] [DEV][APIM] Integration test build Failure

2015-02-23 Thread Abimaran Kugathasan
[Adding Carbon Team] On Fri, Feb 20, 2015 at 12:29 PM, Uvindra Dias Jayasinha wrote: > Okay I tested with the latest assembly plugin version 2.5.3 and there is > no issue, so problem is definitely with 2.5.1, so I dont think this is > something we should try and fix, this is a bug in the plugin

Re: [Dev] [Architecture] API Manager 1.9.0 Milestone 1 Released

2015-02-23 Thread Lalaji Sureshika
Hi Samisa, Please find the document link from [1]. We are updating [1] in each milestone.. And IS integration as KM fully testing is depend on completing the feature [2] which is targeted to milestone 2.. [1] https://docs.wso2.com/display/AM190/WSO2+API+Manager+Documentation [2] [Architecture]

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

2015-02-23 Thread Senduran Balasubramaniyam
Hi All, I was able to do the $subject as follows - enabled sso for publisher and ESB (Enabled Audience Restriction) - called the “SAML2SSOAuthenticationService” admin service with saml response - from the response header extracted the JSESSIONID and added as the “HTTPHeaders” to th

[Dev] Please merge the pull request for the time series Siddhi extension

2015-02-23 Thread Gayan Dhanushka
$subject [1]. [1] https://github.com/wso2-dev/siddhi/pull/43 -- Gayan Dhanuska Software Engineer http://wso2.com/ Lean Enterprise Middleware Mobile 071 666 2327 Office Tel : 94 11 214 5345 Fax : 94 11 214 5300 Twitter : https://twitter.com/gayanlggd

[Dev] Integration New Test Module - BUILD FAILURE

2015-02-23 Thread Nisala Nanayakkara
When I tried to build the POM file in the directory turing/apimgt/1.9.0/modules/integration, It gives the following error message, *"Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:unpack (unpack-mar-jks) on project org.wso2.carbon.am.backend.integration.test: Unable

Re: [Dev] [GReg] Pull Request - Impact Analysis:Dependency Graph UI Improvement

2015-02-23 Thread Jerad Rutnam
Please hold this request. Thanks! On Mon, Feb 23, 2015 at 1:06 PM, Jerad Rutnam wrote: > Hi G-Reg Team, > > Please check and merge the PR [1]. > > >- *Added function: On resource double click, related elements layer up >to prevent overlap from inactive elements (z-indexing solution) + f

Re: [Dev] Please merge pull request

2015-02-23 Thread Ruchira Wageesha
Hi Vidura, Can you please pull the latest code and redo the pull request. It seems to have conflicts. /Ruchira On Mon, Feb 23, 2015 at 2:12 PM, Vidura Mudalige wrote: > > Hi, > > Please review the pull request [1]. > > [1]. https://github.com/wso2/product-ues/pull/15 > > Thank you! > > -- > >

Re: [Dev] Please merge PR-83

2015-02-23 Thread Ruchira Wageesha
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 then convert it to a byte array. /Ruchira On Mon, Feb 23, 2015 at 1:59 PM, Dulitha Wijewantha wrote: > $subject [1]. I have added support to obtain the H

[Dev] Please merge pull request

2015-02-23 Thread Vidura Mudalige
Hi, Please review the pull request [1]. [1]. https://github.com/wso2/product-ues/pull/15 Thank you! -- *Vidura Mudalige* Software Engineering Intern WSO2 Inc.; http://wso2.com Mobile: *+94 77 2323175* Email : vidu...@wso2.com ___ Dev mailing list D

[Dev] Please merge PR-83

2015-02-23 Thread Dulitha Wijewantha
$subject [1]. I have added support to obtain the Http response as a byte array to the jaggery layer. [1] - https://github.com/wso2/jaggery/pull/83 -- Dulitha Wijewantha (Chan) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Middleware * ~Email duli...@wso2.com * * ~Mobile