Re: [Dev] Sending keys to invisible UI element in Selenium

2016-06-21 Thread Megala Uthayakumar
Hi, After setting the display of the file element to block it worked. ((JavascriptExecutor) webDriver).executeScript("document.getElementById(' selected-file').style.display=*'block''';*"); Thanks Rasika for offline suggestions. Thanks. Regards, Megala On Wed, Jun 22, 2016 at 11:04 AM,

Re: [Dev] Sending keys to invisible UI element in Selenium

2016-06-21 Thread Megala Uthayakumar
Hi Rasika, Thanks for suggestion. I already tried those. But still I am getting the same error. I doubt it is because of the file-upload-control class in the the parent div. Thanks. Regards, Megala On Wed, Jun 22, 2016 at 10:48 AM, Rasika Perera wrote: > Hi Megala, > > As

Re: [Dev] Upgrading the guava version of carbon-commons

2016-06-21 Thread Rasika Perera
Hi Niranda, So, it was decided to bring all the guava versions to a common version, > platform wide IMO making a library version, a platform common version is not practical. Can't we use OSGi version ranges to solve this problem? com.google.common.*;version="[13.0, 19)" I have created a JIRA

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

2016-06-21 Thread Mahesh Dananjaya
Hi Nirmal, *This is what i have done so far in the GSOC2016,* - prior research before SGD (Stochastic Gradient Descent) optimization techniques and mini-batch processing - Getting familiar and writing extensions to siddhi - Wrote a Stream Processor extensions for streaming application

Re: [Dev] Sending keys to invisible UI element in Selenium

2016-06-21 Thread Rasika Perera
Hi Megala, As [1] says, sending keys to a hidden element is a special use case. Selenium throws this exception because such that in real scenario user isn't entering text into hidden inputs as such. Hence "file input" should be treated as a special case. You may also need to enable a File

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

2016-06-21 Thread Maheshakya Wijewardena
Sorry, you need to put the returned values of the function into the output stream from LinRegInput#ml:streamlinreg(1, 2, 4, 100, 0.0001, 1.0, 0.95, salary, rbi, walks, strikeouts, errors) *select mseinsert into LinregOutput;* or from LinRegInput#ml:streamlinreg(1, 2, 4, 100, 0.0001,

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

2016-06-21 Thread Maheshakya Wijewardena
Hi Mahesh, In your output stream, you need to list all the attributes that are returned from the streamlinreg function: mse, intercept, beta1, Can you try that? On Wed, Jun 22, 2016 at 10:06 AM, Mahesh Dananjaya < dananjayamah...@gmail.com> wrote: > Hi Maheshakya, > This is the full query

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

2016-06-21 Thread Mahesh Dananjaya
Hi Maheshakya, This is the full query i used. @Import('LinRegInput:1.0.0') define stream LinRegInput (salary double, rbi double, walks double, strikeouts double, errors double); @Export('LinRegOutput:1.0.0') define stream LinregOutput (mse double); from LinRegInput#ml:streamlinreg(1, 2, 4,

Re: [Dev] DataPublisher clients should check the returned value of tryPublish API

2016-06-21 Thread Rukshani Weerasinha
Hi all, I added the following text as a tip in [1]. Please let me know whether it is correct. When you use the tryPublish API, it is important to check the value it returns. If it returns false (i.e indicating that the event was not sent), you should slow down the process of sending it

Re: [Dev] GSoC2016-Contact Development Team Feature

2016-06-21 Thread Nathiesha Maddage
Hi Kavith, I pushed the latest code to the Git repository now. [1] [1]- https://github.com/nathiesha/org.wso2.developerstudio.eclipse.errorreporter.git Thanks and regards Nathiesha On Wed, Jun 22, 2016 at 8:48 AM, Kavith Lokuhewage wrote: > Hi Nathiesha, > > Can you please

Re: [Dev] GSoC2016-Contact Development Team Feature

