<?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: charSet for FTP not accepted in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/charset-for-ftp-not-accepted/m-p/235423#M188553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you should not trust the documentation… :wink: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that there's a small bug. I'm running with version 3.2 community, and the problem comes from the 'extension' path sent to init the subsystems childApplicationContextFactory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact the &lt;/SPAN&gt;&lt;STRONG&gt;default ID is not 'default' but '[default]'&lt;/STRONG&gt;&lt;SPAN&gt;. &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to make any change to the fileServers configuration, you have to do it following next rule:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;alfresco/extension/subsystems/&amp;lt;category&amp;gt;/&amp;lt;type&amp;gt;/&amp;lt;id&amp;gt;/*-context.xml&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which gives&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;alfresco/extension/subsystems/fileServers/default/&lt;STRONG&gt;[default]&lt;/STRONG&gt;/*-context.xml&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So for your specific code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;alfresco/extension/subsystems/fileServers/default/&lt;STRONG&gt;[default]&lt;/STRONG&gt;/custom-file-servers-context.xml&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After searched for two hours… I've finally debugged the &lt;/SPAN&gt;&lt;STRONG&gt;org.alfresco.repo.managementsubsystems.ChildApplicationContextFactory&lt;/STRONG&gt;&lt;SPAN&gt;. :idea: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll send a email to Alfresco to ask them to change either the documentation or the code for having default and not [default].&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps it's already modified in newer version, I don't know. You may have to try out v3.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JMarc B.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 May 2010 13:13:04 GMT</pubDate>
    <dc:creator>jmliege</dc:creator>
    <dc:date>2010-05-12T13:13:04Z</dc:date>
    <item>
      <title>charSet for FTP not accepted</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charset-for-ftp-not-accepted/m-p/235422#M188552</link>
      <description>Alfresco's FTP server per default uses UTF8 on its control channel. Most FTP client's do not (I even had to hack Apache Common-VFS to handle this). So instead of fighting with all clients, I wanted to convince Alfresco 3.2r to use ISO-8859-1. So I created:C:\Alfresco\tomcat\shared\classes\alfresco\e</description>
      <pubDate>Wed, 31 Mar 2010 18:20:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charset-for-ftp-not-accepted/m-p/235422#M188552</guid>
      <dc:creator>tbee</dc:creator>
      <dc:date>2010-03-31T18:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: charSet for FTP not accepted</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charset-for-ftp-not-accepted/m-p/235423#M188553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you should not trust the documentation… :wink: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that there's a small bug. I'm running with version 3.2 community, and the problem comes from the 'extension' path sent to init the subsystems childApplicationContextFactory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact the &lt;/SPAN&gt;&lt;STRONG&gt;default ID is not 'default' but '[default]'&lt;/STRONG&gt;&lt;SPAN&gt;. &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to make any change to the fileServers configuration, you have to do it following next rule:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;alfresco/extension/subsystems/&amp;lt;category&amp;gt;/&amp;lt;type&amp;gt;/&amp;lt;id&amp;gt;/*-context.xml&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which gives&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;alfresco/extension/subsystems/fileServers/default/&lt;STRONG&gt;[default]&lt;/STRONG&gt;/*-context.xml&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So for your specific code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;alfresco/extension/subsystems/fileServers/default/&lt;STRONG&gt;[default]&lt;/STRONG&gt;/custom-file-servers-context.xml&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After searched for two hours… I've finally debugged the &lt;/SPAN&gt;&lt;STRONG&gt;org.alfresco.repo.managementsubsystems.ChildApplicationContextFactory&lt;/STRONG&gt;&lt;SPAN&gt;. :idea: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll send a email to Alfresco to ask them to change either the documentation or the code for having default and not [default].&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps it's already modified in newer version, I don't know. You may have to try out v3.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JMarc B.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 13:13:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charset-for-ftp-not-accepted/m-p/235423#M188553</guid>
      <dc:creator>jmliege</dc:creator>
      <dc:date>2010-05-12T13:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: charSet for FTP not accepted</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charset-for-ftp-not-accepted/m-p/235424#M188554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Allright then! That explains A LOT of problems I've been having. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 14:45:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charset-for-ftp-not-accepted/m-p/235424#M188554</guid>
      <dc:creator>tbee</dc:creator>
      <dc:date>2010-05-12T14:45:54Z</dc:date>
    </item>
  </channel>
</rss>

