Re: [Dev] [EMM][iOS] Getting exceptions while installing iOS features

2016-05-18 Thread Kasun Dananjaya Delgolla
No. This happens only when installing the features. Thanks On Wed, May 18, 2016 at 12:03 PM, Inosh Perera wrote: > Hi Kasun, > > Does this issue continue even after the server is restarted after feature > installation? > > Regards, > Inosh > > On Wed, May 18, 2016 at 11:45 AM,

Re: [Dev] [EMM][iOS] Getting exceptions while installing iOS features

2016-05-18 Thread Geeth Munasinghe
Hi Kasun, This happens because iOS plugins includes both osgi bundles and a jax-rs web application. When the iOS feature is installed on EMM, all of those files are copied to relevant folders such as osgi bundles to repository/components/plungins and web-application to

Re: [Dev] Representing a JSON payload with null values - visual datamapper editor

2016-05-18 Thread Sohani Weerasinghe
Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter : https://twitter.com/sohanichristine On Wed, May 18, 2016 at 12:00 PM, Nuwan Pallewela wrote: > Hi All, > > @Vivekanathan : If we

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-05-18 Thread Sinthuja Ragendran
Hi Tanya, Can't we fix this during the shinding-server feature generation? Thanks, Sinthuja. On Wed, May 18, 2016 at 11:56 AM, Harsha Kumara wrote: > Adding Bhathiya. > > We got same exception yesterday in APIM as well. We will need to same > thing for DS as well. > >

Re: [Dev] Representing a JSON payload with null values - visual datamapper editor

2016-05-18 Thread Nuwan Pallewela
Hi All, @Vivekanathan : If we need to process/map any value in the payload though it is optional we have to know the type when generating the schema. So the sample pay load should not contain null values first place. We need to modify the sample payload with expected values so that in the schema

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-05-18 Thread Ruwan Abeykoon
Thanks Tanya for the information. We will follow the same as in DS. On Wed, May 18, 2016 at 11:34 AM, Tanya Madurapperuma wrote: > Hi Ruwan, > > Usually this error is thrown as shindig is trying to load some google > analytics apis. So when there is no internet connection this

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-05-18 Thread Harsha Kumara
Adding Bhathiya. We got same exception yesterday in APIM as well. We will need to same thing for DS as well. Thanks, Harsha On Wed, May 18, 2016 at 11:38 AM, Ruwan Abeykoon wrote: > Thanks Tanya for the information. We will follow the same as in DS. > > On Wed, May 18, 2016

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-05-18 Thread Ruwan Abeykoon
>>Can't we fix this during the shinding-server feature generation? +1 So that every product using shindig does not have to unzip and zip the war file to fix it. Cheers, Ruwan On Wed, May 18, 2016 at 12:01 PM, Sinthuja Ragendran wrote: > Hi Tanya, > > Can't we fix this during

Re: [Dev] [C5] [MB] Failed to initialize startup resolver

2016-05-18 Thread Hemika Kodikara
Hi Sameera, I saw this "dependentComponentName" in the carbon.component tag in [1]. May I know the purpose of it ? Best if you could add it to the blog :) . The blog is very understandable. [1] - https://github.com/wso2/msf4j/pull/169/files#diff-357e4854869b2e21c38b1b437f11095aR334 Regards,

Re: [Dev] [EMM][iOS] Getting exceptions while installing iOS features

2016-05-18 Thread Inosh Perera
Hi Kasun, Does this issue continue even after the server is restarted after feature installation? Regards, Inosh On Wed, May 18, 2016 at 11:45 AM, Kasun Dananjaya Delgolla wrote: > Hi All, > > $subject. Seems like it's missing some dependencies. > >

[Dev] [EMM][iOS] Getting exceptions while installing iOS features

2016-05-18 Thread Kasun Dananjaya Delgolla
Hi All, $subject. Seems like it's missing some dependencies. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'enrollmentService': Cannot resolve reference to bean 'enrollmentServiceBean' while setting bean property 'serviceBeans' with key [0]; nested

Re: [Dev] Representing a JSON payload with null values - visual datamapper editor

