Hi, I have placed some basic support for the MySQL replication driver. But I do not have the provisions for testing replicated databases. The driver seems to be smart to identify any attempt to cheat such as an URL "jdbc:mysql://localhost,127.0.0.1/test". Also "jdbc:mysql://localhost,remote/test" hangs when there is no "remote" machine. If any of you have the requisite environment/machines for testing this configuration then please give it a try. openjpa.ConnectionDriverName: com.mysql.jdbc.ReplicationDriver openjpa.ConnectionFactoryProperties: autoReconnect=true,roundRobinLoadBalance=true
Fernando Padilla wrote: > > Thank you. > > I have no idea if anyone else uses this field for any other > optimizations, or what not.. but it most like can't hurt. :) :) > > Pinaki Poddar wrote: >> Hi, >> JIRA [1] created. >> >> [1] https://issues.apache.org/jira/browse/OPENJPA-966 >> >> > > -- View this message in context: http://n2.nabble.com/Mysql-Connector-J-ReplicantConnection-tp2431984p2445487.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
