[Dev] [DSS] Nested query for insert

2015-11-25 Thread Irham Iqbal
Hi I have two tables TABLE1(ID,NAME,JSON,OWNER_ID), TABLE2(USERNAME,TABLE1_ID). I need to insert data to this tables. In my data service I need to pass NAME,JSON,OWNER_ID and Array of USERNAME. First It should insert to TABLE1 and get the ID and insert multiple rows to TABLE2 since I need to pass

Re: [Dev] [EMM] Doubt on Server Url to be taken from carbon.xml HostName value or some other configuration.

2015-11-25 Thread Sameera Jayasoma
At the moment carbon.xml contains proxy host, proxy context path of the worker cluster. But proxy port of the worker cluster is missing. Therefore we need to add this to carbon.xml. Suggestion is to put following properties under the "Ports" element. 80 443 WDYT? Thanks, Sameera. On Tue, Nov 2

Re: [Dev] is there any issue in adding classloder to connector

2015-11-25 Thread Rajjaz Mohammed
Hi, i Resolved that issue through Delete some classes inside the jar but its produce new error[1]. its seems to be like classloader issue[2]. and guide me on editing the jar file. is it OK for the development? [1] [2015-11-26 11:07:03,109] ERROR - EJBConnector Error calling EJB Service from EJBCon

Re: [Dev] Cross origin REST call fails with 403 Forbidden Error

2015-11-25 Thread Fazlan Nazeem
Hi Miyuru/Thamali, I have managed to make the cross origin calls work through curl. In the previous curl call the necessary headers were not sent. Following is the correct curl cross origin call. *OPTIONS request (Preflight)* curl -H "Origin: http://example.com"; *-H "Access-Control-Request-M

Re: [Dev] [Siddhi] what events is left in the window

2015-11-25 Thread Sriskandarajah Suhothayan
Hi Currently the concept of current event & expired events live within the query and all events going out to a stream are converted back to current events. So its hard for the application to keep track of the window and aggregation states like count, avg, std, etc... Further window implementations

Re: [Dev] Authentication Endpoint deployment failure with Securevault

2015-11-25 Thread Lakmali Baminiwatta
Thanks Tharindu. On 26 November 2015 at 10:18, Tharindu Edirisinghe wrote: > Hi Lakmali, > > Yes this needs some code fix and I'm working on it. > > Regards, > Tharindu > > On Wed, Nov 25, 2015 at 8:45 PM, Lakmali Baminiwatta > wrote: > >> Hi Tharindu, >> >> On 26 November 2015 at 00:37, Tharin

Re: [Dev] is there any issue in adding classloder to connector

2015-11-25 Thread Dinusha Boteju
Hi Rajjaz, One reason for this class cast exception could be because these 2 classes are getting loaded from 2 different class loaders. -Dinusha On Wed, Nov 25, 2015 at 12:21 AM, Rajjaz Mohammed wrote: > > Seems like a jar version mismatch. Better verify if we are using client >> jars of the s

Re: [Dev] Authentication Endpoint deployment failure with Securevault

2015-11-25 Thread Tharindu Edirisinghe
Hi Lakmali, Yes this needs some code fix and I'm working on it. Regards, Tharindu On Wed, Nov 25, 2015 at 8:45 PM, Lakmali Baminiwatta wrote: > Hi Tharindu, > > On 26 November 2015 at 00:37, Tharindu Edirisinghe > wrote: > >> Hi Lakmali, >> >> This is related to the Tenants Dropdown feature i

Re: [Dev] Authentication Endpoint deployment failure with Securevault

2015-11-25 Thread Lakmali Baminiwatta
Hi Tharindu, On 26 November 2015 at 00:37, Tharindu Edirisinghe wrote: > Hi Lakmali, > > This is related to the Tenants Dropdown feature in SSO login page [1]. In > this feature, it needs to have keystore/truststore passwords and so it > provides the option for using secure vault for securely st

Re: [Dev] [Siddhi] what events is left in the window

2015-11-25 Thread Edward Zhang
I tried expired events before, it only works for the query without groupby. If the query contains groupby and having clause, then it only emit just expired event when having conditions is satisfied. For example String cseEventStream = "define stream TempStream (user string, cmd string);"; String

Re: [Dev] [Registry] CustomQueryTest fails in windows environment

2015-11-25 Thread Manuri Amaya Perera
Hi Greg team, Were you able to look into this? Thank you. On Mon, Nov 9, 2015 at 7:25 PM, Manuri Amaya Perera wrote: > Hi Greg team, > > Some registry core tests in [1] are failing in windows environment. This > has affected kernel 4.4.1 too. For more information please refer [2]. > > Will you

Re: [Dev] [Siddhi] what events is left in the window

2015-11-25 Thread Srinath Perera
Adding Suho Hi Edward, Each window give you a stream of expired events as well. Would that work? https://docs.wso2.com/display/CEP400/SiddhiQL+Guide+3.0#SiddhiQLGuide3.0-Window Thank Srinath On Thu, Nov 19, 2015 at 5:37 AM, Edward Zhang wrote: > Hi Siddhi team, > > Do we have anyway of track

Re: [Dev] [IS 5.1.0] Remember Me and Idle Session Time out

2015-11-25 Thread Prabath Siriwardana
Can you please explain what these values mean...? 1. Idle Session Time out 2. Remember Me Thanks & regards, -Prabath On Thu, Jul 23, 2015 at 3:52 AM, Darshana Gunawardana wrote: > This is fixed with https://github.com/wso2/carbon-identity/pull/657 > > Thanks, > Darshana > > On Tue, Jul 21, 201

Re: [Dev] [Siddhi] what events is left in the window

2015-11-25 Thread Edward Zhang
Resend. Hopefully Siddhi team can take care of this question. Thanks Edward Zhang On Wed, Nov 18, 2015 at 4:07 PM, Edward Zhang wrote: > Hi Siddhi team, > > Do we have anyway of tracking what events are removed from any type of > windows, length(batch), or time(batch)? I investigated that rem

Re: [Dev] Authentication Endpoint deployment failure with Securevault

2015-11-25 Thread Tharindu Edirisinghe
Hi Lakmali, This is related to the Tenants Dropdown feature in SSO login page [1]. In this feature, it needs to have keystore/truststore passwords and so it provides the option for using secure vault for securely storing the password. By going through the code in [2], I see some erroneous scenari

Re: [Dev] [Orbit] Adding H2O AI 3.2.0.9

2015-11-25 Thread Maheshakya Wijewardena
Hi Kalpa, I have changed according those comments. Best regards. On Wed, Nov 25, 2015 at 9:39 PM, Kalpa Welivitigoda wrote: > Hi Maheshakya, > > I added some comments to the PR, would you please attend to them? > > On Wed, Nov 25, 2015 at 1:06 PM, Nirmal Fernando wrote: > >> [Looping Kernel t

Re: [Dev] [Orbit] Adding H2O AI 3.2.0.9

2015-11-25 Thread Kalpa Welivitigoda
Hi Maheshakya, I added some comments to the PR, would you please attend to them? On Wed, Nov 25, 2015 at 1:06 PM, Nirmal Fernando wrote: > [Looping Kernel team] > > On Wed, Nov 25, 2015 at 1:03 PM, Maheshakya Wijewardena < > mahesha...@wso2.com> wrote: > >> Hi, >> >> Can you please review and m