<?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: [solved] 'Failed to find I18N message string key' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-to-find-i18n-message-string-key/m-p/160887#M114844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I have the same type of error when I start Alfresco:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#FF4000;"&gt;WARN [web.app.ResourceBundle.Wrapper] failed to find I18N message key: workflow-desc for locale : fr_BE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I tried deleting all the empty spaces in the file webclient.properties, i put webclient.properties in the same folder as webclient-config-custom.xml, I tried to add key and value for workflow-desc in webclient.properties but I still the same error appears.&lt;BR /&gt;&lt;BR /&gt;Does anybody have any idea to solve this problem?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;It's different in alfresco 3.3. I didn't find the answer, just put my webclient.properties file to &amp;lt;config&amp;gt;/alfresco/extension folder&amp;nbsp; &lt;img id="smileyindifferent" class="emoticon emoticon-smileyindifferent" src="https://connect.hyland.com/i/smilies/16x16_smiley-indifferent.png" alt="Smiley Indifferent" title="Smiley Indifferent" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Sep 2010 06:39:22 GMT</pubDate>
    <dc:creator>almer_bolatov</dc:creator>
    <dc:date>2010-09-07T06:39:22Z</dc:date>
    <item>
      <title>[solved] 'Failed to find I18N message string key'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-to-find-i18n-message-string-key/m-p/160883#M114840</link>
      <description>hello!I just understood why I got the error message "Failed to find I18N message string key" after adding something to a content model.as this may be interesting to others, here's the reason:don't put blank lines between the declarations in the webclient.properties!I did it for structuring purposes</description>
      <pubDate>Mon, 09 Jun 2008 09:19:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-to-find-i18n-message-string-key/m-p/160883#M114840</guid>
      <dc:creator>viola</dc:creator>
      <dc:date>2008-06-09T09:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] 'Failed to find I18N message string key'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-to-find-i18n-message-string-key/m-p/160884#M114841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem when i try to define the custom property in a "evaluator="node-type" tag, inside the file "web-client-config-custom.xml" file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you done same work ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help me ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alessandro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 15:19:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-to-find-i18n-message-string-key/m-p/160884#M114841</guid>
      <dc:creator>alex--70</dc:creator>
      <dc:date>2008-07-18T15:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] 'Failed to find I18N message string key'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-to-find-i18n-message-string-key/m-p/160885#M114842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also found that spaces were the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My webclient.properties file looked like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;#Labels&lt;BR /&gt;&lt;BR /&gt;#mx:LibraryContent&lt;BR /&gt;type=Type &lt;BR /&gt;keyword=Keyword&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and when i changed to this, it worked fine:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;#Labels&lt;BR /&gt;#mx:LibraryContent&lt;BR /&gt;type=Type &lt;BR /&gt;keyword=Keyword&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure the properties file is in the same folder as the web-client-config-custom file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 07:30:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-to-find-i18n-message-string-key/m-p/160885#M114842</guid>
      <dc:creator>taryn</dc:creator>
      <dc:date>2009-06-04T07:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] 'Failed to find I18N message string key'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-to-find-i18n-message-string-key/m-p/160886#M114843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same type of error when I start Alfresco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#FF4000;"&gt;WARN [web.app.ResourceBundle.Wrapper] failed to find I18N message key: workflow-desc for locale : fr_BE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried deleting all the empty spaces in the file webclient.properties, i put webclient.properties in the same folder as webclient-config-custom.xml, I tried to add key and value for workflow-desc in webclient.properties but I still the same error appears.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody have any idea to solve this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 09:10:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-to-find-i18n-message-string-key/m-p/160886#M114843</guid>
      <dc:creator>celineb</dc:creator>
      <dc:date>2010-07-22T09:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] 'Failed to find I18N message string key'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-to-find-i18n-message-string-key/m-p/160887#M114844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I have the same type of error when I start Alfresco:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#FF4000;"&gt;WARN [web.app.ResourceBundle.Wrapper] failed to find I18N message key: workflow-desc for locale : fr_BE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I tried deleting all the empty spaces in the file webclient.properties, i put webclient.properties in the same folder as webclient-config-custom.xml, I tried to add key and value for workflow-desc in webclient.properties but I still the same error appears.&lt;BR /&gt;&lt;BR /&gt;Does anybody have any idea to solve this problem?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;It's different in alfresco 3.3. I didn't find the answer, just put my webclient.properties file to &amp;lt;config&amp;gt;/alfresco/extension folder&amp;nbsp; &lt;img id="smileyindifferent" class="emoticon emoticon-smileyindifferent" src="https://connect.hyland.com/i/smilies/16x16_smiley-indifferent.png" alt="Smiley Indifferent" title="Smiley Indifferent" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 06:39:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-to-find-i18n-message-string-key/m-p/160887#M114844</guid>
      <dc:creator>almer_bolatov</dc:creator>
      <dc:date>2010-09-07T06:39:22Z</dc:date>
    </item>
  </channel>
</rss>