2016-05-18 Thread Malaka Silva
Actually those are options for the given configuration. We don't really have a clear idea what are the optional response elements. (Unless we refer api docs) So I guess we can proceed with sample values. >From datamapper mediator(ESB Side) level we need to handle if we receive a null value.

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-05-18 Thread Sinthuja Ragendran
Hi Megala, Please check the shindig-server feature and try to remove the unwanted files from there it self, hence we can omit this behaviour. Thanks, Sinthuja. On Wed, May 18, 2016 at 12:13 PM, Ruwan Abeykoon wrote: > >>Can't we fix this during the shinding-server feature

Re: [Dev] [DEV] [VOTE] WSO2 Developer Studio Kernel RC3

2016-05-18 Thread Jasintha Dasanayake
Hi All I have tested the update tool , new feature installation and kernel patch process , no major issues found +1 Thanks and Regards /Jasintha On Wed, May 18, 2016 at 11:23 AM, Heshitha Hettihewa wrote: > Hi all, > > I have tested BPS Tooling and no major issues found.

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-05-18 Thread Ayyoob Hamza
Hi All, We also got the same error in the IoT Server from yesterday hope we can have a fix for this. Thanks *Ayyoob Hamza* *Software Engineer* WSO2 Inc.; http://wso2.com email: ayy...@wso2.com cell: +94 77 1681010 <%2B94%2077%207779495> On Wed, May 18, 2016 at 11:16 AM, Ruwan Abeykoon

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-05-18 Thread Tanya Madurapperuma
Hi Ruwan, Usually this error is thrown as shindig is trying to load some google analytics apis. So when there is no internet connection this error can be observed. To get rid of this error we have to remove google related stuff from shindig features.txt file

Re: [Dev] Representing a JSON payload with null values - visual datamapper editor

2016-05-18 Thread Vivekananthan Sivanayagam
Hi Sohani, Normally we are getting null value for optional parameter in the API response, suppose if we get the actual value for that json object , does this schema handle that case? *Thank youVivekananthan Sivanayagam* *Associate Software Engineer | WSO2* *E:vivekanant...@wso2.com

[Dev] [DEV][ESB]Access URI, Headers and Query params in Java script

2016-05-18 Thread Dushan Abeyruwan
Hi The $subject, I guess this can be a valid use case, anyway, it seems [1] having setProperty, but ideally, that should have improved to select whichever property according to developer preferred scope. Can we consider this in our roadmap? [1]

Re: [Dev] GSOC 2016 - Project 21 : MongoDB Userstore Development

2016-05-18 Thread Tharindu Edirisinghe
Hi Asantha, Great progress so far ! Since the reference is given to realm service in the bundle activator, you should be facing the issue. Can you remove the service reference from the bundle activator class. (You can delete the following from the class). * @scr.reference

Re: [Dev] [DEV] [VOTE] WSO2 Developer Studio Kernel RC3

2016-05-18 Thread Awanthika Senarath
Thanks all, We are closing this vote with 5 +1's and 0 -1's. The RC has passed the vote. Regards Awanthika Awanthika Senarath Software Engineer, WSO2 Inc. Mobile: +94717681791 On Wed, May 18, 2016 at 12:54 PM, Jasintha Dasanayake wrote: > Hi All > > I have tested the

[Dev] GSoC Dockerfiles weekly status meeting minutes

2016-05-18 Thread Abhishek Tiwari
Hi All, Following are the meeting notes from our weekly status update meeting: Tasks completed: 1. Completed code walk-through of Dockerfiles project. 2. Understanding and build of clustered configuration for WSO2 ESB. This was a huge step in understanding various profiles for clustered

[Dev] [DEV] [VOTE] WSO2 Developer Studio Tooling for Platform RC

2016-05-18 Thread Awanthika Senarath
Hello Devs, We are pleased to announce the vote for RC-3 of *WSO2 Developer Studio Tooling for Platform 4.1.0.* P2 repository of WSO2 developer Studio Tooling for Platform 4.1.0 is available here

Re: [Dev] [DEV] [VOTE] WSO2 Developer Studio Tooling for Platform RC

2016-05-18 Thread Awanthika Senarath
We are withdrawing this vote as we have to upgrade the maven versions in the maven car plugins of platform bundles. We will put the RC 2 with the changes. Regards Awanthika. Awanthika Senarath Software Engineer, WSO2 Inc. Mobile: +94717681791 On Thu, May 19, 2016 at 8:08 AM, Awanthika

