Re: [Dev] [IS6] [M2] Add CXF Dependencies

2017-07-14 Thread Chamara Silva
On Sat, Jul 15, 2017 at 9:30 AM, Isuranga Perera wrote: > Hi, > > I have embedded cxf dependencies in OSGI bundle. But even with cxf > dependencies embedded I'm getting an error "*Unresolved requirement: > Import-Package*" related to all cxf packages. [1] is my

Re: [Dev] [IS6] [M2] Add CXF Dependencies

2017-07-14 Thread Isuranga Perera
Hi, I have embedded cxf dependencies in OSGI bundle. But even with cxf dependencies embedded I'm getting an error "*Unresolved requirement: Import-Package*" related to all cxf packages. [1] is my *pom.xml* file. Appreciate if you can help with the issue. [1]

Re: [Dev] Need to increase column width for DATA_VALUE column of IDN_IDENTITY_USER_DATA table

2017-07-14 Thread Johann Nallathamby
Thanks Isura. On Thu, Jul 13, 2017 at 6:39 AM, Isura Karunaratne wrote: > Fixed with https://wso2.org/jira/browse/IDENTITY-6142 > > On Thu, Jul 13, 2017 at 9:43 AM, Isura Karunaratne wrote: > >> >> On Wed, Jul 12, 2017 at 11:00 PM Johann Nallathamby

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.17 RC2

2017-07-14 Thread Rushmin Fernando
Built IS 5.x.x branch with the integrations tests. Manually tested user management. 1) In tenants 2) Using the embedded LDAP primary user store 3) Using a JDBC secondary user store Found no issues. [ x] Stable - Go ahead and release On Fri, Jul 14, 2017 at 2:04 PM, Chandana Napagoda

Re: [Dev] [IS6] [M2] Add CXF Dependencies

2017-07-14 Thread Isuranga Perera
Hi, What is the current method used in IS6 (C5) to install a feature bundle? On Fri, Jul 14, 2017 at 4:18 PM, Isuranga Perera wrote: > Hi Sagara, > > Yes, this is for my GSoC project. I'll embed dependencies within my > feature bundle. > > Best Regards > > On Fri,

Re: [Dev] Get Super tenant admin email

2017-07-14 Thread Godwin Shrimal
What you told is correct Tharindu, We need to get it via claims of the users, not from Tenant. That's how I implemented. And we cannot change the tenant email address which we enter while creating and so righ thing is to get it from user store. Thanks Godwin On Fri, Jul 14, 2017 at 5:08 AM,

Re: [Dev] [IS6] [M2] Add CXF Dependencies

2017-07-14 Thread Isuranga Perera
Hi Sagara, Yes, this is for my GSoC project. I'll embed dependencies within my feature bundle. Best Regards On Fri, Jul 14, 2017 at 1:55 PM, Sagara Gunathunga wrote: > > > On Fri, Jul 14, 2017 at 1:30 PM, Harsha Thirimanna > wrote: > >> Hi Sagara, >> >> It

[Dev] [DEV] [Siddhi] Accepting options as dynamic options when placeholder is placed within a string.

