[Dev] Performing XA transactions with MYSQL

2018-02-14 Thread Himasha Guruge
Hi, I have configured master-datasources.xml and used transaction mediator similar to [1] with MYSQL. In a scenario , where we restart MYSQL server while executing a transaction following error is displayed and we cannot perform any more transactions without a EI server restart. Caused by: com.

[Dev] Clustering in WSO2 EI 6.1.1

2018-02-14 Thread dhanya
Hi, Does wso2 EI 6.1.1 supports Worker/Manager clustering? https://docs.wso2.com/display/EI611/Clustered+Deployment. The above mentioned link refers to only the 2 node cluster. Does that mean other cluster options are not supported in wso2 EI? Thanks and regards Dhanya Ref:https://docs.wso2.c

Re: [Dev] Clustering in WSO2 EI 6.1.1

2018-02-14 Thread dhanya
Hi, Also, for a basic environment setup is the Hazelcast enough for a production box? Thanks and regards Dhanya -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development-f3.html ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-b

Re: [Dev] Clustering in WSO2 EI 6.1.1

2018-02-14 Thread Senduran Balasubramaniyam
Hi Dhanya, EI 6.1.1 does support Worker Manager setup. but we highly *recommend* to use *nonWorkerManager* setup. Further worker manager setup does not add any additional value to the cluster. > > Also, for a basic environment setup is the Hazelcast enough for a > production > box? > I am not qui

[Dev] Disabling JNDI Binding in Carbon Datsources SPI On Demand

2018-02-14 Thread Jayanga Kaushalya
Hi all, Carbon Datasources [1] currently do not support JNDI binding in non-osgi mode. But it'll try to bind JNDI if there is a JNDI tag presents in the datasources.xml. But if we remove or comment the JNDI tags, it'll ignore the JNDI bindings as continue with the data source name. It is better if

Re: [Dev] Disabling JNDI Binding in Carbon Datsources SPI On Demand

2018-02-14 Thread Ruwan Abeykoon
Hi Jayanga, +1. This is something we need to seamlessly integrate offline tools, which uses the same Datasource XML. I propose removing singleton on DatasourceManager, and pass a Properties to the constructor. Cheers, Ruwan On Wed, Feb 14, 2018 at 2:50 PM, Jayanga Kaushalya wrote: > Hi all, >

Re: [Dev] Clustering in WSO2 EI 6.1.1

2018-02-14 Thread dhanya
Hi Senduran, Thanks for the reply. My query about Hazelcast is based on the documentation in https://docs.wso2.com/display/EI611/Clustering+the+ESB+Profile. Here it mentions that "It is recommended to use NGINX Plus as your load balancer of choice." So wanted to know if WSO2 recommends using a 3

Re: [Dev] Clustering in WSO2 EI 6.1.1

2018-02-14 Thread Nandika Jayawardana
Hi Danya, WSO2 does not ship a load balancer product. Hence we are recommending the NginX product as a load balancer in our documentation. However, wso2 products will work with any load balancer product (hardware or software ) and the load balancer should be a choice based on your available infras

Re: [Dev] Performing XA transactions with MYSQL

2018-02-14 Thread Himasha Guruge
Was able to get it working after setting below property in EI/wso2/lib/transactions.properties file and using mysql driver 5.1.5. com.atomikos.icatch.serial_jta_transactions=false Thanks, Himasha On Wed, Feb 14, 2018 at 1:50 PM, Himasha Guruge wrote: > Hi, > > I have configured master-dataso

[Dev] Branch release-5.5.0-alpha created in product-is for 5.5.0-alpha release

2018-02-14 Thread Sathya Bandara
Hi all, We have done the $subject. We will be using this branch [1] for Identity Server 5.5.0-alpha development work and release. [1] https://github.com/wso2/product-is/tree/release-5.5.0-alpha Thanks, Sathya -- Sathya Bandara Software Engineer WSO2 Inc. http://wso2.com Mobile: (+94) 715 360 42

Re: [Dev] Clustering in WSO2 EI 6.1.1

2018-02-14 Thread dhanya
Hi Nandika, Thanks but now this leaves me confused. Is there a difference between clustering agent and load balancer? And do we use Hazelcast community edition or NginX load balancer in a production environment? Thanks and regards Dhanya -- Sent from: http://wso2-oxygen-tank.10903.n7.nabbl

Re: [Dev] Proposed widgetConf.json to Allow User Preferences in Widgets of Carbon Dashboards with Widget Configuration Panel

2018-02-14 Thread Irindu Nugawela
Hi All, Please find the usage of fields described below, id - to identify which option it is and used to refer to the option within the dashboard title - the text displayed to the user in the configuration panel type - the type of option possible types are text , boolean , and enum possibleValues -

Re: [Dev] Clustering in WSO2 EI 6.1.1

2018-02-14 Thread Senduran Balasubramaniyam
Hi Dhanya, On Thu, Feb 15, 2018 at 11:25 AM, dhanya wrote: > Hi Nandika, > > Thanks but now this leaves me confused. > Is there a difference between clustering agent and load balancer? > yes those are different. Clustering agent is something that overall look after the cluster (like who are the

[Dev] Avoid loading multiple copies of React

2018-02-14 Thread Aruna Herath
Loading multiple copies of React in the same page creates problems , such as errors with discriptions like "Element ref was specified as a string (myRefName) but no owner was set. You may have multiple copies of React

[Dev] [IS] Return to Dashboard after trying out Forgot UserName/Password (IS-5.4.1)

2018-02-14 Thread Godwin Shrimal
Hi IAM Team, Please find the steps to create this issue. 1. Configure travelocity application with identity server (Service providers etc.) 2. Click login button in travelocity application 3. Click on Forgot Password/Username 4. Click cancel button of Forgot password/Username screen 5. Enter vali

Re: [Dev] Avoid loading multiple copies of React

2018-02-14 Thread Nisala Nanayakkara
Hi Aruna, +1 for the approach. We have faced a similar issue in Product SP and tested the above-mentioned fix in our local environment. It is working fine. Thanks, Nisala On Thu, Feb 15, 2018 at 12:04 PM, Aruna Herath wrote: > Loading multiple copies of React in the same page creates problems