<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi, &nbsp;I'm trying to configure guvnor to use an external database (mySQL) as its datastore. &nbsp;But I can't get it to work, it seems to ignore any change I make.</div><div><br></div><div>I followed the directions from the project docs. &nbsp;Deployed guvnor (on JBoss SOA Platform 4.3) , and edited the repository.xml that got created in bin. &nbsp;I commented out the existing PersistenceManager config from &lt;workspace&gt; and added this:</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;PersistenceManager class="org.apache.jackrabbit.core.persistence.bundle.MySqlPersistenceManager"&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="driver" value="com.mysql.jdbc.Driver"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="url" value="jdbc:mysql://localhost:3306/brms"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="user" value="brms_user"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="password" value="brms_password"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="schemaObjectPrefix" value="${wsp.name}_"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="schema" value="mysql"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&lt;/PersistenceManager&gt;</div><div><br></div><div>I've added the mysql jdbc jar to the server config lib directory, created an empty database and have granted all rights to the specified database user. &nbsp;I made all these changes after halting the server.</div><div><br></div><div>But after starting it up again it just seems to ignore all of that and continue using the previous derby config.</div><div><br></div><div>Anyone got any ideas ?</div></div><div><span class="Apple-style-span" style="font-family: Verdana; font-size: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "></span></div></body></html>