Author: foconer
Date: Thu Feb 16 21:21:26 2006
New Revision: 378435
URL: http://svn.apache.org/viewcvs?rev=378435&view=rev
Log:
Bug: error is throw with the sample config of MySQL.
Fix: set relaxAutoCommit to true on url under MySQL sample config.
Modified:
incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
Modified: incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=378435&r1=378434&r2=378435&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ incubator/activemq/trunk/assembly/src/release/conf/activemq.xml Thu Feb 16
21:21:26 2006
@@ -64,7 +64,7 @@
<!--
<bean id="mysql-ds" class="org.apache.commons.dbcp.BasicDataSource"
destroy-method="close">
<property name="driverClassName" value="com.mysql.jdbc.Driver"/>
- <property name="url" value="jdbc:mysql://localhost/activemq"/>
+ <property name="url"
value="jdbc:mysql://localhost/activemq?relaxAutoCommit=true"/>
<property name="username" value="activemq"/>
<property name="password" value="activemq"/>
<property name="poolPreparedStatements" value="true"/>