What did you mean &quot;log the DDLs&quot;?<br><br>I thought you needed the DDL to create the JCR schema on different RDBMS&#39;s - hence I pointed you to the DDL JackRabbit uses. IIRC you can enable logging of SQL statements (DDL and DML) on Oracle (and probably other RDBMS&#39;s) if you want to log the DDL JackRabbit uses - but I suspect it&#39;ll be the same as the DDL files I pointed you to.<br>
<br>If you are expecting a schema that shows a table for Asset, Rule, Enum etc etc you will have along time looking. If JackRabbit is configured to store it&#39;s internal data-structures in a RDBMS it uses (and I quote the JavaDocs) &quot;...a
 simple custom binary serialization format and a
 very basic non-normalized database schema...&quot;.<br><br>If you want to use a RDBMS not natively supported I suspect you&#39;ll need to write your own DatabasePersistenceManager, but this is out of the scope of the Drools mailing lists and questions should be submitted to the JackRabbit mailing lists.<br>
<br>With kind regards,<br><br>Mike<br><br><div class="gmail_quote">On 20 September 2012 15:36, dme1 <span dir="ltr">&lt;<a href="mailto:mehtad@hotmail.com" target="_blank">mehtad@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks. There doesn&#39;t seem to be a way to log the DDLs, so the only option<br>
seems to be to modify the source.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Capturing-DDLs-from-Guvnor-tp4019855p4019873.html" target="_blank">http://drools.46999.n3.nabble.com/Capturing-DDLs-from-Guvnor-tp4019855p4019873.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br>