Re: [Dev] [appcloud] Unable to obtain the list of pods in kubernetes via jaggery app

2016-04-20 Thread Sabra Ossen
Hi Kasun, I also found an article at [1] on the internal structure of the appmgt jaggery app. Based on my understanding I haven't called the getPods method in the correct jag file which should be the modules/application/application.jag file. Apart from modifying the jaggery files to add my require

Re: [Dev] [AppCloud] Detecting idle containers in appcloud

2016-04-20 Thread Imesh Gunaratne
Hi Malmee, On Thu, Apr 21, 2016 at 11:23 AM, Malmee Weerasinghe wrote: > Hi All, > > After installing Heapster with the custom docker image [1], I was able to > get historical data of 1 hour. > How much memory do we need to allocate for Heapster to keep 1 hour of historical data in memory of a

Re: [Dev] [AppCloud] Detecting idle containers in appcloud

2016-04-20 Thread Malmee Weerasinghe
Hi All, After installing Heapster with the custom docker image [1], I was able to get historical data of 1 hour. But these data have to be examined to understand which data can be used to detect the idle containers in Kubernetes cluster. So one approach would be to store these data periodically

Re: [Dev] Task instance not appearing in claimable task list

2016-04-20 Thread Firzhan Naqash
Yeah. During defining the form properties, you have to define the candidate groups or assignee. If we haven't define any values, then activiti will be storing an empty field. So admin can't see all the tasks. Tasks are purely based on role members or users. Regards, Firzhan -- *Firzhan Naqash

Re: [Dev] Error while implementing the Integration test for salesforce(SOAP API) connector

2016-04-20 Thread Malaka Silva
Hi Hariprasath, Best is start debugging fresh pack with the release tag and apply the fix and check [1]. Did you check this with esb 5 alpha alread? If not do so. [1] https://docs.wso2.com/display/TA430/Debugging+Product+Integration+Tests On Thu, Apr 21, 2016 at 2:53 AM, Hariprasath Thanarajah

Re: [Dev] Task instance not appearing in claimable task list

2016-04-20 Thread Manuranga Perera
Ok, thanks everyone for the quick response. I assumed the expected behavior is, admin can see all the tasks as claimable. Is that a wrong assumption? ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Task instance not appearing in claimable task list

2016-04-20 Thread Amal Gunatilake
Hi Manuranga, In the sample attached the user task assignee attribute is missing, hence when you login with a particular user, the created task will not show up in "My task" or "Claimable task" view. These unassigned tasks can only be found by searching in the "Search view". To avoid such situati

Re: [Dev] Task instance not appearing in claimable task list

2016-04-20 Thread Firzhan Naqash
Hi, Yeah, either candidateUsers or candidateGroups should be defined Regards, Firzhan -- *Firzhan Naqash* Senior Software Engineer - Integration Platform Team WSO2 Inc. http://wso2.com email: firz...@wso2.com mobile: (+94) 77 9785674 <%28%2B94%29%2071%205247551>*| blog: http://firzhanblogger.

Re: [Dev] Error while implementing the Integration test for salesforce(SOAP API) connector

2016-04-20 Thread Hariprasath Thanarajah
As malaka said this is slightly different from the usual way and Malaka, I copied the patch to the folder and put the zip to the repository. Need to investigate further. On Wednesday, April 20, 2016, Malaka Silva wrote: > Hariprasath is doing this for connectors. It is slightly different than >

Re: [Dev] Task instance not appearing in claimable task list

2016-04-20 Thread Sajith Kariyawasam
I think that's the expected behaviour. In your attached bpmn configs, the user tasks candidateUsers are not set. In order to display a task as a claimable task, you need have that "activiti:candidateUsers" set. for eg: On Wed, Apr 20, 2016 at 8:40 PM, Manuranga Pere

[Dev] Task instance not appearing in claimable task list

2016-04-20 Thread Manuranga Perera
In BPS 3.5.1 1) I deployed following dummy bar file from Mgt UI 2) From bpmn-explorer I started the task 3) When I go to 'Claimable Tasks' tab, I can't see the instance 4) I can see the task instance in Mgt UI is this a bug ? -- With regards, *Manu*ranga Perera. phone : 071 7 70 20 50 mail : m.

[Dev] Why are We Keeping Auto Generated wsdls in VCS?

2016-04-20 Thread Chamila Wijayarathna
Hi all, In our source repos, at service stubs, we are keeping wsdls which are generated code. Usually keeping generated code in VCS is not the best practise. I am sure we are doing this for a reason, and I would like to know why are we doing this? Thank You! -- *Chamila Dilshan Wijayarathna,*

Re: [Dev] [IS] Clarification on handling attributes with STS and PassiveSTS

2016-04-20 Thread Malithi Edirisinghe
Hi All, On Wed, Apr 20, 2016 at 3:04 PM, Malithi Edirisinghe wrote: > [moving to dev@] > > On Wed, Apr 20, 2016 at 2:59 PM, Malithi Edirisinghe > wrote: > >> Hi All, >> >> In STS and PassiveSTS user attributes for the SAML attribute statement >> are retrieved by invoking a call back handler.

Re: [Dev] cep pmml svm problem

2016-04-20 Thread Fazlan Nazeem
Hi Marocco, Turns out the latest *released *version of the wso2-gpl[1] repository doesn't include the latest fixes related to pmml. What you could try is, to build the repositories manually as explained in[2] and use that p2-repo to install the pmml features to your CEP server. I have tried out y

Re: [Dev] Error while implementing the Integration test for salesforce(SOAP API) connector

