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

2016-08-04 Thread Mahesh Dananjaya
Hi Supun, This is the error i am getting while run the extension in the cabon-ml side, plase reffer to link [1] for the class. ERROR {org.wso2.carbon.ml.siddhi.extension.streaming.samoa.StreamingClusteringTaskBuilder} - Fail to initialize the task java.lang.Exception: Class not found: StreamingC

[Dev] GSoC2016-Contact Development Team Feature

2016-08-04 Thread Kavith Lokuhewage
Hi Nathiesha, Great! I have sent you the invitation. Thanks, *Kavith Lokuhewage* Senior Software Engineer WSO2 Inc. - http://wso2.com lean . enterprise . middleware Mobile - +94779145123 Linkedin Twitter

[Dev] Cannot append third context url to startup log

2016-08-04 Thread Malintha Adikari
Hi, We have 3 jaggery apps in PC and we want to show each app context URL in startup log. We can add context URLs up to two apps but 3rd app context URL is not appearing in the log. I got to know that this is a known issue. Do we have fix/workaround for this issue ? Is there any public jira to tra

Re: [Dev] Update on Kubernetes setup

2016-08-04 Thread Imesh Gunaratne
On Fri, Aug 5, 2016 at 7:29 AM, Abhishek Tiwari < abhishek.tiwari0...@gmail.com> wrote: > Hi Imesh, > > I am not trying access container in K8S, this problem was while running > tests for regular container deployement (which we call default platform). > ​Right, we might not need to consider stand

Re: [Dev] [GSOC 16] Initial Project Progress

2016-08-04 Thread Imesh Gunaratne
On Fri, Aug 5, 2016 at 9:07 AM, Osura Rathnayake > wrote: > Hi Mentors, > > This is the progress so far. > > I have created a template, using which you can deploy 3 VMs, manager node, > worker node and a DB. This template can be used in any azure subscription, > you only have to do a template depl

Re: [Dev] Passing values to the Xpath 2.0 function - fn:avg

