Re: [Dev] Create a new Claim

2015-11-16 Thread Harsha Thirimanna
adding, You have to enable "Supported by Default" in claim config to make it appear in UI. *Harsha Thirimanna* Senior Software Engineer; WSO2, Inc.; http://wso2.com * * *email: **hars...@wso2.com* * cell: +94 71 5186770 * *twitter: **http://twitter.com/

Re: [Dev] [Architecture] [CARBON] Creating an archetype for a simple carbon component

2015-11-16 Thread Bhathiya Jayasekara
On Mon, Nov 16, 2015 at 9:22 PM, Harsha Thirimanna wrote: > We can add a sample service holder class also as a template in archetype > to hold OSGi services that is consumed by this component. We may need to > give a commented out code to show that usage and then anyone can

[Dev] Can't create new artifact for the inbound in Developer Studio

2015-11-16 Thread Kathees Rajendram
Hi, I tried to create the Kafka inbound configuration from the developer studio. I got the issue "the interval can't be empty" What is the cause of this while creating the inbound configuration in developer studio? Thanks, kathees -- Kathees Software Engineer, email: kath...@wso2.com mobile:

Re: [Dev] Create a new Claim

2015-11-16 Thread Harsha Thirimanna
We can define a new claim and then it will appear in UI. If you are storing claims in LDAP, then you have to map it to the exist attribute. If it is JDBC, then you can mapped any attribute name. ​ Why you specially mentioned admin user ? It is also another user profile. *Harsha Thirimanna*

Re: [Dev] [PPaaS] Issues identified related to cartridge payload parameters and template modules

2015-11-16 Thread Pubudu Gunatilaka
Hi Mari, Thank you for bringing this up. It would be more useful to have a generic template module and have the same config parameter names. In the future we will try to come up with a generic template module for this. We do have a separate jira project for Private Paas Cartridges. I have moved

[Dev] App Manager integration with MDM(EMM)

2015-11-16 Thread Dinusha Senanayaka
Hi Ruwan, Need some help to figure out, OSGi based MDM integration. Found this commit relate to this "[carbon-appmgt] Added OSGI based MDM integration. (#103)" But not sure EMM has merged this to their repo. Do you have any idea ? @Chathura: How do we get consumer/secret key from MDM with

Re: [Dev] [Architecture] [CARBON] Creating an archetype for a simple carbon component

2015-11-16 Thread Harsha Thirimanna
We can add a sample service holder class also as a template in archetype to hold OSGi services that is consumed by this component. We may need to give a commented out code to show that usage and then anyone can follow that pattern. WDYT ? *Harsha Thirimanna* Senior Software Engineer; WSO2,

Re: [Dev] [Architecture] [CARBON] Creating an archetype for a simple carbon component

2015-11-16 Thread Manuri Amaya Perera
@Maninda This is basically a template, as you said which can be used to create a carbon component easily. @Harsha At the moment it has been decided to implement 1. a bundle archetype which is for generating a generic OSGi bundle and 2. a Carbon Component archetype which includes a service

[Dev] [PPaaS] Issues identified related to cartridge payload parameters and template modules

2015-11-16 Thread Mariangela Hills
I identified the following issues when documenting the cartridge payload parameters. - The PPaaS Template Modules need to be generalized due to the following reasons: See JIRA PAAS-310 [1] for more information. - The concept used for the

Re: [Dev] [ES 2.0.0] Issue about creating and editing Unbounded Tables

2015-11-16 Thread Nirmal Fernando
[Looping Manu] On Mon, Nov 16, 2015 at 7:29 PM, Luca Mastrangelo < luca.mastrang...@cefriel.com> wrote: > Dear all, > > > > We are about to use the Enterprise Store 2.0.0 in a production > environment, so we are performing several tests focusing in particular on > its advanced features. > >

Re: [Dev] [ES 2.0.0] Issue about creating and editing Unbounded Tables

2015-11-16 Thread Udara Rathnayake
Hi Luca, We have already fixed this issue within Jaggery trunk[1][2] and will be available with the next ES release. [1] https://github.com/wso2/jaggery/commit/f3a4fa2cac6a548a53292326590b548ac542cffe [2] https://github.com/wso2/jaggery/commit/0b47f4f727743efd90c9cb53b0514063e5d8807d Regards,

[Dev] Create a new Claim

2015-11-16 Thread Sriashalya Srivathsan
Can we create a new parameter in the admin user profile[attached below] in WSO2 IS. -- Regards S.Sriashalya, WSO2 *Inc*. lean . enterprise . middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] What is the best way to get all the subscriptions of a given resource

2015-11-16 Thread Samith Dassanayake
Hi all, My requirement is to get all the subscriptions of a given resource(Lets say resource A) and add those all subscription to a another resource(Lets say resource B). 01.) How we can get all the subscriptions of a given resource(is it SubscriptionBeanPopulator.populate)? 02.) What is the

