Re: [Architecture] Integrating ntask component into ESB

2015-05-25 Thread Malaka Silva
Hi All, Further to the investigation done to support coordination=false in MT mode, following is implemented. With coordination=false inbound endpoint will not schedule any task, but run as a background thread. When starting the ESB, if there is a task scheduled tenant gets loaded automatically.

[Architecture] Increasing default socket timeout in Passthrough/Nhttp Transports in ESB 4.9.0

2015-05-25 Thread Isuru Udana
Hi All, In ESB 4.8.1 we have following default values for timeout parameters. http socket timeout = 60,000ms global endpoint timeout interval = 120,000ms These values does not satisfy the following rule. http socket timeout max ( endpoint timeout, global timeout interval) I have

Re: [Architecture] MB 3.0 Metrics

2015-05-25 Thread Anuja Herath
Hi, Metrics are available via JMX. On Mon, May 25, 2015 at 2:14 PM, Isabelle Mauny isabe...@wso2.com wrote: All, Are those counters available via JMX ? ​Isabelle​ - *Isabelle Mauny* VP, Product

Re: [Architecture] MB 3.0 Metrics

2015-05-25 Thread Isabelle Mauny
All, Are those counters available via JMX ? ​Isabelle​ - *Isabelle Mauny* VP, Product Management - WSO2, Inc. - http://wso2.com/ On Fri, May 22, 2015 at 7:21 AM, Anuja Herath an...@wso2.com wrote: Hi Ramith,

Re: [Architecture] Developer Studio 3.8.0 M1 Released!

2015-05-25 Thread Harshana Eranga Martin
Hi Gayan, Does Dev Studio 3.8 version going to support Eclipse Luna SR2 and JDK 1.8.0 version? Thanks and Regards, Harshana -- Harshana Eranga Martin Committer - Eclipse ECF: http://www.eclipse.org/ecf/ Blog: http://harshana05.blogspot.com Profile: https://www.google.com/profiles/harshana05 On

Re: [Architecture] Persisting content into registry from the mediation layer

2015-05-25 Thread Malaka Silva
Hi, Yes this make sense if the provider does not support password grant type. But my concern is security. If we save the access tokens and refresh token it's visible to all parties. Can we do the same with secure-vault instead. WDYT? eg:- wso2:vault-lookup('UserManager.AdminUser.Password')

[Architecture] Persisting content into registry from the mediation layer

2015-05-25 Thread Kasun Indrasiri
Hi, It is often required to persist content into the underlying registry impl during message mediation (in stateful mediation scenarios). For example, with connector we need to keep the access token/refresh token persisted. Therefore a generic mechanism of persisting content from mediation flow

[Architecture] [ESB] Implementing TCP transport capabilities as an inbound endpoint.

2015-05-25 Thread Madhuranga Bandara
Hi all, Currently i'm in the middle of introducing TCP transport capabilities as an inbound endpoint. From ESB 4.9.0 onward we intend to bypass the existing axis2 TCP transport and inject messages directly to the synapse mediation. I'm planning to implement this using apache