In order to make new implementation 'backward' compatible (i.e. to work on existing data managed by JDBCacheLoader) I need root to be persisted - implementation heavily relies on that.<br>My thought is to check at startup whether it exists, and create it. Any cons/alternatives?
<br><br>Cheers,<br>Mircea<br><br><div><span class="gmail_quote">On 2/1/07, <b class="gmail_sendername">Mircea Markus</b> <<a href="mailto:mircea.markus@gmail.com">mircea.markus@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>loader.put(any_fqn);<br>assertTrue(loader.exists(Fqn.ROOT)); //fails<br><br>The problem is that root element is not persisted.<br><br>Cheers,<br><span class="sg">Mircea<br><br>
</span></blockquote></div><br>