Re: [Dev] [ESB - 4.8.1] Clarification regarding message processor

2015-08-02 Thread Tishan Dahanayakage
Hi Shafreen/Isuru, On Sun, Aug 2, 2015 at 10:38 AM, Isuru Udana wrote: > Hi Shafreen, > > On Sun, Aug 2, 2015 at 10:11 AM, Shafreen Anfar wrote: > >> Hi Tishan, >> >> We haven't tested for each and every status code. But ideally, it should >> retry for most of the non 200 series status codes. >

Re: [Dev] [IS] WSO2 IS 5.1.0-SNAPSHOT is not starting up

2015-08-02 Thread Prasad Tissera
Hi Akila, Thanks for reporting. Will look on to this. Thanks. Regards, Prasad. Sent from my mobile On Aug 2, 2015 7:17 AM, "Akila Ravihansa Perera" wrote: > Hi, > > While testing out the latest IS pack I noticed the $subject. It hangs > after printing environment properties from CarbonCoreActi

Re: [Dev] How to define the streams with same stream name with different versions for data publishing (Versioning streams)???

2015-08-02 Thread Bhathiya Jayasekara
Is there anything stopping you from using streamdef version? Thanks, Bhathiya On Sat, Aug 1, 2015 at 2:04 PM, Isuru Wijesinghe wrote: > Hi All, > > I already designed a front end component which provides the configuration > to select set of attributes which belongs to the both process and task

Re: [Dev] [ESB - 4.8.1] Clarification regarding message processor

2015-08-02 Thread Isuru Udana
On Sun, Aug 2, 2015 at 12:51 PM, Tishan Dahanayakage wrote: > Hi Shafreen/Isuru, > > On Sun, Aug 2, 2015 at 10:38 AM, Isuru Udana wrote: > >> Hi Shafreen, >> >> On Sun, Aug 2, 2015 at 10:11 AM, Shafreen Anfar >> wrote: >> >>> Hi Tishan, >>> >>> We haven't tested for each and every status code.

Re: [Dev] error in accessing simpleQuery" operation in HumanTaskClientAPIAdmin services in wso2 BPS

2015-08-02 Thread Bhathiya Jayasekara
Hi Akila, It looks like a problem with the message format. To avoid such issues you can use a stub to call the webservice. You can generate a stub using the service wsdl. And also I think you should be able to use corresponding stub which comes with WSO2 server as well. Thanks, Bhathiya On Thu,

Re: [Dev] [Java] StackOverflowError when serializing a deeply nested object

2015-08-02 Thread Ramindu De Silva
Hi Sajith, Thanks for the suggestion. Will try to implement the serialization in such a way with writeObject() which prevents the recursive manner . Best Regards, On Fri, Jul 31, 2015 at 6:43 AM, Sajith Ariyarathna wrote: > Hi Ramindu, > > I think you are talking about this [1] StreamEvent cla

[Dev] Unnecessary error message printing when realtime dashboard not displaying

2015-08-02 Thread Gihan Anuruddha
Hi CEP team, When we have a real time dashboard and dashboard not display in the browser, below message is continuously printing. I think we can't assume always realtime dashboards are displaying in the browser. So these redundant messages are unnecessarly filling the logs. I think one error messa

[Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Rukshan Premathunga
Hi all, i try to simulate event stream which contain facet attribute. even though i successfully send sample data through UI simulator, in message console i couldn't see any data. did anyone encounter this? Thanks and Regards. -- Rukshan Chathuranga. Software Engineer. WSO2, Inc. _

Re: [Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Niranda Perera
Can you attach a sample event you sent? On Sun, Aug 2, 2015, 21:07 Rukshan Premathunga wrote: > Hi all, > > i try to simulate event stream which contain facet attribute. even though > i successfully send sample data through UI simulator, in message console i > couldn't see any data. > > did anyo

Re: [Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Gihan Anuruddha
Hi Rukshan, Did you persist the stream? Are you seeing that stream name in the message console table dropdown? On Sun, Aug 2, 2015 at 9:07 PM, Rukshan Premathunga wrote: > Hi all, > > i try to simulate event stream which contain facet attribute. even though > i successfully send sample data thr

Re: [Dev] WSO2 Committers += CD Athuraliya

2015-08-02 Thread Lahiru Cooray
Congratulations CD...!!! On Fri, Jul 31, 2015 at 2:04 PM, Nirmal Fernando wrote: > Hi All, > > It's my pleasure to announce *CD Athuraliya* as a *WSO2 Committer*. He > has been a key contributor to the *WSO2 Machine Learner *Product and in > recognition of his excellent work, he had been voted a

Re: [Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Rukshan Premathunga
Hi Niranda, - here the stream definition: { "streamId": "facet_test:1.0.0", "name": "facet_test", "version": "1.0.0", "nickName": "", "description": "", "metaData": [], "correlationData": [], "payloadData": [ { "name": "id", "type": "INT" },

Re: [Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Rukshan Premathunga
Hi Gimantha, i persist the event stream with index and facet. In message console i can see the Table respect to above stream. Thanks and Regards. On Sun, Aug 2, 2015 at 9:13 PM, Rukshan Premathunga wrote: > Hi Niranda, > > >- here the stream definition: > > > { > > "streamId": "facet_tes

Re: [Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Rukshan Premathunga
Hi Gihan, i persist the event stream with index and facet. In message console i can see the Table respect to above stream. Thanks and Regards. On Sun, Aug 2, 2015 at 9:15 PM, Rukshan Premathunga wrote: > Hi Gimantha, > > i persist the event stream with index and facet. In message console i can

Re: [Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Gihan Anuruddha
You need to send those values as a json array. Above is the stream definition. Can you attach sample data event? On Sun, Aug 2, 2015 at 9:13 PM, Rukshan Premathunga wrote: > Hi Niranda, > > >- here the stream definition: > > > { > > "streamId": "facet_test:1.0.0", > > "name": "facet_test

Re: [Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Rukshan Premathunga
Hi Gihan, I sent the data using event simulator, not the actual event stream. i used the https://localhost:9443/carbon/eventsimulator/index.jsp?streamId= facet_test:1.0.0 UI to simulate. Thanks and Regards. On Sun, Aug 2, 2015 at 9:16 PM, Gihan Anuruddha wrote: > You need to send those values

Re: [Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Gihan Anuruddha
Can you please share the sample values that you used in the simulator? On Sun, Aug 2, 2015 at 9:19 PM, Rukshan Premathunga wrote: > Hi Gihan, > > I sent the data using event simulator, not the actual event stream. > i used the > https://localhost:9443/carbon/eventsimulator/index.jsp?streamId=fa

Re: [Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Rukshan Premathunga
Hi Giahn, i sent ID: as 1 and name,add,type as String values. Thanks and Regards. On Sun, Aug 2, 2015 at 9:31 PM, Gihan Anuruddha wrote: > Can you please share the sample values that you used in the simulator? > > > On Sun, Aug 2, 2015 at 9:19 PM, Rukshan Premathunga > wrote: > >> Hi Gihan, >

[Dev] Stack Overflow Question [WSO2 EMM - Location]

2015-08-02 Thread Zahra Alimadadi
Hi How can I force the devices to turn on gps (location) when connected to enterprise network, and how can I access to latitude and longitude of it in wso2_emm? Here is the link to my question in stackoverflow: WSO2 EMM - Location http://stackoverflow.com/q/31774570/3933607?sem=2 Best regards,

Re: [Dev] Unnecessary error message printing when realtime dashboard not displaying

2015-08-02 Thread Sriskandarajah Suhothayan
looping Tharik and Damith On Sun, Aug 2, 2015 at 9:06 PM, Gihan Anuruddha wrote: > Hi CEP team, > > When we have a real time dashboard and dashboard not display in the > browser, below message is continuously printing. I think we can't assume > always realtime dashboards are displaying in the br

Re: [Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Gimantha Bandara
Hi Rukshan, If a STRING field is persisted and indexed as FACET, then that specific field can only contain a JSON arrays as its values. For example, If you persisted and Indexed "Add" ( I assume Add means "Address" ) then For simulating, you need to set the value as [ Country, province, city, regi

Re: [Dev] [GSoC-2015] Proposal 6- AppFactory Command Line Tool

2015-08-02 Thread Fathima Dilhasha
Hi, *Progress Update* I have implemented flag extraction and the CLI Tool support login, app creation, listing of app details, listing of versions. Following are the next plans. - Allowing cookie and username storage - Implement "Triggering a build" You can find the git repository at [1

[Dev] Stack Overflow Question [WSO2 EMM - Application list]

2015-08-02 Thread Zahra Alimadadi
Hi The application list on device management tab didn't show all app installed on device. Here is the app on home page of my device (others all also installed) and here is the list of app recognized by emm. how can I fix this issus

Re: [Dev] Unnecessary error message printing when realtime dashboard not displaying

2015-08-02 Thread Tharik Kanaka
Hi Gihan, Yes it would be better to restrict printing error only once. Otherwise it would fill the console with redundant logs as you have mentioned. Regards, On Sun, Aug 2, 2015 at 11:12 PM, Sriskandarajah Suhothayan wrote: > looping Tharik and Damith > > On Sun, Aug 2, 2015 at 9:06 PM, Gihan

Re: [Dev] Unnecessary error message printing when realtime dashboard not displaying

2015-08-02 Thread Damith Wickramasinghe
Hi, +1. for printing it for only once. I will make the change. Thanks, Damith. On Mon, Aug 3, 2015 at 7:23 AM, Tharik Kanaka wrote: > Hi Gihan, > > Yes it would be better to restrict printing error only once. Otherwise it > would fill the console with redundant logs as you have mentioned. > >

Re: [Dev] Unnecessary error message printing when realtime dashboard not displaying

2015-08-02 Thread Tharik Kanaka
Hi Damith, I did above change, please review and merge the pull request [1] [1] https://github.com/wso2/carbon-analytics-common/pull/90 Regards, On Mon, Aug 3, 2015 at 8:40 AM, Damith Wickramasinghe wrote: > Hi, > > +1. for printing it for only once. I will make the change. > > Thanks, > Dami

Re: [Dev] [Orbit] Please review & merge the PR for Spark 1.4.1

2015-08-02 Thread Niranda Perera
Hi Maheshika, could you please look into this? thanks On Thu, Jul 30, 2015 at 4:09 PM, Sameera Jayasoma wrote: > Merged. > > Maheshika, please node. > > Thanks, > Sameera. > > On Thu, Jul 30, 2015 at 4:05 PM, Niranda Perera wrote: > >> Hi Sameera, >> >> Could you please review and merge this

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

2015-08-02 Thread Chanaka Fernando
Hi All, Module management feature is not working properly. When I try to engage a module (rahas or rampart), It throws the following exception[1] in the back end and UI is showing an error. With these errors, modules are listed under globally engaged modules list and when I try to disengage the m

Re: [Dev] error in accessing simpleQuery" operation in HumanTaskClientAPIAdmin services in wso2 BPS

2015-08-02 Thread Bhathiya Jayasekara
Can you please try using corresponding stubs which comes with wso2 server itself. You can find them in /repository/plugins/ Thanks, Bhathiya ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Orbit] Please review & merge the PR for Spark 1.4.1

2015-08-02 Thread Maheshika Goonetilleke
Hi Niranda spark-core, spark-sql and spark-streaming 1.4.1 versions have been deployed. On Mon, Aug 3, 2015 at 9:37 AM, Niranda Perera wrote: > Hi Maheshika, > > could you please look into this? > > thanks > > On Thu, Jul 30, 2015 at 4:09 PM, Sameera Jayasoma > wrote: > >> Merged. >> >> Mahesh

Re: [Dev] [Orbit] Please review & merge the PR for Spark 1.4.1

2015-08-02 Thread Niranda Perera
thanks Maheshika On Mon, Aug 3, 2015 at 10:24 AM, Maheshika Goonetilleke wrote: > Hi Niranda > > spark-core, spark-sql and spark-streaming 1.4.1 versions have been > deployed. > > On Mon, Aug 3, 2015 at 9:37 AM, Niranda Perera wrote: > >> Hi Maheshika, >> >> could you please look into this? >>

Re: [Dev] Stack Overflow Question [WSO2 EMM - Application list]

2015-08-02 Thread Kasun Dananjaya Delgolla
Hi Zahra, By default, it does not show system apps. In your case, the apps you don't see are system apps. We track the apps which are installed by the user and the enterprises. We have filtered the apps functionality to show only user-installed apps. Thanks On Sun, Aug 2, 2015 at 11:57 PM, Zahra

Re: [Dev] Stack Overflow Question [WSO2 EMM - WIFI operation not working]

2015-08-02 Thread Kasun Dananjaya Delgolla
Hi Zahra, You can't change the security type in EMM. It currently supports only WEP. Thanks On Sun, Aug 2, 2015 at 2:55 AM, Zahra Alimadadi wrote: > Hi, > > I am testing device management operation, but wifi setting is not working. > The difference between wifi set using emm and defualt is sec

Re: [Dev] WSO2 Committers += CD Athuraliya

2015-08-02 Thread Kasun Bandara
Congratulations CD :-) On Sun, Aug 2, 2015 at 9:11 PM, Lahiru Cooray wrote: > Congratulations CD...!!! > > On Fri, Jul 31, 2015 at 2:04 PM, Nirmal Fernando wrote: > >> Hi All, >> >> It's my pleasure to announce *CD Athuraliya* as a *WSO2 Committer*. He >> has been a key contributor to the *WSO2

Re: [Dev] WSO2 Committers += CD Athuraliya

2015-08-02 Thread Damith Wickramasinghe
Congratz CD... :) On Mon, Aug 3, 2015 at 10:58 AM, Kasun Bandara wrote: > Congratulations CD :-) > > On Sun, Aug 2, 2015 at 9:11 PM, Lahiru Cooray wrote: > >> Congratulations CD...!!! >> >> On Fri, Jul 31, 2015 at 2:04 PM, Nirmal Fernando wrote: >> >>> Hi All, >>> >>> It's my pleasure to annou

[Dev] [Status update] Adding single tenant cartridge support to appfactory

2015-08-02 Thread Anuruddha Premalal
Hi, I am working on $subject. In the current appfactory setup we have a single JVM Stratos 4.1.0 deployment. I am trying to get the autoscaling working since resetting the SM node each time of failure consumes time. Once a member fault event received to AS receives it but unable to continue with

Re: [Dev] [Status update] Adding single tenant cartridge support to appfactory

2015-08-02 Thread Anuruddha Premalal
Also this setup use kubernetes as the IaaS On Mon, Aug 3, 2015 at 11:31 AM, Anuruddha Premalal wrote: > Hi, > > I am working on $subject. > > In the current appfactory setup we have a single JVM Stratos 4.1.0 > deployment. I am trying to get the autoscaling working since resetting the > SM node

[Dev] [Synapse] Odd behavior in picking the API definition with the correct version, in Synapse 2.1.3.wso2v3

2015-08-02 Thread Rushmin Fernando
We recently upgraded App Manager's synapse version to 2.1.3.wso2v3 and noticed some odd behavior. *Test case* *-* There are two API config files (with some other API config files [1]) 1) admin--AppManagerSandbox.xml; *API Name* = SandboxOne; *Context* = /am-sandbox 2) admin--A

Re: [Dev] [Status update] Adding single tenant cartridge support to appfactory

2015-08-02 Thread Rajkumar Rajaratnam
Hi Anuruddha, Cluster monitor can be created in two situations. 1) when a cluster is created for the first time (application deployment time) 2) when stratos is restarted If cluster monitor creation failed, it would log enough information about it (some error logs like "Monitor creation failed,

Re: [Dev] [Synapse] Odd behavior in picking the API definition with the correct version, in Synapse 2.1.3.wso2v3

2015-08-02 Thread Malintha Amarasinghe
Hi Rushmin, We faced something similar when introducing Default Version Feature for APIM 1.7. Can you please check whether you are facing the same issue as this? http://mail.wso2.org/mailarchive/architecture/2014-March/015574.html Thanks, Malintha On Mon, Aug 3, 2015 at 11:52 AM, Rushmin Ferna