2016-08-04 Thread Sohani Weerasinghe
Hi Shafreen, I have used [1] in testing the functions, since there is no proper reference to get a list of functions supported by the Saxon 9.4 HE. Based on this, can we confirm that the mentioned functions in the above thread are not supported in HE? (so that we can conclude with the functions we

[Dev] [C5][CAAS]Getting Invalid user credential When trying to invoke MB through CAAS

2016-08-04 Thread Sajini De Silva
Hi, We have implemented Authentication and Authorization module for MB using CAAS. When trying to invoke MB through a JMS client I'm getting the exception in [1]. I have populated the sample data to the user store using the script in [2]. I'm using username "admin" and password "admin" to invoke

Re: [Dev] Integration tests are failing due to NoClassDefFoundError

2016-08-04 Thread KasunG Gajasinghe
We have seen this happening when there are multiple different versions of the same bundle. When webapps uses classes from both these bundles, class-space violations occur. The error is shown as a java.lang. NoClassDefFoundError. On Wed, Aug 3, 2016 at 5:23 PM, Lakshani Gamage wrote: > Hi all, >

Re: [Dev] Passing values to the Xpath 2.0 function - fn:avg

2016-08-04 Thread Shafreen Anfar
Hi Sohanai, [+ Asanthi] We are using Saxon: HE (Home Edition) for XAPTH 2 functions. AFAIK, we don't select functionality to support so anything supported by library should already be there, which means it's likely HE edition does not contain function you're looking for. Please have a look at [1]

Re: [Dev] [IoTS] Failed to connect to the MQTT topic again after disconnect for a while in 1.0.0 alpha

2016-08-04 Thread 云展智创
Ayyoob, Could you tell me which piece of code in the Raspberry Agent store the client information of the device type? And if I create my new device plugin with "cdmf-devicetype-archetype”, does the result codebase will include my device type client information in the agent codes? Thanks. ---

Re: [Dev] [GSOC 16] Initial Project Progress

2016-08-04 Thread Osura Rathnayake
Hi Mentors, This is the progress so far. I have created a template, using which you can deploy 3 VMs, manager node, worker node and a DB. This template can be used in any azure subscription, you only have to do a template deployment using that template. You have to pass the relevant VM images at

Re: [Dev] [IoTS] Failed to connect to the MQTT topic again after disconnect for a while in 1.0.0 alpha

2016-08-04 Thread Ayyoob Hamza
Hi Jason, Device does not require a username/password to refresh the token rather it requires a client Id and client secret[1]. For our sample use cases we can either create a clientId and client secret per device or per device type. In the raspberry pi example the client information will be embed

Re: [Dev] [IoTS] Failed to connect to the MQTT topic again after disconnect for a while in 1.0.0 alpha

2016-08-04 Thread 云展智创
Hi Ayyoob, Thanks. I am testing to change the AccessTokenDefaultValidityPeriod to 84600 seconds (about one day). I want to confirm with you whether my understanding of the following configuration attributes is correct. is used when user login in the application and get the client_id and clien

Re: [Dev] GSoC2016-Contact Development Team Feature

2016-08-04 Thread Kavith Lokuhewage
Hi Nathiesha, Shall we have the meeting at 2pm – 3pm today? Please let us know your availability. Thanks, *Kavith Lokuhewage* Senior Software Engineer WSO2 Inc. - http://wso2.com lean . enterprise . middleware Mobile - +94779145123 Linkedin

Re: [Dev] Update on Kubernetes setup

2016-08-04 Thread Abhishek Tiwari
Hi Imesh, I am not trying access container in K8S, this problem was while running tests for regular container deployement (which we call default platform). Thanks Abhishek On Wednesday, August 3, 2016, Imesh Gunaratne wrote: > > ​Hi Abhishek,​ > > On Thu, Aug 4, 2016 at 9:39 AM, Abhishek Tiwar

Re: [Dev] wso2-extensions contribution..

2016-08-04 Thread Malaka Silva
+1 On Thu, Aug 4, 2016 at 8:59 PM, Vivekananthan Sivanayagam < vivekanant...@wso2.com> wrote: > Hi Malaka, > > There is another method "readResponseHTTPS" , we may need to modify that > method also as Kim has improved using the same concept. > > Shall we do the improvement? > > > > > *Thank youVi

Re: [Dev] [IoTS] Failed to connect to the MQTT topic again after disconnect for a while in 1.0.0 alpha

2016-08-04 Thread Ayyoob Hamza
Hi Jason, This happens when the OAuth token is expired for the device. In the IoTS alpha we have not implemented the renewing the token with refresh token part, however this has been implemented in the master. One way of having a continuous connection for the samples in alpha pack would be to incr

Re: [Dev] [IoTS] Failed to connect to the MQTT topic again after disconnect for a while in 1.0.0 alpha

2016-08-04 Thread 云展智创
I got the following error logs from IoTS: == [2016-08-05 08:57:06,466] ERROR - MessageMetricsHandler Connection reset by peer java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcherImpl.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDi

[Dev] Shindig feature to get tenantDomain, Hostname and Port within a gadget

2016-08-04 Thread Nisala Nanayakkara
Hi, Please note that we have added another shindig feature in order to provide ability to get tenant domain, hostname and port within a gadget. You can get the tenant domain by requiring identity feature and hostname, port by requiring server feature as below. *To get tenant domain* Require iden

[Dev] [Siddhi] External Time batch to support round time

2016-08-04 Thread Liangfei.Su
Community, I filed https://github.com/wso2/siddhi/issues/180 to have external time batch window support round time, want to see if there are comments on these feature. Thanks, Ralph ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listi

Re: [Dev] wso2-extensions contribution..

2016-08-04 Thread Vivekananthan Sivanayagam
Hi Malaka, There is another method "readResponseHTTPS" , we may need to modify that method also as Kim has improved using the same concept. Shall we do the improvement? *Thank youVivekananthan Sivanayagam* *Associate Software Engineer | WSO2* *E:vivekanant...@wso2.com * *M:+94752786138* On

Re: [Dev] wso2-extensions contribution..

2016-08-04 Thread Malaka Silva
Hi Kim, Thank you for your contribution. On Thu, Aug 4, 2016 at 6:49 PM, Vivekananthan Sivanayagam < vivekanant...@wso2.com> wrote: > Hi , > > We have reviewed and merged. > > > > > *Thank youVivekananthan Sivanayagam* > > *Associate Software Engineer | WSO2* > > *E:vivekanant...@wso2.com * > *M

Re: [Dev] Disabling INFO logs per page rendering

2016-08-04 Thread Sinthuja Ragendran
Hi Rasika, As discussed in offline, this improvement is helpful in the standalone setup for the developer, and hence for the moment I'll merge your change. But finally we need to provide the log4j.properties in the application level to really address this issue, but due to time limitations let's g

Re: [Dev] Is it possible to use both "Return Generated Keys" and Batch Requests options in DSS 3.5.0?

2016-08-04 Thread Madhawa Gunasekara
Hi Samith, At the moment, we don't support returning results for a batch request operations. because we have to aggregate the result and send them all. therefore you won't able to get a batch request operation when there is a result in particular operation's queries. that's why you won't be able t

Re: [Dev] Disabling INFO logs per page rendering

2016-08-04 Thread Dilan Udara Ariyaratne
Hi Rasika, Based on the offline chat we had, now I am quite clear on your implementation and yes, this solves the fundamental development problem that I had. For ex: If a developer wants to just focus his debugging on a certain function that resides on a particular jaggery file, with this impleme

Re: [Dev] Passing values to the Xpath 2.0 function - fn:avg

2016-08-04 Thread Sohani Weerasinghe
Hi ESB Team, Please find the summary of issues encountered while testing the XPath 2.0 functions at [1] ( referred [2] & [3] for syntax) and really appreciate your input on this *1. "Invalid XPath Syntax" occurs when saving the synapse configuration in management console* This error occurs for

Re: [Dev] wso2-extensions contribution..

2016-08-04 Thread Vivekananthan Sivanayagam
Hi , We have reviewed and merged. *Thank youVivekananthan Sivanayagam* *Associate Software Engineer | WSO2* *E:vivekanant...@wso2.com * *M:+94752786138* On Thu, Aug 4, 2016 at 3:12 PM, Vivekananthan Sivanayagam < vivekanant...@wso2.com> wrote: > Hi Malaka, > > Noted. > > > > > *Thank youVi

[Dev] Is it possible to use both "Return Generated Keys" and Batch Requests options in DSS 3.5.0?

2016-08-04 Thread Samith Dassanayake
Hi All, Is it possible to use both "Return Generated Keys" and Batch Requests options in DSS 3.5.0? For an example I have a query(addFlightQuery) which inserts a record to a table. If I don't enable the "Return Generated Keys" options as in [1], I can see both "_post_addflightquery" and "_post_

Re: [Dev] How to add a collection with registry REST API?

2016-08-04 Thread Bhathiya Jayasekara
I could get it working by sending *-H "Content-Type: application/atomcoll+xml" *instead of Media-Type. Docs are incorrect, please fix them. Thanks, Bhathiya On Thu, Aug 4, 2016 at 5:58 PM, Bhathiya Jayasekara wrote: > Hi all, > > I followed [1] to create a collection with below curl command. I'

[Dev] How to add a collection with registry REST API?

2016-08-04 Thread Bhathiya Jayasekara
Hi all, I followed [1] to create a collection with below curl command. I'm using IS 5.1.0 with resource.war from greg. *> curl -v -k -X PUT -H "Authorization: Basic YWRtaW46YWRtaW4=" -H "Media-Type: application/atomcoll+xml" -H "Content-Type: application/x-www-form-urlencoded" -d '' https://local

Re: [Dev] [GSoC 2016]Proposal 03: [ML]Visual(Deep) Neural Network Builder -Project Progress

2016-08-04 Thread Lakini Senanayaka
Hi, This is the meeting minute for today's GSoC project review meeting. Upul reviewed the current progress of the project, "(Deep) Neural Network Builder for WSO2 Machine Learner". Below mentioned are the decisions made and the new tasks allocated at the meeting. Assigned action items: -Maki

Re: [Dev] [GSoC 2016] Final Evaluation

2016-08-04 Thread Lakini Senanayaka
Thank you!! On Thu, Aug 4, 2016 at 3:28 PM, Supun Sethunga wrote: > [adding ml gsoc students] > > On Wed, Aug 3, 2016 at 10:46 PM, Imesh Gunaratne wrote: > >> Dear Students, >> >> This is to give you a heads up on $subject. >> >> We have seen in the past students being inactive time to time and

Re: [Dev] [IOTS] Failed to get realtime data from IoTS in 1.0.0 alpha

2016-08-04 Thread 云展智创
Ruwan, Yes, you are right. Thank you very much. And if you have time, please help to give me some suggestions for question in another mail: - MAIL: [Dev] [IoTS] Failed to connect to the MQTT topic again after disconnect for a while in 1.0.

Re: [Dev] [GSoC 2016] Final Evaluation

2016-08-04 Thread Supun Sethunga
[adding ml gsoc students] On Wed, Aug 3, 2016 at 10:46 PM, Imesh Gunaratne wrote: > Dear Students, > > This is to give you a heads up on $subject. > > We have seen in the past students being inactive time to time and trying > to complete the deliverables at the last minute when the submission >

Re: [Dev] wso2-extensions contribution..

2016-08-04 Thread Vivekananthan Sivanayagam
Hi Malaka, Noted. *Thank youVivekananthan Sivanayagam* *Associate Software Engineer | WSO2* *E:vivekanant...@wso2.com * *M:+94752786138* On Thu, Aug 4, 2016 at 2:49 PM, Malaka Silva wrote: > Thx for the information Kim. > > @Vivekananthan - Can we check this and merge? > > On Thu, Aug 4,

Re: [Dev] [IOTS] Failed to get realtime data from IoTS in 1.0.0 alpha

2016-08-04 Thread Ruwan Yatawara
Hi Json, This is most likely due to the fact that you are accessing the devicemgt app via a 'localhost' url. Please replace the host section of your devicemgt app url, with the ip address, and you will be able to see the statistics. Please let us know if this fixes the issue you are facing. Than

Re: [Dev] wso2-extensions contribution..

2016-08-04 Thread Malaka Silva
Thx for the information Kim. @Vivekananthan - Can we check this and merge? On Thu, Aug 4, 2016 at 1:54 PM, 김대경 wrote: > Hi Silva, > > I sent all information about improvement by email before... > > Did you mean.. > create issue in wso2 jira? > > Code change is about 6 line. > I think this is so

[Dev] [Release][BPS] WSO2 BPS 3.6.0-Beta is Released

2016-08-04 Thread Milinda Perera
Hi Devs, BPS team is pleased to announce the Beta release of WSO2 Business Process Server 3.6.0. This release comes with both the run-time and the tooling distributions. *WSO2 BPS 3.6.0-BETA* The distribution is available to download at [1]. [1] https://github.com/wso2/product-bps/releases/tag/

Re: [Dev] wso2-extensions contribution..

2016-08-04 Thread Malaka Silva
Hi Kim, Please send us more details about the improvement and will check and merge the request. Find more information in [1] [1] https://docs.wso2.com/display/ESBCONNECTORS/Creating+a+Third+Party+Connector+and+Publishing+in+WSO2+Store -- Forwarded message -- From: 김대경 Date: Wed

Re: [Dev] [APIM] [EMM] Adding multiple scopes to a single API resource endpoint

2016-08-04 Thread Milan Perera
Hi Sam, Thanks for the clarification. On Thu, Aug 4, 2016 at 12:34 PM, Sam Sivayogam wrote: > Hi Milan, > > In APIM scopes are there to give access controls based on user roles. A > scope can contain multiple user roles so if you want to block multiple > roles add those roles to a* single scope

Re: [Dev] Installing Features to Carbon Server

2016-08-04 Thread Eranda Rajapakshe
Hi Lakshani, Thanks a lot, I was able to install it with "WSO2 Carbon - Tasks Feature". One more thing, I found that in some situations several features are bundled together for a single feature. For an example I want to install "Application Management Server Feature", but it is bundled with "App

Re: [Dev] [APIM] [EMM] Adding multiple scopes to a single API resource endpoint

2016-08-04 Thread Sam Sivayogam
Hi Milan, In APIM scopes are there to give access controls based on user roles. A scope can contain multiple user roles so if you want to block multiple roles add those roles to a* single scope *and assign to the particular resource. IMO there is no need to create multiple scopes with different ro

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

2016-08-04 Thread Supun Sethunga
Hi Mahesh, samoa dependency version in siddhi-extension should be *0.4.0-incubating-SNAPSHOT*. That should solve the issue Regards, Supun On Thu, Aug 4, 2016 at 11:50 AM, Mahesh Dananjaya wrote: > Hi all, > samoa is in my local repository and dependencies works fine with all other > extensions