[Dev] Developer Studio Platform Tools 4.2.0 Released

2016-08-12 Thread Kavith Lokuhewage
Hi Devs, We are happy to announce Developer Studio Platform Tools 4.2.0 release. P2 repository for this release is available here . (it is also

Re: [Dev] Clarification on C5 permission model

2016-08-12 Thread Vinod Kavinda
Thanks Thanuja. @Rasika,@SajithAR Any idea on defining the resources and actions (permission tree)? Regards, Vinod On Fri, Aug 12, 2016 at 11:41 AM, Thanuja Jayasinghe wrote: > Hi Vinod, > > You have to use the JAAS authorization API, instead calling CarbonPrincipa >

Re: [Dev] Clarification on C5 permission model

2016-08-12 Thread Thanuja Jayasinghe
Hi Vinod, You have to use the JAAS authorization API, instead calling CarbonPrincipal. isAuthorized. As an example, let say we have a CarbonPrincipal. So we can use that principal to build a Subject. Subject subject = new Subject(); subject.getPrincipals().add(carbonPrincipal); Then we can use

Re: [Dev] [GSoC Dockerfiles] Added ability to run smoke tests from test framework

2016-08-12 Thread Abhishek Tiwari
The meeting got rescheduled to 3:00pm. Here is the updated hangout link: https://hangouts.google.com/call/g5q25layaremzfhyli6vbqsv2ye Thanks Abhishek On Thu, Aug 11, 2016 at 10:37 PM, Abhishek Tiwari < abhishek.tiwari0...@gmail.com> wrote: > Hi Imesh, > > Yeah 2:30pm IST is perfect. > > Thanks

[Dev] [App Cloud] Loading DSS endpoints to the app cloud home page

2016-08-12 Thread Amalka Subasinghe
Hi, In App Cloud we want to display all the wsdl endpoints which are deployed in Data services. So we need to know the admin password to invoke an admin service, which is generate when the DSS starts. So we don't know the password. # Changing admin password if [ -z ${ADMIN_PASSWORD+x} ]; then

Re: [Dev] [App Cloud] Loading DSS endpoints to the app cloud home page

2016-08-12 Thread Danushka Fernando
What about using some other way of authentication. Mutual auth / JWT auth / etc. Earlier when we discuss this I think for a wrong reason I eliminated them. We can get the cert of the wso2 server (default carbon.jks) and store in app cloud and do calls using that. WDYT? Thanks & Regards Danushka

Re: [Dev] [IS] RESTful Fine Grained Authorization-as-a-Service (AZaaS)

2016-08-12 Thread Pushpalanka Jayawardhana
Hi Manujith, Good to see the project reaching final stages. Please find the comments inline. Thanks, Pushpalanka On Thu, Aug 11, 2016 at 1:23 PM, Manujith Pallewatte wrote: > UPDATE > > Adding missing links > [1] http://docs.oasis-open.org/xacml/xacml-rest/v1.0/csprd03

[Dev] Issue while configuring LDAP for ES migration

2016-08-12 Thread Shakila Sivagnanarajah
Hi, I am working on ES migration to 2.1.0. The current store is wso2es-1.2.0-SNAPSHOT. I am unable to login with the wso2 OT credentials if I use following LDAP configuration [1]. By comparing the user-mgt.xml exist in wso2es-1.2.0-SNAPSHOT [2] and wso2es-2.1.0-beta2 [1], I found that there are

Re: [Dev] [GSoC Dockerfiles] Added ability to run smoke tests from test framework

2016-08-12 Thread Abhishek Tiwari
Here is the correct link: https://hangouts.google.com/call/krqijl3e4fc4xa4bpd2vct3quqe On Fri, Aug 12, 2016 at 2:03 AM, Abhishek Tiwari < abhishek.tiwari0...@gmail.com> wrote: > The meeting got rescheduled to 3:00pm. Here is the updated hangout link: > >

Re: [Dev] [DEV] [DAS] Packaging a JMX Profile in a Carbon App

2016-08-12 Thread Gihan Anuruddha
Hi Chamila, In the current implementation, all the JMX profile information is stored in the registry. There is no way to bundle those into the CAPP since there is no JMX related deployer. Anyway, we have a plan to redesign this JMX agent and we can consider that, to moving to file based artifact

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-08-12 Thread Heshan Jayasinghe
Hi All, After 3 months contributing on Web based BPMN editor i completed following tasks - drag and drop elements(start event/end event/gateway/task) from tool box to drawing canvas - display popup tool box with element(start event/end event/gateway/task) on click event - flow

[Dev] [Registry] Test case failing in registry core on windows

2016-08-12 Thread Lakshman Udayakantha
Hi Chandana, CustomQueryTest test case failing on windows 7. You can find the related jira in [1]. Can you have a look there because this is a blocker for carbon 4.4.8 release. [1] https://wso2.org/jira/browse/CARBON-15624 Thanks -- Lakshman Udayakantha WSO2 Inc. www.wso2.com

[Dev] [Architecture] WSO2 Dashboard Server 2.1.0-Alpha Released!

2016-08-12 Thread Megala Uthayakumar
WSO2 Dashboard Server 2.1.0-Alpha Released! WSO2 Dashboard Server team is pleased to announce the release of WSO2 Dashboard Server 2.1.0 Alpha. This release comes with the following bug fixes, improvements and tasks. You can download the distribution from [1] and view the documentation at [2].

Re: [Dev] [DAS310] Adding the name value pair to tooltips of charts

2016-08-12 Thread Jerad Rutnam
Hi Sachith, In UX point of view & IMO, PIE chart is not a good solution for representing data that has large numbers. Is it something required or can we use some other chart type e.g. bar-chart ?? Anyway for your question, i think it is possible to add the corresponding name of the value to the

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

2016-08-12 Thread Chanaka Fernando
Please refer [1]. [1] https://wso2.org/jira/browse/ESBJAVA-4715 On Sat, Aug 13, 2016 at 12:04 AM, Gayan Gunarathne wrote: > Are we support to use inbound endpoints with secure vault based parameters > in ESB 5.0.0? If then could you please share some pointers how to use that?

Re: [Dev] [DEV] [Mepin Authenticator] Problem while sending URL parameters using POST method

2016-08-12 Thread Biruntha Gnaneswaran
Hi All, To solve the issue in $subject, i tried to post a html form from Authenticator to mepin.jsp using [1]. But still i couldn't solve that issue. It's again redirected to [2]. Can anyone help me to solve this issue? [1] response.setContentType(*"text/html"*);java.io.PrintWriter out =

Re: [Dev] [DEV] [DAS] Packaging a JMX Profile in a Carbon App

2016-08-12 Thread Chamila De Alwis
Hi Gihan, Thanks for the reply! Is the improvement targetted for the upcoming release? Regards, Chamila de Alwis Committer and PMC Member - Apache Stratos Senior Software Engineer | WSO2 Blog: https://medium.com/@chamilad On Fri, Aug 12, 2016 at 5:01 AM, Gihan Anuruddha

[Dev] Where can I find carbon-utils repo in github?

2016-08-12 Thread Kalpa Welivitigoda
Hi, I want to check the commit history of LoggingAdmin service. Logging component was moved from carbon-utils to carbon-commons sometime back. I cannot find carbon-utils in wso2 or wso2-attic. $subject -- Best Regards, Kalpa Welivitigoda Senior Software Engineer, WSO2 Inc. http://wso2.com

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

2016-08-12 Thread Gayan Gunarathne
Are we support to use inbound endpoints with secure vault based parameters in ESB 5.0.0? If then could you please share some pointers how to use that? Thanks, Gayan On Tue, Jun 28, 2016 at 5:31 PM, Kasun Indrasiri wrote: > The other aspect is the outbound side. For instance,

[Dev] [DAS310] Adding the name value pair to tooltips of charts

2016-08-12 Thread Sachith Withana
Hi all, I have a scenario where there's a possibility of having a lot of inputs for the pie chart. Added an example chart below. [image: Inline image 1] But the tooltip *only* shows the value for the highlighted potion. Is there a way of adding the corresponding name of the value to that tool