2016-04-20 Thread Malaka Silva
Hariprasath is doing this for connectors. It is slightly different than running esb integration tests. We need to copy the zip file to repository folder. Hope you have updated the zip file with patch in that case. On Wed, Apr 20, 2016 at 10:08 PM, Thusitha Thilina Dayaratne < thusit...@wso2.com> w

Re: [Dev] Error while implementing the Integration test for salesforce(SOAP API) connector

2016-04-20 Thread Thusitha Thilina Dayaratne
Hi Hariprasath, Did you apply the patch manually to the pack when you run the integration test? AFAIK when you run integration tests it will use the already built default pack. It will not contains the patch. Thanks Thusitha On Wed, Apr 20, 2016 at 9:32 AM, Malaka Silva wrote: > Hi Hariprasat

Re: [Dev] Error while implementing the Integration test for salesforce(SOAP API) connector

2016-04-20 Thread Malaka Silva
Hi Hariprasath, You need to debug and investigate this further. Find details on debugging integration test in [1] [1] https://docs.wso2.com/display/TA430/Debugging+Product+Integration+Tests On Wed, Apr 20, 2016 at 6:18 PM, Hariprasath Thanarajah < haripras...@wso2.com> wrote: > Hi All, > > I ha

Re: [Dev] [appcloud] Unable to obtain the list of pods in kubernetes via jaggery app

2016-04-20 Thread Kasun De Silva
Hi Sabra, First check the related pod list coming to the Kubernetes Provisioning Component. At this point I would debug getPods() method in KubernetesProvisioningUtils.java and check whether that the correct selector label map and the pod list are available there. Thanks, Kasun On Wed, Apr 20,

Re: [Dev] cep pmml svm problem

2016-04-20 Thread marocco
Hi Fazlan, I tried before writing this post but I always got the error: Different definition same as output stream definition :StreamDefinition So I this that the output of the predict is different but I don't know how it has to be.. Have you ever try with a svm model? Can you test please m

Re: [Dev] {ESB] Script Mediator JavaScript String Concatenation not working

2016-04-20 Thread Abimaran Kugathasan
Thanks Vijitha, There was a mistake in my sequence that causes the issue for me. On Tue, Apr 19, 2016 at 6:17 PM, Vijitha Ekanayake wrote: > Hi Abimaran, > > I've tried concatenation using below API configurations[1] and was able to > get the expected results as shown in console log[2]. Can you

[Dev] [IS] Clarification on handling attributes with STS and PassiveSTS

2016-04-20 Thread Malithi Edirisinghe
[moving to dev@] On Wed, Apr 20, 2016 at 2:59 PM, Malithi Edirisinghe wrote: > Hi All, > > In STS and PassiveSTS user attributes for the SAML attribute statement are > retrieved by invoking a call back handler. > Previously, when building the SAML 1.1 assertion and SAML 2.0 assertion, > this cal

[Dev] [appcloud] Unable to obtain the list of pods in kubernetes via jaggery app

2016-04-20 Thread Sabra Ossen
Hi All, I deployed an app in my app cloud local set up and I have modified the code in "/site/themes/default/templates/home/template.jag" such that once the application home page is loaded (after the application has been clicked from the list of created apps) the list of pods for that particular a

Re: [Dev] [API M] MS-SQL scripts to create schema for API Statistics

2016-04-20 Thread Rukshan Premathunga
Hi, try with mysql script. But with mssql stat will not work due to this [1] [1] https://wso2.org/jira/browse/DAS-356 Thanks and Regards. On Wed, Apr 20, 2016 at 2:39 PM, Nadeesha Gamage wrote: > Hi all, > MS-SQL scripts required to create schema for API Statistics is not > available in the f

[Dev] [API M] MS-SQL scripts to create schema for API Statistics

2016-04-20 Thread Nadeesha Gamage
Hi all, MS-SQL scripts required to create schema for API Statistics is not available in the following folder[1] in the product distribution. Would it be possible to get this script. [1] /dbscript/stat/sql Thank you -- Nadeesha Gamage Associate Technical Lead - Solutions Engineering T : +94 77 3

Re: [Dev] [Process Center] Permission API in Registry

2016-04-20 Thread Mushthaq Rumy
Hi, There is a class called PermissionUtil in org.wso2.carbon.registry.resource. services.utils package in the Registry. You can use the getPermissions method in the above class to get the permission level. Thanks & Regards, On Wed, Apr 20, 2016 at 1:44 PM, Yasima Dewmini wrote: > Hi, > > I'm

[Dev] [Process Center] Permission API in Registry

2016-04-20 Thread Yasima Dewmini
Hi, I'm from PC team and I'm implementing process level permission support for PC. I need to get the permission level given resource, action and the user. Can I know the permission API used for this in Registry? Thanks and Regards, Yasima. -- Yasima Dewmini Software Engineer, WSO2, Inc. Mobile

Re: [Dev] DAS minimum HA deployment in one node?

2016-04-20 Thread Anjana Fernando
Hi Dulitha, On Tue, Apr 19, 2016 at 11:42 PM, Dulitha Wijewantha wrote: > > > On Tue, Apr 19, 2016 at 3:51 AM, Anjana Fernando wrote: > >> Hi, >> >> Are we talking about having two instances of running in one physical >> machine or else, just one instance running? .. As Srinath said, usually HA

Re: [Dev] cep pmml svm problem

2016-04-20 Thread Fazlan Nazeem
Hi Marocco, What you need is something like this. @Import('inputStream:1.0.0') define stream inputTest (field_0 double, field_1 double, field_2 double, field_3 double, field_4 double, field_5 double, field_6 double, field_7 double, field_8 double, field_9 double, field_10 double, field_11 double,