[Dev] [ES 2.0.0] Issue about creating and editing Unbounded Tables

2015-11-16 Thread Luca Mastrangelo
Dear all, We are about to use the Enterprise Store 2.0.0 in a production environment, so we are performing several tests focusing in particular on its advanced features. Unfortunately we noticed a serious issue that prevents us from effectively using your product. Such issue is related in

Re: [Dev] [Architecture] [CARBON] Creating an archetype for a simple carbon component

2015-11-16 Thread Maninda Edirisooriya
Can you explain how does this help us on development. Is it useful for creating a new carbon compoment easily? Or is this a new standard way of generating carbon 5 components. Thanks. *Maninda Edirisooriya* Senior Software Engineer *WSO2, Inc.*lean.enterprise.middleware. *Blog* :

Re: [Dev] App Manager integration with MDM(EMM)

2015-11-16 Thread Chathura Dilan
Hi Dinusha, I think they are doing it with dynamic client key/sec generating API. So we will have to go with that approach if we use their REST API. They didn't have it earlier and and they used API manager inside MDM server to generate it. As we discussed we can do all the operations via OSGI

Re: [Dev] App Manager integration with MDM(EMM)

2015-11-16 Thread Ruwan Abeykoon
Hi Dinusha, The commit [1] and associated PR are only for demonstration purposes. It only worked with the MDM available at the time (August 2015). I have closed it because it can not be merged at all currently due changes in MDM/EMM side. Yes it is not merged on EMM side. Yes, The idea of

Re: [Dev] Create a new Claim

2015-11-16 Thread Kasun Bandara
Hi Sriashalya, You can add additional claims to appear in the corresponding user profile by enabling "Supported by Default" check-box comes with Claim configurations. You can find WSO2 supported claims at IS management console under *Home->Configure->Claim Management*. Here you can navigate to

Re: [Dev] Create a new Claim

2015-11-16 Thread Tharindu Edirisinghe
Hi Sriashalya, You can also find more information about the Claim Management Admin Service from [1] which would be helpful for further reference. [1] http://tharindue.blogspot.com/2015/08/claim-management-operations-in-wso2.html Thanks, Tharindu On Mon, Nov 16, 2015 at 9:18 AM, Kasun Bandara

[Dev] changing the XSLT Processor of the ESB

2015-11-16 Thread Cyril Rognon
Hi all, WSO2 ESB 4.9.0 is using saxon HE 9.6 as the XSLT Processor. two questions : if one is having a saxon 9.6 PE or EE edition, one only has to change the lib in the endorsed directory ? I I use saxon HE PE or more, would I be able to use xpath 3 or XSLT 3 functionnality provided in the ESB

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Anuruddha Liyanarachchi
Hi Vithulan, What is the ESB version and Java version you are using? On Mon, Nov 16, 2015 at 4:55 PM, Vithulan Vijayanandan wrote: > Hi Pubudu, > > The error came right after I opened custom proxy link in ESB Management > console. > > Regards, > Vithulan > > On Mon, Nov 16,

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Vithulan Vijayanandan
Hi Anuruddha, Java - 1.8 ESB - 4.8.1 On Mon, Nov 16, 2015 at 5:06 PM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Vithulan, > > What is the ESB version and Java version you are using? > > On Mon, Nov 16, 2015 at 4:55 PM, Vithulan Vijayanandan > wrote: > >> Hi

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Anuruddha Liyanarachchi
Hi Vithulan, ESB 4.8.1 is not compatible with java 1.8. Please use java 1.7.* On Mon, Nov 16, 2015 at 5:09 PM, Vithulan Vijayanandan wrote: > Hi Anuruddha, > > Java - 1.8 > ESB - 4.8.1 > > > On Mon, Nov 16, 2015 at 5:06 PM, Anuruddha Liyanarachchi < > anurudd...@wso2.com>

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Rajjaz Mohammed
Hi Vithulan, try using Java 7 and why don't you try on ESB 4.9.0 On Mon, Nov 16, 2015 at 5:09 PM, Vithulan Vijayanandan wrote: > Hi Anuruddha, > > Java - 1.8 > ESB - 4.8.1 > > > On Mon, Nov 16, 2015 at 5:06 PM,

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Vithulan Vijayanandan
Hi Anuruddha, Oh, Thankyou. does ESB 4.9.0 support Java 1.8 ? On Mon, Nov 16, 2015 at 5:11 PM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Vithulan, > > ESB 4.8.1 is not compatible with java 1.8. Please use java 1.7.* > > On Mon, Nov 16, 2015 at 5:09 PM, Vithulan Vijayanandan

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Anuruddha Liyanarachchi
Hi Vithulan, As per [1] it supports java 1.8.* . [1] https://docs.wso2.com/display/ESB490/Installation+Prerequisites On Mon, Nov 16, 2015 at 5:13 PM, Vithulan Vijayanandan wrote: > Hi Anuruddha, > > Oh, Thankyou. does ESB 4.9.0 support Java 1.8 ? > > On Mon, Nov 16, 2015

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Rajjaz Mohammed
Hi Look ESB 4.8.1 Doc[1] its support for Java 1.7 and look ESB 4.9.0 Doc[2] its support for 1.7/1.8 [1] https://docs.wso2.com/display/ESB481/Installation+Prerequisites [2] https://docs.wso2.com/display/ESB490/Installation+Prerequisites On Mon, Nov 16, 2015 at 5:13 PM, Vithulan Vijayanandan

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Vithulan Vijayanandan
Hi Rajjaz,Anuruddha, It works in ESB 4.9. Thankyou. On Mon, Nov 16, 2015 at 5:16 PM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Vithulan, > > As per [1] it supports java 1.8.* . > > > [1] https://docs.wso2.com/display/ESB490/Installation+Prerequisites > > On Mon, Nov 16, 2015