Re: [Dev] [ESB][JMS] "transport.jms.InitialReconnectDuration" parameter will automatically multiply with "transport.jms.ReconnectProgressFactor"

2016-05-18 Thread Dilshani Subasinghe
Noted and reported a jira [1] to cover up fixing the issue. [1] https://wso2.org/jira/browse/ESBJAVA-4625 Regards, Dilshani On Thu, May 19, 2016 at 10:47 AM, Nuwan Wimalasekara wrote: > HI Dilshani, > > On Wed, May 18, 2016 at 6:27 PM, Dilshani Subasinghe

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-18 Thread Maheshakya Wijewardena
Hi Mahesh, I've look into your code sample of streaming linear regression. Looks good to me, apart from few issues in coding practices which we can improve when you're doing the implementations in carbon-ml and during the code reviews. You are using a set of files as mini-batches of data, right?

Re: [Dev] Representing a JSON payload with null values - visual datamapper editor

2016-05-18 Thread Shakila Sivagnanarajah
Hi, IMO, As Nuwan said, generating the schema without null is the best way. Since there may be chances to get values for those nullable fields. So we will create the schema by replacing possible values for the null as shown in [1]. Currently we replace those nulls with string values. The problem

Re: [Dev] WSO2 BPS - Email Task

2016-05-18 Thread Himasha Guruge
Hi Luis, I have tested email task in BPS 3.5.1 server with following steps. 1. Add the configurations in /repository/conf/activti.xml. Please look into attached, for further reference. 2. Add required jars mentioned in [1] into /repository/components/lib. 3. Deploy the sample, and start the

[Dev] Adding a user with '@' sign (username == test@user) without enable Email User

2016-05-18 Thread Dhanuka Ranasinghe
Hi All, Currently we can add user with user name with @ sign, say for example if the user name is "test@user" without enabling Email User, Carbon Management console allow to add this user. But when we are trying to do the same thing as user sign up with APIM manager it's getting failed with super

Re: [Dev] [ESB][JMS] "transport.jms.InitialReconnectDuration" parameter will automatically multiply with "transport.jms.ReconnectProgressFactor"

2016-05-18 Thread Nuwan Wimalasekara
HI Dilshani, On Wed, May 18, 2016 at 6:27 PM, Dilshani Subasinghe wrote: > Hi Nuwan, > > Thanks a lot for your clarification. But need more explanation on your > comments. > > 1. *if the user define only transport.jms.InitialReconnectDuration, It > will always be multiplied

[Dev] [ES][PC] Requirement for delay for the Advanced Search GET Requests, after adding an asset

2016-05-18 Thread Samitha Chathuranga
Hi all, At the present we are writing test cases for the PC and this issue was caught when trying to write test cases for the Advanced Search feature. We do the tests by initially adding few processes (assets) and then do the test by searching via a certain field, (using GET requests) and

Re: [Dev] [DEV] [VOTE] WSO2 Developer Studio Kernel RC3

2016-05-18 Thread Nuwan Pallewela
Hi All, I have tested and following issues were found. https://wso2.org/jira/browse/TOOLS-3413 https://wso2.org/jira/browse/TOOLS-3412 https://wso2.org/jira/browse/TOOLS-3411 Thanks, Nuwan On Thu, May 19, 2016 at 9:48 AM, Awanthika Senarath wrote: > Thanks all, > > We are

Re: [Dev] [App Cloud] Fronting microservice with HA Proxy

2016-05-18 Thread Danushka Fernando
I tried several combination of options by looking at the descriptions. But only thing worked for me for microservices is option http-server-close . As mentioned before this seems a common issue when haproxy

Re: [Dev] [ESB][JMS] "transport.jms.InitialReconnectDuration" parameter will automatically multiply with "transport.jms.ReconnectProgressFactor"

2016-05-18 Thread Dilshani Subasinghe
In previous mail, I am referring both points to same thing. Please consider, it should be correct as follows: 1. *transport.jms.ReconnectProgressFactor is set to 2 by default to increasing the reconnect interval exponential until it reach to transport.jms.MaxReconnectDuration. * 2. *if the user

