<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi, </DIV>
<DIV>&nbsp;</DIV>
<DIV>I am trying to connect to another DB repository then the one that BRMS uses by default.</DIV>
<DIV>I tried applying the WIKI info, wich states that the following peace of code should be inserted&nbsp; after the &lt;Repository&gt; tag in the repository.xml found under the bin dir of the JBoss installation, but nothing seems to trigger the creation of the schema in the database I just created.</DIV>
<DIV>Tested with both SQL Server and My SQL and same behavior.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I guess that if something is not right either in the syntax of the repository.xml file, or if any of the settings: eg. name of the driver, username, password etc, jackrabbit does not really warn me but connects to the default repository.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Anyone had this kind of problems ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here is the content of the &lt;DataStore&gt; tag.</DIV>
<DIV>&nbsp;</DIV><SPAN lang=EN>
<DIV>&lt;DataStore class="org.apache.jackrabbit.core.data.db.DbDataStore"&gt;</DIV>
<DIV>&lt;param name="url" value="jdbc:sqlserver://localhost\SQLEXPRESS;DatabaseName=drools_pilot;SelectMethod=cursor"/&gt;</DIV>
<DIV>&lt;param name="user" value="johnDoe"/&gt;</DIV>
<DIV>&lt;param name="password" value="jdpassword"/&gt;</DIV>
<DIV>&lt;param name="databaseType" value="sqlserver"/&gt;</DIV>
<DIV>&lt;param name="driver" value="com.microsoft.sqlserver.jdbc.SQLServerDriver"/&gt;</DIV>
<DIV>&lt;param name="minRecordLength" value="1024"/&gt;</DIV>
<DIV>&lt;param name="maxConnections" value="3"/&gt;</DIV>
<DIV>&lt;param name="copyWhenReading" value="true"/&gt;</DIV>
<DIV>&lt;param name="tablePrefix" value=""/&gt;</DIV>
<DIV>&lt;/DataStore&gt;</DIV></SPAN></td></tr></table>