[Dev] Request time out when sending a PATCH request in tenant mode

2015-11-16 Thread Tharika Madurapperuma
Hi, When sending a PATCH request from an API using the latest ESB pack (Version 4.9.0), as a tenant user, the request gets timed out and there is no response from the server. However this works fine with the super tenant. I tested this in API-Manager which uses the synapse version 2.1.4-wso2v1.

Re: [Dev] Request time out when sending a PATCH request in tenant mode

2015-11-16 Thread Chanaka Fernando
Hi Tharika, Please create a public jira ticket for this issue if there is no such issue reported already and make the priority as high. ESB team will look into this issue with a future ESB release. Thanks, Chanaka On Tue, Nov 17, 2015 at 9:45 AM, Tharika Madurapperuma wrote:

Re: [Dev] Request time out when sending a PATCH request in tenant mode

2015-11-16 Thread Tharika Madurapperuma
Hi Chanaka, I created a public jira ticket for this issue. Thanks in advance. Thanks, Tharika. Tharika Madurapperuma Software Engineering Intern WSO2 Mobile : +94777-875-624 On Tue, Nov 17, 2015 at 9:58 AM, Chanaka Fernando wrote: > Hi Tharika, > > Please create a public

Re: [Dev] US Election 2016 Tweet Analyze System

2015-11-16 Thread Dinali Dabarera
Hi, I collected tweets which has hash tag of Trump #trump,#donaldtrump,#trump2016,#makeamericagreatagain from ESB through a twitter connector to SPARK SQL tables in DAS. The tweets are seems to be most probably retweets. Is there any issue with the twitter connector,is it collecting only

Re: [Dev] [PPaaS] Issues identified related to cartridge payload parameters and template modules

2015-11-16 Thread Mariangela Hills
Pubudu, thanks for your quick response! I was not aware that there was a separate JIRA project for PPaaS cartridges. I will keep this in mind in the future. Regards, Mariangela *Mariangela Hills* Senior Technical Writer - WSO2, Inc. http://wso2.com Committer and PMC member - Apache Stratos

Re: [Dev] [IS] Logout on secondary IDP - LogoutRequestProcessor says session index not in Logout request but it is?

2015-11-16 Thread Chamara Philips
Hi John, Since we verify the request parameters with the cookie, we need to see whether something has happened in that verification. SSO tracer will help in this issue. Can you please add the sso tracer plugin to the firefox, if you haven't already. ( You can refer [1] if needed). Please take the

Re: [Dev] [IS] Logout on secondary IDP - LogoutRequestProcessor says session index not in Logout request but it is?

2015-11-16 Thread Chamara Philips
Hi John Lee, I tried exactly the same way as yours with the IS 5.0.0 service pack. I don't get such an error. Can you please provide the configurations of the Identity Provider in the primary? Better if you can provide the log in the primary at the same-time. Thanks. On Fri, Nov 13, 2015 at

Re: [Dev] OAuth clientId in SP_INBOUND_AUTH

2015-11-16 Thread Nuwan Dias
Hi IS folks, We talked about avoiding the encryption of the consumer key to avoid the issue originally raised on this mail thread. Are we going ahead with that decision? It still encrypts it on carbon-identity_5.0.2 release. Please note that this results in a blocking issue for the release of

[Dev] US Election 2016 Tweet Analyze System

2015-11-16 Thread Yasara Dissanayake
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] SSL configuration of the Websphere MQ Java client need certificate of the CA.

2015-11-16 Thread Tharindu Edirisinghe
Hi Kirishanthy, Have you created a new keystore and a truststore for this ? If so you can export the public certificate from the keystore and store it in the truststore used by the client app. In [1], I see that for the java client, it sets the keystore and truststore paths and passwords as

