Hi Guys:<br><br>I&#39;m newbie with Magma, but finally want to try it.<br><br>I want to test a system that is a singleton, whose root class inherits from Object.<br><br>The problem is that the system is really big, with lots of instances of business objects and, as I don&#39;t know another way, I tried (as stated on Getting Started):<br>

<br><pre>  MagmaRepositoryController<br>    create: &#39;c:\myMagmaFolder&#39;<br>    root: Dictionary new</pre><br>were instead &quot;Dictionary new&quot; I did &quot;MySystem current&quot; (the singleton instance that permit to reach all the objects of the system).<br>
<br>And here start the doubts:<br><br>1. Soon I get the serialization problem with the 10MB limit. How I should manage this situation to create the repository by parts, to avoid the size problem, doing commits more frequently if all I can do is point my whole system to #root: ?<br>

<br>2.&nbsp; If the system were little (not problem with the serialization limit), only doing the above sentence I get the repository and the objects persistent?<br><br>3. Is acceptable to use a class that inherits from Object instead Dictionary (as in the example) to point the root object? Considerations of each alternative?<br>

<br>4. Is acceptable/possible to have more than 1 repository to 1 system ?<br><br>Well, it&#39;s all for now, sorry if are so simple questions, but as I&#39;ve said, I&#39;m stating with Magma.<br><br>Cheers.<br><br clear="all">

<br>-- <br>Germán S. Arduino<br><a href="http://www.arsol.biz" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.arsol.biz</a><br><a href="http://www.arsol.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.arsol.net</a><br>