Re: [Dev] [Siddhi] "Over Query Limit" error in geocode(stream function) in Siddhi

2018-10-17 Thread Gangani Ariyarathne
I've obtained a billing account through Infra team. I've used the constructor of the Geocoder which uses the client id and the client key. But I'm not sure what the geocoder constructer expects for the client key. I generated the client key by following the guide[1]. The changed code can be found

Re: [Dev] [Siddhi] Incorrect results when having two window joins with sums

2018-10-17 Thread Tishan Dahanayakage
Hi Ramindu, Each time a join happens s.amount is populated as 100 and it is a current event. When that current event reach the sum attribute aggregator it will keep on adding. In other words sum(s.amount) represent the sum of amounts that joined with consumptions stream not sum of amount came

[Dev] [Siddhi] Incorrect results when having two window joins with sums

2018-10-17 Thread Ramindu De Silva
Hi all, In tutorial[1] which we are using for our labkit as well has the siddhi app as follows. @App:name('MaterialThresholdAlertApp') @source(type = 'http', @map(type = 'json')) define stream MaterialConsumptionStream(name string, user string, amount double); @source(type = 'http', @map(type

Re: [Dev] [Siddhi] "Over Query Limit" error in geocode(stream function) in Siddhi

2018-10-17 Thread Ramindu De Silva
[+] Anusha On Wed, Oct 17, 2018 at 9:38 PM Ramindu De Silva wrote: > Hi Gagani, > > Did you go through the steps mentioned in created a billing account for > the cloud platform? > Could you please send the changed code? Did you do the code change to the > constructor of the Geocoder[2]? > > 1.

Re: [Dev] [Siddhi] "Over Query Limit" error in geocode(stream function) in Siddhi

2018-10-17 Thread Ramindu De Silva
Hi Gagani, Did you go through the steps mentioned in created a billing account for the cloud platform? Could you please send the changed code? Did you do the code change to the constructor of the Geocoder[2]? 1.

[Dev] WSO2 Identity Server 5.8.0-M4 Released!

2018-10-17 Thread Isura Karunaratne
WSO2 Identity and Access Management team is pleased to announce the release of Identity Server 5.8.0 M4! Download You can download WSO2 Identity Server 5.8.0 M4 from here . You can download WSO2 Identity Server

Re: [Dev] Problems in the web console after upgrade WSO2EI 6.3.0 to 6.4.0

2018-10-17 Thread Cyril Rognon
Hi Bernard, since the databases are the exect same between 6.3.0 and 6.4.0 I believe your issue is related to userstore and registry mounting configuration as stadted in point 5 of the documentaiton of this migration :

[Dev] Problems in the web console after upgrade WSO2EI 6.3.0 to 6.4.0

2018-10-17 Thread Bernard Paris
Hi, after upgrading from WSO2EI 6.3.0 to 6.4.0 re-using all same databases, starting the server 6.4.0 is ok, the only error in the logs at startup is DefaultCryptoProviderComponent} - 'CryptoService.Secret' property has not been set. ... Calling services (APIs) from remote clients works ok.

[Dev] [IS][5.7.0] - Register Oauth Application with Audience Restrictions.

2018-10-17 Thread Tharindu Dharmarathna
Hi All, Do We have a way to register Oauth Application from DCR Rest API with Audience Restrictions, As per the code in [1], I'm not able to see there was an attribute available to give audiences. [1] -

Re: [Dev] EI tooling - Adding collection and resource properties

2018-10-17 Thread Nilmini Perera
Ack for docs. On Wed, Oct 17, 2018 at 12:10 PM Godwin Shrimal wrote: > Thanks for the response Prabushi. I created [1] to track issue which is > not allowing to add resource properties. > > [1] https://github.com/wso2/product-ei/issues/2752 > > Thanks > Godwin > > On Wed, Oct 17, 2018 at 8:21

Re: [Dev] EI tooling - Adding collection and resource properties

2018-10-17 Thread Godwin Shrimal
Thanks for the response Prabushi. I created [1] to track issue which is not allowing to add resource properties. [1] https://github.com/wso2/product-ei/issues/2752 Thanks Godwin On Wed, Oct 17, 2018 at 8:21 AM Prabushi Samarakoon wrote: > Hi Godwin, > > Please find the related documentation

Re: [Dev] EI tooling - Adding collection and resource properties

2018-10-17 Thread Prabushi Samarakoon
Hi Godwin, Please find the related documentation below. - Collection creation - [1] - Adding properties - [2]