Re: [Dev] Create a new Claim

2015-11-16 Thread Sriashalya Srivathsan
Hi All, Thanks for the quick responses. Before I tried the way you all mentioned but I missed the checkbox Supported by default. thats why it is not visible in the UI. Now it is OK. Thank you. On Tue, Nov 17, 2015 at 1:01 AM, Tharindu Edirisinghe wrote: > Hi Sriashalya, > >

Re: [Dev] [IS] Logout on secondary IDP - LogoutRequestProcessor says session index not in Logout request but it is?

2015-11-16 Thread Chamara Philips
Hi John, Which IS version did you try exactly? Since we verify the request parameters with the cookie, we need to see whether something has happened in that verification. SSO tracer will help in this issue. Can you please add the sso tracer plugin to the firefox, if you haven't already. -

Re: [Dev] US Election 2016 Tweet Analyze System

2015-11-16 Thread Nipuna Chandradasa
Hi, Is this connector the api provided by twitter?... Then there are few things u have to keep in mind... 1. Twitter api gives each app 15 min waiting period once app collect the data from api So basically you have to wait 15 min to get data again 2. There are no filter system to filter

[Dev] Developer Studio Git Repo : Master branch now contains the code base of Developer Studio Kernel

2015-11-16 Thread Kavith Lokuhewage
Hi Devs, As all of you may aware, we are moving to a kernel based development approach with the 4.0.0 version of developer studio. Please refer to "Developer Studio Kernel overview and distribution model" thread in WSO2 architecture mailing list for more information. We have already released two

Re: [Dev] MSS helloworld sample can't build in clean repo

2015-11-16 Thread Aruna Karunarathna
Hi Azeez, Please review and merge the fix for the above issue [1]. [1]. https://github.com/wso2/product-mss/pull/60 Regards, Aruna On Fri, Nov 13, 2015 at 12:00 PM, Aruna Karunarathna wrote: > > > On Fri, Nov 13, 2015 at 11:55 AM, Kalpa Welivitigoda > wrote:

Re: [Dev] DS code refactoring

2015-11-16 Thread Ayesha Dissanayaka
On Mon, Nov 16, 2015 at 12:59 PM, Ayesha Dissanayaka wrote: > @Team, please test the functionalities of the features/fixes that you are > working on with above changes. Changes are merged to master branched of > dasboard-server and product-ds repositories. > Should be *master

[Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Vithulan Vijayanandan
Hi, I got the following error while I was trying to create a custom proxy service. What could be the root-course of this error? ERROR - ApplicationDispatcher Servlet.service() for servlet bridgeservlet threw exception org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Pubudu Fernando
Hi, "The method replace(char, char) in the type String is not applicable for the arguments (String, String)" Note that line. It looks like you are passing the wrong type of parameters to this method replace() you are using. *Pubudu Fernando* Software Engineering Intern WSO2 Inc. mobile: +94 77

[Dev] WSO2 API Manager 1.10.0 Alpha Released !

2015-11-16 Thread Abimaran Kugathasan
WSO2 API Manager 1.10.0 Alpha Released !! Date: 16th November 2015The WSO2 API Manager team is pleased to announce the release of WSO2 API Manager 1.10.0 Alpha. You can download this distribution from https://github.com/wso2/product-apim/releases/tag/v1.10.0-Alpha Following list [1] contains all

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Vithulan Vijayanandan
Hi Pubudu, The error came right after I opened custom proxy link in ESB Management console. Regards, Vithulan On Mon, Nov 16, 2015 at 4:51 PM, Pubudu Fernando wrote: > Hi, > > "The method replace(char, char) in the type String is not applicable for > the arguments (String,

Re: [Dev] SSL configuration of the Websphere MQ Java client need certificate of the CA.

2015-11-16 Thread Kirishanthy Tharmalingam
Hi Tharindu, I used the same way to keystore and truststore and also I'll try with SSL Context in the java client. When I try with system properties, I got the 2397 (095D) (RC2397): MQRC_JSSE_ERROR . why this was happened? Can you share the sample code ? It will help to me. On Tue, Nov 17,

Re: [Dev] US Election 2016 Tweet Analyze System

2015-11-16 Thread Yasara Dissanayake
Hi Nipuna, For our part we have to analyze tweets real time. For that currently we are planed to filter retweets by considering presence of retweeted_status attribute of a json massage which send by tweet object, within the CEP. Does it seems to be a proper method? Do you have any better idea ?

[Dev] [ESB][Wso2-synapse] Can we please merge the PR 379 on wso2-synapse

2015-11-16 Thread Shani Ranasinghe
Hi, Can we merge the PR [1]. This was a patch fix done for [2] [1] https://github.com/wso2/wso2-synapse/pull/379 [2] https://support.wso2.com/jira/browse/BYUDEV-34 --