2016-06-21 Thread Kavith Lokuhewage
Hi Nathiesha, Can you please push your latest code Base to the git hub repository? We need to have a code review before winding up mid term evaluation. Thanks On Wednesday, June 22, 2016, Nathiesha Maddage wrote: > Hi all, > > Here I have attached a draft class

Re: [Dev] GSOC 2016: Proposal 7

2016-06-21 Thread Dinanjana Gunaratne
Here are the minutes of the review meeting we had yesterda y -Some code refactoring was suggested. Reducing use of static variables and static methods was suggested. -As the next milestone adding user configurable esb issue reporting suggested. This will change the current implementation to

Re: [Dev] Difference between wso2server.bat and wso2server.sh

2016-06-21 Thread Maduranga Siriwardena
Hi Godwin, Thanks for the response. Regards, Maduranga. On Mon, Jun 20, 2016 at 4:55 PM, Godwin Shrimal wrote: > Hi Maduranga, > > In windows you can run WSO2 Severs as windows service. Please see the link > [1] > > [1]

[Dev] Event Receiver does not take events having any parameter name containing dots (.)

2016-06-21 Thread Aneela Safdar
Hi all, My json custom formatted events are from a log file which contains parameters names with dots. i.e. sample event is {"ts":"2016-05-08

Re: [Dev] Reading transport header with JMS inbound

2016-06-21 Thread Manuranga Perera
I am just reading a custom JMS message property I see in axis transport we have copied all the JMS props to transport context [1]. But in new inbound endpoint code I don't see this [2]. [1]

[Dev] [GSoC Dockerfiles] Meeting minutes

2016-06-21 Thread Abhishek Tiwari
Hi All, Following are the meeting notes from GSoC Dockerfile test framework weekly meeting: *Tasks completed* 1. Ability to check for errors in Docker build and run logs. 2. Added the work around to pass answers to interactive prompt without having to add silent mode. 3. Working with community

[Dev] Supporting registry based parameter values in all Inbound Endpoints

2016-06-21 Thread Kasun Indrasiri
Hi, $subject is quite important when it comes to developing inbound endpoints and bind them to specific environments (with the use of registry key values paris). Also, at the same time we need to get this integrated to secure vault based parameters which are encrypted. Thanks, Kasun -- Kasun

Re: [Dev] ESB Analytics for MT scenarios?

2016-06-21 Thread Sriskandarajah Suhothayan
I think having separate execution plans for each tenant will not be a problem. Though this consumes some amount of memory to construct multiple execution plans it will improve the performance as data is not partitioned by tenants by default. Regards Suho On Tue, Jun 21, 2016 at 8:05 AM, Anjana

Re: [Dev] DataPublisher clients should check the returned value of tryPublish API

2016-06-21 Thread Sriskandarajah Suhothayan
Using the blocking method will handle this case, we introduced tryPublish so that we can fire and forget or else we can write to logs if we can't send events. Yes in these cases sometimes we have to check the retune value and modify the processing accordingly. Regards Suho On Tue, Jun 21, 2016

Re: [Dev] Reading transport header with JMS inbound

2016-06-21 Thread Godwin Shrimal
Hi Manu, What is the exact issue you have ? I had an issue with reading numeric transport headers in JMS Message Store/Processor same artifacts work fine with InMemory Message Store. Thanks Godwin On Mon, Jun 20, 2016 at 3:50 PM, Manuranga Perera wrote: > Have some issues

Re: [Dev] [UUF] Pagination support in UUF

2016-06-21 Thread Sudharma Subasinghe
Hi Rasika, There is a table which shows process details in bpmn-explorer. When loading process details to table, it does not load all the process data set at once as there can be a huge nu. of data set in database by calling the osgi service. Hence it shows 10 processes for one page of table. It

Re: [Dev] [PET] [ESB] Empty body in response causes error with ESB 5.0.0-BETA

2016-06-21 Thread Malaka Silva
Hi Shakila, It seems in both versions that check is there. Shall we try to debug the [1] with esb 490 and [2] with esb 5.0.0 and identify the issue? [1]

Re: [Dev] DSS Tryit Page issue

2016-06-21 Thread Manuri Amaya Perera
On Tuesday, 21 June 2016, Ayoma Wijethunga wrote: > Hi Team, > > Identified that *"issue 1"* occurred because TryIt does not load the > "csrfPrevention.js" JavaScript, which is responsible of injecting CSRF > token values into request. This is because TryIt application does not

Re: [Dev] DSS Tryit Page issue

2016-06-21 Thread Ayoma Wijethunga
Hi Team, Identified that *"issue 1"* occurred because TryIt does not load the "csrfPrevention.js" JavaScript, which is responsible of injecting CSRF token values into request. This is because TryIt application does not have the usual carbon template applied. [1] should fix the issue. I have

Re: [Dev] Invitation: Mid term evaluation : Contact Development Team Feature : ... @ Wed 22 Jun 2016 15:00 - 16:00 (jasin...@wso2.com)

2016-06-21 Thread Nathiesha Maddage
Hi all, Here I have attached a document listing down all the project tasks and the current status of the implementation. I thought of preparing a class diagram as well, so you can get an idea about the connection between the classes, and advise me on the changes to be done to their structure and

Re: [Dev] [ESB][PET] ESB does not send the actual payload to the client - ESB 5.0.0-BETA

2016-06-21 Thread Malaka Silva
Hi Shakila, Shall we try disable chunking. [1] However this is to check if this is due to that and original issue needs to be fixed. @Senduran - I guess we have done some logic when building message with content-length. Can this be due to that? [1]

Re: [Dev] [UUF] Pagination support in UUF

2016-06-21 Thread Rasika Perera
Hi Sudharma, I need server side pagination for my requirements. I am not clear about the exact requirement. ​Pagination can be achieved with following options; ​[1]. Full page refresh with path params ​First option is that you can pass path parameters. For example;

Re: [Dev] Session fixation with Application Server 6.0.0 SAML 2.0 single-sign-on

2016-06-21 Thread Chiranga Alwis
Hi all, sure I follow that procedure in the future. On Tue, Jun 21, 2016 at 7:21 PM, Prabath Siriwardana wrote: > Hi Chiranga, > > On Tue, Jun 21, 2016 at 6:02 AM, Chiranga Alwis wrote: > >> Hi all, >> >> during the code review held last Friday, there was

Re: [Dev] Session fixation with Application Server 6.0.0 SAML 2.0 single-sign-on

2016-06-21 Thread Prabath Siriwardana
Hi Chiranga, On Tue, Jun 21, 2016 at 6:02 AM, Chiranga Alwis wrote: > Hi all, > > during the code review held last Friday, there was a discussion on session > fixation. > > I performed a minor research on session fixation and checked out on > measures taken by Tomcat

Re: [Dev] WSO2 Docker images layered composition

2016-06-21 Thread Akila Ravihansa Perera
Hi Isuru, One drawback of not having a wso2base is that in a restricted environment where Internet connectivity is not available, a private build server will not be able to build the images using Puppet provisioning if there are any additional packages to be installed. But if there was a wso2base

[Dev] Session fixation with Application Server 6.0.0 SAML 2.0 single-sign-on

2016-06-21 Thread Chiranga Alwis
Hi all, during the code review held last Friday, there was a discussion on session fixation. I performed a minor research on session fixation and checked out on measures taken by Tomcat internally to prevent such attacks. From what I have discovered it seems that Tomcat provides session fixation

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

2016-06-21 Thread Nirmal Fernando
Hi Mahesh, Can you summarize the work we have done so far and the remaining work items please? Thanks. On Tue, Jun 21, 2016 at 5:56 PM, Mahesh Dananjaya wrote: > Hi Maheshakya, > I have updated the repo [2] and upto date documents can be found at > [1].thank you. >

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

2016-06-21 Thread Mahesh Dananjaya
Hi Maheshakya, I have updated the repo [2] and upto date documents can be found at [1].thank you. regards, Mahesh. [1] https://github.com/dananjayamahesh/GSOC2016/tree/master/gsoc/siddhi/extension/streaming [2] https://github.com/dananjayamahesh/carbon-ml/tree/wso2_gsoc_ml6_cml On Tue, Jun 21,

[Dev] Upgrading the guava version of carbon-commons

2016-06-21 Thread Niranda Perera
Hi all, In the current carbon server runtime, there are multiple guava versions. But this creates some issues, expecially when using a guava library is accessed in webapps (directly/ indirectly) [1], [2] So, it was decided to bring all the guava versions to a common version, platform wide. I

Re: [Dev] DSS Tryit Page issue

2016-06-21 Thread Manuri Amaya Perera
Hi, I have added content type in tryit.xslt and sent a PR[1]. This resolved issue 2. [1] https://wso2.org/jira/browse/CCOMMONS-16 On Tue, Jun 21, 2016 at 4:01 PM, Manuri Amaya Perera wrote: > Hi Ayoma, > > I think setting the content-type can be done in [1]. > > But this

Re: [Dev] Error when invoking Active STS Request

2016-06-21 Thread Kasun Bandara
Hi all, When debugging the code, it was found that there's a bug when applying a security policy to the STS service. Thanks @Hasintha for the input given. Thanks, Kasun. On Tue, Jun 21, 2016 at 11:55 AM, Kasun Bandara wrote: > Hi Hasintha, > > Thanks for the prompt response.

Re: [Dev] [PET] [ESB] Empty body in response causes error with ESB 5.0.0-BETA

2016-06-21 Thread Shakila Sivagnanarajah
+ viraj On Tue, Jun 21, 2016 at 3:58 PM, Shakila Sivagnanarajah wrote: > Hi, > > I am checking Spotify connector with ESB 5.0.0 - BETA. When the response > comes with no response body, it gives the following error [1]. This works > fine with ESB 4.9.0. Same issue is reported

[Dev] Fwd: Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-21 Thread Mahesh Dananjaya
-- Forwarded message -- From: Mahesh Dananjaya Date: Tue, Jun 21, 2016 at 5:08 PM Subject: Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner To: Maheshakya Wijewardena Hi Maheshakya,

[Dev] [ESB][PET] ESB does not send the actual payload to the client - ESB 5.0.0-BETA

2016-06-21 Thread Shakila Sivagnanarajah
Hi, I am testing the initMultipartUpload method of amazon s3 with ESB 5.0.0. Backend sends response to the ESB. But the ESB responds with empty payload. Please refer the log [1]. It is working with ESB 4.9.0 see the log [2]. What could be the reason? [1] [2016-06-21 16:48:04,748] DEBUG - wire

Re: [Dev] WSO2 Docker images layered composition

2016-06-21 Thread Akila Ravihansa Perera
Hi Isuru, +1 for the suggested approach. I think wso2base image will only complement the model that you have described. We can definitely provide guidelines to users so that they can extend from our product specific images (excluding Oracle JDK). If we have the right layered model, i.e.;

Re: [Dev] Kerberos communication fails with java server to C# client

2016-06-21 Thread Farasath Ahamed
Hi Hasanthi, On Tue, Jun 21, 2016 at 3:01 PM, Hasanthi Purnima Dissanayake < hasan...@wso2.com> wrote: > Hi Fara/Shazni, > > Thanks for the feedback. Here I'm using a sample standalone Java server > and C# client which communicates through a socket. And I'm using the fully > qualified name as

Re: [Dev] DSS Tryit Page issue

2016-06-21 Thread Manuri Amaya Perera
Hi Ayoma, I think setting the content-type can be done in [1]. But this issue should occur for other products as well right? [1]

[Dev] [PET] [ESB] Empty body in response causes error with ESB 5.0.0-BETA

2016-06-21 Thread Shakila Sivagnanarajah
Hi, I am checking Spotify connector with ESB 5.0.0 - BETA. When the response comes with no response body, it gives the following error [1]. This works fine with ESB 4.9.0. Same issue is reported in the thread "Getting error JsonUtil #writeAsJson. Payload could not be written as JSON with ESB

Re: [Dev] DSS Tryit Page issue

2016-06-21 Thread Ayoma Wijethunga
Hi Team, As Manuri mentioned, "issue 2" occurs because we are serving a JavaScript as the response for service call [1] with the content-type "text/html". This should be corrected to "application/javascript". Is there any possibility for us to send the "content-type" header in the response,

Re: [Dev] [UUF] Pagination support in UUF

2016-06-21 Thread Sudharma Subasinghe
I need server side pagination for my requirements. On Tue, Jun 21, 2016 at 12:28 PM, Hemika Kodikara wrote: > Hi Sudharma, > > [+ looping in Thusitha] > > If this is for a table, you can use datatable library[1]. There is a > sample where this has been in used in [2] as well.

Re: [Dev] DSS Tryit Page issue

2016-06-21 Thread Manuri Amaya Perera
On Tue, Jun 21, 2016 at 3:26 PM, KasunG Gajasinghe wrote: > > > On Tue, Jun 21, 2016 at 2:37 PM, Manuri Amaya Perera > wrote: > >> Hi all, >> >> Please find the comments inline. >> >> On Tue, Jun 21, 2016 at 9:48 AM, Anupama Pathirage >>

Re: [Dev] DSS Tryit Page issue

2016-06-21 Thread KasunG Gajasinghe
On Tue, Jun 21, 2016 at 2:37 PM, Manuri Amaya Perera wrote: > Hi all, > > Please find the comments inline. > > On Tue, Jun 21, 2016 at 9:48 AM, Anupama Pathirage > wrote: > >> Hi, >> >> When we build the product DSS [1] with the latest Kernel Release (4.4.6),

Re: [Dev] WSO2 Docker images layered composition

2016-06-21 Thread Isuru Haththotuwa
Hi Akila, If we use a base image, true that we can avoid the time taken to run apt-get update and software installation. But still the users will have to run the provisioning again and again when doing development/testing. The model I suggest is a way to eliminate apt-get update and also the

Re: [Dev] Kerberos communication fails with java server to C# client

2016-06-21 Thread Hasanthi Purnima Dissanayake
Hi Fara/Shazni, Thanks for the feedback. Here I'm using a sample standalone Java server and C# client which communicates through a socket. And I'm using the fully qualified name as you suggested. As this error comes when validating the server token the the issue should be with the SPN of java

Re: [Dev] DSS Tryit Page issue

2016-06-21 Thread Manuri Amaya Perera
Hi all, Please find the comments inline. On Tue, Jun 21, 2016 at 9:48 AM, Anupama Pathirage wrote: > Hi, > > When we build the product DSS [1] with the latest Kernel Release (4.4.6), > we have observed following issues in "Try it" page. Appreciate any clue on > this to get

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

2016-06-21 Thread Maheshakya Wijewardena
Hi Mahesh, If you are installing features from new p2 repo into a new CEP pack, then you wont need to replace those jars. If you have already installed those in the CEP from a previous p2-repo, then you have to un-install those features and reinstall with new p2 repo. But you don't need to do

Re: [Dev] Kerberos communication fails with java server to C# client

2016-06-21 Thread Shazni Nazir
HI Hasanthi, I've one question. What's this Java Server? Is it a standalone server you have custom written or is it a WSO2 server? When it comes to Kerberos related work for SOAP, we faced a couple of issues with related to service principal (SPN) name. In that discrepancies were noticed when

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

2016-06-21 Thread Mahesh Dananjaya
Hi Maheshakya, If i built the carbon-ml then product-ml and point new p2 repository to cep features, do i need to copy that org.wso2.carbon.ml.siddhi.extension1.1. thing into cep_home/repository/component/... place. regards, Mahesh. On Thu, Jun 16, 2016 at 6:39 PM, Mahesh Dananjaya

Re: [Dev] Kerberos communication fails with java server to C# client

2016-06-21 Thread Farasath Ahamed
Hi Hasanthi, Assuming that you are using an AD as the Kerberos Server, Have you registered a Service Principal for both the C# client and Java Server in the AD? You can do this using the setspn.exe. Also, when you registering the SPN register all possible value that principal can take. For eg:

Re: [Dev] [MB] Wait until Qpid server starts on port 5672 and then Connection timed out

2016-06-21 Thread Charitha Goonetilleke
Hi All, Looping thread with the dev again. Thanks & Regards /charithag On Tue, Jun 21, 2016 at 11:05 AM, Evanthika Amarasiri wrote: > Looping Charitha in > > On Mon, Jun 20, 2016 at 10:21 PM, Hasitha Hiranya > wrote: > >> Hi, >> >> This is the relevant

[Dev] Kerberos communication fails with java server to C# client

2016-06-21 Thread Hasanthi Purnima Dissanayake
Hi I'm implementing Kerberos communication between java (GSSAPI) to C#(SSPI). The KDC is an Active Directory. When it comes to Java client vs Java server and C# client vs C# Server, for both the scenarios this works fine. When using Java client - server the process happens as below and it works

[Dev] Sending keys to invisible UI element in Selenium

2016-06-21 Thread Megala Uthayakumar
Hi All, I am trying to write a UI test case in selenium which requires to send the keys to invisible file element in UI. In a normal scenario, user selects the file using a file browser and when the user selects a file, the selected file will be automatically passed to that file UI element.

Re: [Dev] WSO2 ESB tests

2016-06-21 Thread Abhishek Tiwari
Hi Irham, Thanks Irham for the doc. For the purpose of my tests, I would like to use the existing integration tests for ESB rather than write new ones (as I do not have much context about ESB itself, my goal is to run existing tests agains an ESB instance deployed in a docker container). Looking

Re: [Dev] IS Analytics Issue in showing overall Authentication count when followed multiple step authentication

2016-06-21 Thread Damith Wickramasinghe
Hi Hasintha, Using isFederated field for this purpose seems not meaningful when it has > value "ALL". Either we may need to change the name of the filed and at the > same time we need to change the type of the field as well As discussed having a dedicate field for the purpose is much more

Re: [Dev] ESB Analytics for MT scenarios?

2016-06-21 Thread Anjana Fernando
Hi, Yeah, as Srinath mentioned, we do have MT support there, where each ESB analytics data/queryeis/dashboards would be fully isolated. This is the usual desirable mode, when different tenants deploy their own analytics scripts and all, and there is no connection at all with other tenants, and

Re: [Dev] ClassCastException when using datamapper

2016-06-21 Thread Keerthika Mahendralingam
Thanks Nuwan. After changing the input output type, it is working in the the ESB pack that you provided. Getting the same error in the ESB BETA pack. Thanks, Keerthika. On Tue, Jun 21, 2016 at 12:20 PM, Nuwan Pallewela wrote: > Hi Keerthika, > > You need to change the input

Re: [Dev] [UUF] Pagination support in UUF

2016-06-21 Thread Hemika Kodikara
Hi Sudharma, [+ looping in Thusitha] If this is for a table, you can use datatable library[1]. There is a sample where this has been in used in [2] as well. But in this case, we have to bind all the rows(data) to the table upon onRequest method to the HTML table. The datatable library will

Re: [Dev] ClassCastException when using datamapper

2016-06-21 Thread Nuwan Pallewela
Hi Keerthika, You need to change the input and output type in the data mapper mediator as JSON. Thanks, Nuwan On Mon, Jun 20, 2016 at 5:10 PM, Keerthika Mahendralingam < keerth...@wso2.com> wrote: > Hi Viraj, > > I used the schema from connector and also I tried to create the schema > from

[Dev] [UUF] Pagination support in UUF

2016-06-21 Thread Sudharma Subasinghe
Hi, How is the pagination supported by UUF? Is there any recommended lib for that? Appreciate your ideas. Thanks Sudharma -- Sudharma Subasinghe, Software Engineer, WSO2 Inc. Email: sudhar...@wso2.com Mobile : +94 710 565 157 <%2B94%20718%20210%20200>

Re: [Dev] [IS] Removing duplicated methods from UserIdentityManagementAdminService

2016-06-21 Thread Pulasthi Mahawithana
Are we going to release a new major version of carbon-identity-framework along with this change? If not we will have to keep those and deprecate them until next major version. On Tue, Jun 21, 2016 at 11:51 AM, Farasath Ahamed wrote: > Hi Harsha, > > Yes, we will be removing

Re: [Dev] Error when invoking Active STS Request

2016-06-21 Thread Kasun Bandara
Hi Hasintha, Thanks for the prompt response. I checked the corresponding policy files in both the versions ( */_system/config/repository/axis2/service-groups/org.wso2.carbon.sts-5.0* in registry). 'rampartConfig' section wasn't there in the latest pack, even though it was in the older pack. (i.e

Re: [Dev] clarification on human task files for API-M workflows

2016-06-21 Thread Nandika Jayawardana
Hi Shavantha, In human tasks , there are three ways of defining People assignments. They are logical people groups , literals and expressions. If you want dynamic user , role assignment, the human task definition should use expressions for people assignments so that use can send the user , role

Re: [Dev] [IS] Removing duplicated methods from UserIdentityManagementAdminService

2016-06-21 Thread Farasath Ahamed
Hi Harsha, Yes, we will be removing the below methods as well since we can achieve the same functionality using the RemoteUserStoreManager and the new account lock/disable handlers as you mentioned. public void lockUserAccount(String userName) public void unlockUserAccount(String userName,

Re: [Dev] clarification on human task files for API-M workflows

2016-06-21 Thread Nuwan Dias
This actually is the design of Human Tasks in BPS itself. Its not specific to API Manager workflows. It's the same method you would have to follow when you develop any other business process on BPS. Thanks, NuwanD. On Tue, Jun 21, 2016 at 7:09 AM, Shavantha Weerasinghe

Re: [Dev] Error when invoking Active STS Request

2016-06-21 Thread Hasintha Indrajee
Services which are secured with policies are stored in registry . Can you please check whether "rampartConfig" section is there in the policy which is stored in the registry after applying the policy ? Please check in both versions. On Tue, Jun 21, 2016 at 11:34 AM, Kasun Bandara

[Dev] clarification on human task files for API-M workflows

2016-06-21 Thread Shavantha Weerasinghe
Hi All When API manager is integrated with business process server for work flows and if we use a user role other than admin then the .ht files within humantasks need to be manually updated to tally the new user role. Is there anyway we can parameterize this so that the role give on user-mgt,xml

[Dev] Error when invoking Active STS Request

2016-06-21 Thread Kasun Bandara
Hi all, I'm attempting $subject on latest IS pack [1] . Below is the sample STS request that's I'm attempting. http://www.w3.org/2003/05/soap-envelope; xmlns:wsa=" http://www.w3.org/2005/08/addressing; xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy;

Re: [Dev] ESB Analytics for MT scenarios?

2016-06-21 Thread Buddhima Wijeweera
Hi, At the moment ESB can publish tenant-wise. I tried it with a latest ESB and following are the steps need to follow: 1. Enable statistics for global level. 2. Add eventpublisher & eventstream files to tenant's deployment folder 3. Create a proxy (or API, inbound EP) and Enable Statistics. 4.