Re: [Dev] [ESB][JMS] "transport.jms.InitialReconnectDuration" parameter will automatically multiply with "transport.jms.ReconnectProgressFactor"

2016-05-18 Thread Dilshani Subasinghe
Hi Nuwan, Thanks a lot for your clarification. But need more explanation on your comments. 1. *if the user define only transport.jms.InitialReconnectDuration, It will always be multiplied by the transport.jms.ReconnectProgressFactor until it reach to transport.jms.MaxReconnectDuration. * We can

Re: [Dev] [DEV] [ESB] [LDAP Connector] SSL connection (port 636)

2016-05-18 Thread Willian Antunes
Vivekananthan, Did you see what happened during the communication process? If didn't try to install an sniffer like Wireshark to understand which error the LDAP server sent to you. There are two scenarios which you can use to test: 1 - Set *secureConnection* and *disableSSLCertificateChecking

[Dev] WSO2 Kubernetes Artifacts 1.0.0 Released!

2016-05-18 Thread Isuru Haththotuwa
WSO2 PaaS team is pleased to announce the release of WSO2 Kubernetes Artifacts 1.0.0. Main features of this release: - A consistent set of Kubernetes Artifacts with recommended best practices for deploying following WSO2 Products on Kubernetes: - WSO2 API Manager 1.10.0

Re: [Dev] [ESB][JMS] "transport.jms.InitialReconnectDuration" parameter will automatically multiply with "transport.jms.ReconnectProgressFactor"

2016-05-18 Thread Nuwan Wimalasekara
Hi Dilshani, If the user need to define constant interval for reconnect, user can define transport.jms.ReconnectInterval. Then it will wait defined value for each reconnect attempt. if the user define only transport.jms.InitialReconnectDuration, It will always be multiplied by the

[Dev] WSO2 Developer Studio Kernel 4.1.0. Released!

2016-05-18 Thread Awanthika Senarath
Hi all, We are pleased to announce the release of *WSO2 Developer Studio Kernel 4.1.0.* P2 repository of WSO2 developer Studio Kernel 4.1.0 is available here . Source and Tag Location for this release is available

Re: [Dev] Output Schema generation for Data Mapper - Byte generated as String

2016-05-18 Thread Nuwan Pallewela
Hi Hariprasath, Raw field holds a byte stream value. As the JSON Schema only have seven primitive data types[1], I think current way of defining the type as String is the correct way to represent it in the schema. That is because we are not going to process this raw in the data mapper any way. We

Re: [Dev] [App Cloud] Fronting microservice with HA Proxy

2016-05-18 Thread Danushka Fernando
By analyzing it further what I understand is netty server closes connection while ha proxy trying to keep it alive. So best option for netty server is option http-server-close AFAIU by looking at

Re: [Dev] Output Schema generation for Data Mapper - Byte generated as String

2016-05-18 Thread Hariprasath Thanarajah
Yes then it would be fine Nuwan and I'll proceed with this. On Wed, May 18, 2016 at 4:43 PM, Nuwan Pallewela wrote: > Hi Hariprasath, > > Raw field holds a byte stream value. As the JSON Schema only have seven > primitive data types[1], I think current way of defining the type

Re: [Dev] [C5] [MB] Failed to initialize startup resolver

2016-05-18 Thread Hemika Kodikara
Hi All, As Indika mentioned, we are getting the following error on MB startup. osgi> 16:55:36.567 [Timer-0] ERROR org.wso2.carbon.datasource.core.internal.DataSourceListenerComponent - Error occurred while initializing data sources org.wso2.carbon.datasource.core.exception.DataSourceException:

Re: [Dev] Representing a JSON payload with null values - visual datamapper editor

2016-05-18 Thread Nuwan Pallewela
Hi Malaka, Yes. We may have to refer api docs and find the expected value for those optional fields and in the esb runtime data mapper engine should handle them. But the engine is not implemented up-to that level yet. We should handle these null-able fields. Thanks, Nuwan On Wed, May 18, 2016

Re: [Dev] Output Schema generation for Data Mapper - Byte generated as String

