Re: [Architecture] [Dev] WSO2 ESB 4.10.0 - Milestone 1 Released!

2015-12-07 Thread Chanaka Fernando
Hi Nuwan/Kevin, Will this opens the specified ports by default when the server starts? It is not a good idea to open ports which are not necessary by default. If it is not opening any port, then +1 to add to the file. Anyway we can add the entries and comment out if they are opening the ports. Ch

Re: [Architecture] [Dev] WSO2 ESB 4.10.0 - Milestone 1 Released!

2015-12-07 Thread Nuwan Pallewela
Hi Chanaka, Server will *only use* these ports when it *starts in debug mode *( Server should start with "-Desb.debug=true" argument to start it in debug mode). Otherwise those ports will not be used. However I think commented out entries in the synapse.properties file is also suitable in this ca

Re: [Architecture] WSO2 MSS JAX-RS Runtime Design Decisions

2015-12-07 Thread Nuwan Pallewela
Hi Samiyuru, That is really good. Thanks for the explanation. What would happen if user implement a service with unsupported http methods? What will be the response when client sends a request for unsupported http method resource? Can we give an error message in the deploy time? Thanks, Nuwan O

Re: [Architecture] WSO2 MSS JAX-RS Runtime Design Decisions

2015-12-07 Thread Samiyuru Senarathne
Hi Nuwan, In that case also HTTP 405 method not allowed will be responded by the framework. Best Regards, Samiyuru On Mon, Dec 7, 2015 at 4:48 PM, Nuwan Pallewela wrote: > Hi Samiyuru, > > That is really good. Thanks for the explanation. > > What would happen if user implement a service with u

Re: [Architecture] Notebook Support Use cases for DAS

2015-12-07 Thread Srinath Perera
Anjana, how is this thread progressing? Who is looking at/ thinking about notebooks? On Thu, Nov 26, 2015 at 9:19 AM, Anjana Fernando wrote: > Hi Srinath, > > On Thu, Nov 26, 2015 at 9:08 AM, Srinath Perera wrote: > >> Hi Anjana, >> >> Great!! I think the next step is deciding whether we do thi

[Architecture] Fully automate cloud to cloud (iPaaS) use cases

2015-12-07 Thread Malaka Silva
Hi, One of the main issues we had when automating the integration use cases is accesstokens getting expired and need human interaction to continue the service. >From connector side (Since September release) we have added methods to renew the tokens using refresh token. With ESB 4.10 registry per