2017-07-14 Thread Minudika Malshan
Hi, Currently siddhi only identifies option parameter values defined only with a place holder. But it does not identifies option parameters as dynamic if the place holder is placed in the middle of a string. [1] For example : *@sink(type='file', uri={{symbol}}'* In this case, *uri* will be

Re: [Dev] Get Super tenant admin email

2017-07-14 Thread Tharindu Edirisinghe
Hi Godwin, Can't you get the email address of the admin as a user claim ? I created a new tenant and at the time of tenant creation, we need to specify the email address of the tenant admin. Then the same email address is added as the admin's email address in the profile of the admin. So, if we

[Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.17 RC2

2017-07-14 Thread Chandana Napagoda
Hi All, This is the 2nd release candidate of WSO2 Carbon Kernel 4.4.17. This release fixes the following issues https://github.com/wso2/carbon-kernel/milestone/15?closed=1 Please download and test your products with kernel 4.4.17 RC2 and vote. The vote will be open for 72 hours or as long as

[Dev] Error when invoking Salesforce login method using jaggery

2017-07-14 Thread Mushthaq Rumy
Hi All, I'm getting an error while invoking the Salesforce login operation using jaggery. I tried the same payload through SOAP UI and it is working fine. The following is the jaggery code block. var payload = '' + '' + salesforce_username + '' +

[Dev] WSO2 Enterprise Integrator 6.2.0-M1 Released!

2017-07-14 Thread Vinod Kavinda
The WSO2 Integration team is pleased to announce the release of Enterprise Integrator 6.2.0-M1. It is available for download now from following location. https://github.com/wso2/product-ei/releases/tag/v6.2.0-m1 *Tasks/Bug Fixes and Improvements* WSO2 Jira - Fixed Issues

Re: [Dev] [IS6] [M2] Add CXF Dependencies

2017-07-14 Thread Sagara Gunathunga
On Fri, Jul 14, 2017 at 1:30 PM, Harsha Thirimanna wrote: > Hi Sagara, > > It is correct to carbon 4.x.x. > > Is that same to IS 6.0.0 also in C5 ? > AFAIK we don't have generic use cases to use CXF in any of our C5 products instead we can use MSF4J or Ballerina. CXF is only

Re: [Dev] [IS6] [M2] Add CXF Dependencies

2017-07-14 Thread Harsha Thirimanna
Hi Sagara, It is correct to carbon 4.x.x. Is that same to IS 6.0.0 also in C5 ? On 14 Jul 2017 1:24 pm, "Sagara Gunathunga" wrote: > > In Carbon products we don't use CXF as OSGi bundle instead CXF is a custom > runtime environment. > > Thanks ! > > On Fri, Jul 14, 2017 at

Re: [Dev] [IS6] [M2] Add CXF Dependencies

2017-07-14 Thread Sagara Gunathunga
In Carbon products we don't use CXF as OSGi bundle instead CXF is a custom runtime environment. Thanks ! On Fri, Jul 14, 2017 at 12:42 PM, Isuranga Perera wrote: > Hi Malithi, > > Yes, that is an osgi bundle.Thanks > > > > On Fri, Jul 14, 2017 at 11:55 AM, Malithi

Re: [Dev] [IS6] [M2] Add CXF Dependencies

2017-07-14 Thread Isuranga Perera
Hi Malithi, Yes, that is an osgi bundle.Thanks On Fri, Jul 14, 2017 at 11:55 AM, Malithi Edirisinghe wrote: > > > On Fri, Jul 14, 2017 at 11:09 AM, Isuranga Perera < > isurangamper...@gmail.com> wrote: > >> Hi All, >> >> I'm trying to add CXF support to IS6 m2. Even though

Re: [Dev] [ESB] Taking a list of values as input to a mediator configuration

2017-07-14 Thread Riyafa Abdul Hameed
Hi Sudharma, Thank you for the quick reply. Yes the values need to be trimmed to make sure there are no whitespaces at the beginning or ends. On Fri, Jul 14, 2017 at 12:08 PM, Riyafa Abdul Hameed wrote: > Hi Asanka, > > The question is not about the cache mediator. It is

Re: [Dev] [ESB] Taking a list of values as input to a mediator configuration

2017-07-14 Thread Riyafa Abdul Hameed
Hi Asanka, The question is not about the cache mediator. It is about the standard way of including a list of values in a configuration parameter in a custom mediator. As to answer your question, by the requirements[1], it should be possible for us to allow the user to specify a list of headers

Re: [Dev] [ESB] Taking a list of values as input to a mediator configuration

2017-07-14 Thread Sudharma Subasinghe
Hi, +1 for taking the input as a list of comma separated values. It is better to validate those values. Thanks Sudharma On Fri, Jul 14, 2017 at 11:53 AM, Riyafa Abdul Hameed wrote: > Hi, > > I am creating a custom mediator and one of the configuration parameters > would have

Re: [Dev] [ESB] Taking a list of values as input to a mediator configuration

2017-07-14 Thread Asanka Abeyweera
Hi Riyafa, Can't we remove the unwanted headers before pushing to cache so that we don't have to use "headersToExcludeInHash" in cache mediator? On Fri, Jul 14, 2017 at 11:53 AM, Riyafa Abdul Hameed wrote: > Hi, > > I am creating a custom mediator and one of the configuration

[Dev] [ESB] Taking a list of values as input to a mediator configuration

2017-07-14 Thread Riyafa Abdul Hameed
Hi, I am creating a custom mediator and one of the configuration parameters would have to take as input a list of values. What is the best or standard way to do this? I plan to take in string with comma separated values and split it by the commas and then trim it to get the values in the list.

Re: [Dev] [APIM] Hostname verification error when call BPS endpoint

2017-07-14 Thread Abimaran Kugathasan
Hi Godwin, Can you try using -Dhttpclient.hostnameVerifier=false if you are using APIM 2.1. The configuration in axis2.xml will suitable for PT. On Fri, Jul 14, 2017 at 6:17 AM, Godwin Shrimal wrote: > Hi All, > > I am getting below error when invoking BPS endpoing from APIM,

Re: [Dev] New device type for IOTS ( Laptop agent )

2017-07-14 Thread Kamidu Punchihewa
Hi Lahiru, I stringly belive that this device can be used to monitor and manage both laptops and desktops so can we change the device type name to some thing more genaralized. And at the enterprise level where people manage and monitor computers they intent to ask for the following features as