Greetings, <br>I&#39;m writing&nbsp; an app that uses IntIds and the Relation, in order to make object relationships.<br><br>My app code is like this:<br><br>class MyApp(grok.Application, grok.Container):<br>&nbsp;&nbsp;&nbsp; grok.local_utility(IntIds, IIntIds)<br>
&nbsp;&nbsp;&nbsp; grok.local_utility(RelationCatalog, ICatalog, name=&#39;relation&#39;)<br><br>&nbsp;&nbsp;&nbsp; def __init__(self):<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; super(Aquisicao, self).__init__()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self[&#39;materials&#39;] = Materials()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>the problem is, when i try to use component.getUtility(IIntIds), a componentLookUpError appear to me.<br>
<br>Am i doing something wrong? I tried to find something like to handle object relationships, and i found the&nbsp; thread in this list about making object relationships, but i want to register this intids and RelationCatalog utilities in a more &quot;grokish&quot; way.<br>
<br>could anyone help me please? <br><br>-- <br>Vanderson Mota dos Santos<br><br>