2016-05-18 Thread Nuwan Pallewela
Hi Hariprasath, How did you generate the schema and what is the payload you used to generate it? Thanks, Nuwan On Wed, May 18, 2016 at 3:32 PM, Hariprasath Thanarajah < haripras...@wso2.com> wrote: > Hi All, > > Currently I am doing the schema generation for Gmail REST connector. In > most of

[Dev] Output Schema generation for Data Mapper - Byte generated as String

2016-05-18 Thread Hariprasath Thanarajah
Hi All, Currently I am doing the schema generation for Gmail REST connector. In most of the methods in this connector have the response part as[1], But in the JSON schema the type was generated as string[2]. Is there any way to generate as bytes or is it ok to proceed as below? [1] - { "id":

Re: [Dev] [App Cloud] Fronting microservice with HA Proxy

2016-05-18 Thread Danushka Fernando
Sorry its option httpclose . But seems option http-server-close and option forceclose

[Dev] [ESB][JMS] "transport.jms.InitialReconnectDuration" parameter will automatically multiply with "transport.jms.ReconnectProgressFactor"

2016-05-18 Thread Dilshani Subasinghe
Hi ESB Team, When consider about "JMS connection factory parameters" [1] , user can define "transport.jms.InitialReconnectDuration" parameter to give time duration which will define initial reconnection time after broken JMS connection. But the given value will be multiply with 2. That 2 is

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-05-18 Thread Ruwan Abeykoon
Hi Harsha, Yes, I will create the fix for APIM and send the PR. Cheers, Ruwan On Wed, May 18, 2016 at 11:56 AM, Harsha Kumara wrote: > Adding Bhathiya. > > We got same exception yesterday in APIM as well. We will need to same > thing for DS as well. > > Thanks, > Harsha > >

Re: [Dev] [ESB][JMS] Documentation - missing main user scenarios and proper clarification on configuration

2016-05-18 Thread Nisrin Sheriff
Thank you for the information Dilshani. I will check with the ESB/MB teams on what you have mentioned with regards to doc bugs/improvements and fix those. Best Regards, Nisrin Nisrin Sheriff Senior Technical Writer *WSO2, Inc.*lean.enterprise.middleware. mobile: +94 776 24 84 56

Re: [Dev] [DEV] [ESB] [LDAP Connector] SSL connection (port 636)

2016-05-18 Thread Willian Antunes
By the way I believe we could talk directly from the LDAP Connector JIRA issue instead from here or use the pull request that I requested from GitHub , so we can keep the history of it from

Re: [Dev] [DEV] [ESB] [LDAP Connector] SSL connection (port 636)

2016-05-18 Thread Vivekananthan Sivanayagam
Hi willian Antunes, Thank you for more details, I am looking on that. *Thank youVivekananthan Sivanayagam* *Associate Software Engineer | WSO2* *E:vivekanant...@wso2.com * *M:+94752786138* On Wed, May 18, 2016 at 7:53 PM, Willian Antunes <

Re: [Dev] [C5] [MB] Failed to initialize startup resolver

2016-05-18 Thread Sameera Jayasoma
Hi Hemika, Thanks ;) This attribute can be used to declare indirect dependencies to a particular component. I will put a detailed explanation to the blog soon. Thanks, Sameera. On Wed, May 18, 2016 at 12:28 PM, Hemika Kodikara wrote: > Hi Sameera, > > I saw this

[Dev] [DEV][Vote] Release WSO2 Puppet Modules 2.0.0

2016-05-18 Thread Chamila De Alwis
Hi, This is the first release candidate (RC1) for WSO2 Puppet Modules 2.0.0. Please download, verify, and vote. Voting will be open for 72 hours. [ ] Broken - Do not release (explain why) [ ] Stable - Go ahead and release Main features and fixes released with this release: - Updated

Re: [Dev] [OAuth] Error happens in EMM intermittently

2016-05-18 Thread Kamidu Punchihewa
Hi Kasun, Please follow the mail thread "*[DEV][IS] Getting an Unique index or primary key violation exception*". Discussion related to the above intermittent issue was conducted earlier in the above mail thread. Thanks and Best Regards, Kamidu Sachith Punchihewa *Software Engineer* WSO2, Inc.