<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Failed to find association definition for association in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264218#M217348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey, great. Glad that worked for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you tell me which file your labels are defined in? For the Alfresco Explorer client, the file should be webclient.properties and it does not follow any special convention. As long as the display-label-id matches the key in your webclient.properties file you should see the correct label.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2013 19:48:28 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2013-01-09T19:48:28Z</dc:date>
    <item>
      <title>Failed to find association definition for association</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264215#M217345</link>
      <description>What does that error mean, exactly? Especially given:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;aspect name="xyz:matter"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;title&amp;gt;XYZ Matter&amp;lt;/title&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;description&amp;gt;XYZ Matter&amp;lt;/description&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;properties&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;property name="xyz:matterNumber"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;title&amp;amp;g</description>
      <pubDate>Sun, 06 Jan 2013 21:45:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264215#M217345</guid>
      <dc:creator>arnieaustin</dc:creator>
      <dc:date>2013-01-06T21:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to find association definition for association</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264216#M217346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you also supply your web-client-config-custom.xml file? I suspect your "show-association" element is pointing to the type ("xyz:matter") instead of the association name ("xyz:matterAssociation"). This would explain why the server starts up fine–your model is okay, it is just the web client config that is off–and why the error message gives your type name instead of the association name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 23:21:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264216#M217346</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2013-01-07T23:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to find association definition for association</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264217#M217347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You were right on, thanks! I corrected the web client configuration file and it showed up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the labels aren't right. The first field's label is repeated for each field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Labels:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;#&lt;BR /&gt;# These strings have to be copied to webclient.properties as well&lt;BR /&gt;#&lt;BR /&gt;abc_abcModel.title=abc Data Model Extensions&lt;BR /&gt;abc_abcModel.description=Metadata for all abc content&lt;BR /&gt;#&lt;BR /&gt;abc_abcModel.type.abc_matter.title=abc Matter&lt;BR /&gt;abc_abcModel.type.abc_matter.description=Defines content as related to an abc Matter&lt;BR /&gt;abc_abcModel.property.abc_matterNumber.title=Matter Number&lt;BR /&gt;abc_abcModel.property.abc_matterReceivedDate.title=Received Date&lt;BR /&gt;abc_abcModel.property.abc_matterClosed.title=Matter Closed?&lt;BR /&gt;abc_abcModel.property.abc_matterClosedDate.title=Date Closed&lt;BR /&gt;abc_abcModel.property.abc_matterSecured.title=Is Secured?&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Configuration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;config evaluator="node-type" condition="abc:matter" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;property-sheet&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;separator name="abcMatterSep" display-label-id="abc_abcModel.type.abc_matter.title"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;component-generator="HeaderSeparatorGenerator" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;show-property name="abc:matterNumber" display-label-id="abc_abcModel.property.abc_matterReceivedDate.title" ignore-if-missing="false" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;show-property name="abc:matterReceivedDate" display-label-id="abc_abcModel.property.abc_matterReceivedDate.title" ignore-if-missing="false" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;show-property name="abc:matterClosed" display-label-id="abc_abcModel.property.abc_matterClosed.title" ignore-if-missing="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;show-property name="abc:matterClosedDate" display-label-id="abc_abcModel.property.abc_matterClosedDate.title" ignore-if-missing="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;show-property name="abc:matterSecured" display-label-id="abc_abcModel.property.abc_matterSecured.title" ignore-if-missing="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/property-sheet&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;On the rendered page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;OAG Matter&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Matter Number:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Matter Number:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;None&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;Matter Number:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;Matter Number:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;None&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;Matter Number:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 00:54:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264217#M217347</guid>
      <dc:creator>arnieaustin</dc:creator>
      <dc:date>2013-01-09T00:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to find association definition for association</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264218#M217348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey, great. Glad that worked for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you tell me which file your labels are defined in? For the Alfresco Explorer client, the file should be webclient.properties and it does not follow any special convention. As long as the display-label-id matches the key in your webclient.properties file you should see the correct label.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 19:48:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264218#M217348</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2013-01-09T19:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to find association definition for association</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264219#M217349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually, following an example from a book, I created abcModel.xml (for the types/aspect) and then abcModel.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That doesn't apply?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, just curious - so once these mods to the Explorer UI are done, will Share see them?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 19:56:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264219#M217349</guid>
      <dc:creator>arnieaustin</dc:creator>
      <dc:date>2013-01-09T19:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to find association definition for association</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264220#M217350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I shouldn't have mentioned the webclient.properties approach. Your use of your own custom properties file which you point to from the labels property of the data dictionary bean is a better one because it more cleanly separates your config when you have multiple extensions. Using that approach you do follow the property naming convention you are showing here. The trick is that you do not need to specify a display-id in the web-client-config-custom.xml file because the naming convention wires that up for you. Try removing those display ID's and see if you have better luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As to the Share question, yes, it is a separate config.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to see an example of one custom content model config'd for both Explorer and Share, take a look at &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/archives/2012/01/09/1509" rel="nofollow noopener noreferrer"&gt;this tutorial&lt;/A&gt;&lt;SPAN&gt; and the code that accompanies it. Note that in that example I use the "webclient.properties" approach for the Explorer client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 00:05:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-find-association-definition-for-association/m-p/264220#M217350</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2013-01-10T00:05:54Z</dc:date>
    </item>
  </channel>
</rss>

