Re: [Architecture] PPaaS Artifact Migration Tool

2015-12-22 Thread Nishadi Kirielle
Hi, Thank you for the suggestions. We have updated the code as per the suggestions. [1] There was an error in trying to assign property values directly to a config class. Thus we have used the approach to set system properties.[2] (line 164) We highly appreciate your suggestions on the approach

Re: [Architecture] [IS] OpenID Connect Discovery feature to solve Discovery problem

2015-12-22 Thread Chamara Philips
Hi, Please find the PR for above at [1] [1] https://github.com/wso2/carbon-identity/pull/824 Thanks. On Wed, Dec 23, 2015 at 5:15 AM, Chamara Philips wrote: > Hi all, > Currently we don't have the facility of using OpenID Connect Discovery to > get the OpenID Provider

[Architecture] Connector Improvements for 2016

2015-12-22 Thread Kasun Indrasiri
Hi, - What's selection process for the connectors listed below? We don't see some of the major connectors that are frequently used are not listed here. - Also, can you please elaborate more on the type of improvements that we are planning? -- Forwarded message -- From: Malaka

[Architecture] [IS] OpenID Connect Discovery feature to solve Discovery problem

2015-12-22 Thread Chamara Philips
Hi all, Currently we don't have the facility of using OpenID Connect Discovery to get the OpenID Provider information needed to interact with it, including its OAuth 2.0 endpoint locations. I have implemented this facility for IS, as it is described at [1]. The implemented code can be found at

Re: [Architecture] PPaaS Artifact Migration Tool

2015-12-22 Thread Imesh Gunaratne
On Mon, Dec 21, 2015 at 1:49 PM, Malmee Weerasinghe wrote: > > > > It might be better to change the term "Transformation" to "Transformer" or something similar. I also do not think "Old Artifact Loader" term is appropriate. When we say old, how old is this? which version is

Re: [Architecture] [BPMN] Implementing correlation support for BPMN Rest API

2015-12-22 Thread Firzhan Naqash
Hi Frank, After having discussion with Nandika, Chathura and Amal, it was decided not to support multiple receiving message events in parallel. Therefore we will be removing the query attribute "*activityId*" from the request message. Regards, Firzhan -- *Firzhan Naqash* Senior Software

Re: [Architecture] [MSS] Support lifecycle methods

2015-12-22 Thread Imesh Gunaratne
On Tue, Dec 22, 2015 at 10:58 AM, Isuru Perera wrote: > Hi Imesh, > > In Metrics, there are Reporters [1]. For example, DAS reporter [2] will > publish metrics to a DAS server. Metrics Reporter will not publish an event > for each invocation. The reporter will report

[Architecture] WSO2 Dashboard Server 2.0.0 Beta Released

2015-12-22 Thread Nipuna Chandradasa
The WSO2 DS team is pleased to announce the beta version of WSO2 DS 2.0.0. The distribution is available at [1]. *New Improvements* - Dashboard designer UI restructuring. - Bug Fixes [5] Please report any issues you may find in our JIRA [4] carbon-dashboards tag is available at [2].

[Architecture] ISO8583 [Connector + Inbound] Development

2015-12-22 Thread Kanapriya Kuleswararajan
Hi all, I have implemented ISO8583 Inbound and connector. Basically ISO8583 is a standard message format used in financial transactions through ATM switches. So the current development based on the usecase [1] . The ISO8583 inbound endpoint allows you to consume the ISO8583 standard message

Re: [Architecture] ISO8583 [Connector + Inbound] Development

2015-12-22 Thread Chanaka Fernando
Hi Kanapriya, Is it possible to simply passthrough the ISO8583 message from the ESB without really converting (building) the message to XML format? If we have a ISO8583 client and server and ESB in the middle, can we do this message passthrough without building the message at ESB level? If we