<?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: Publish to Alfresco Task - Folders not loading in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10597#M4729</link>
    <description>&lt;P&gt;Update: I was able to solve the problem. For me, the Publish to Alfresco Task only works when connected to Alfresco Content Services. When connecting with Alfresco Community Edition the folders are not displayed. As per my understanding the Publish to Alfresco Task is not supported by the Community Edition.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2021 20:33:55 GMT</pubDate>
    <dc:creator>shmalik</dc:creator>
    <dc:date>2021-02-23T20:33:55Z</dc:date>
    <item>
      <title>Publish to Alfresco Task - Folders not loading</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10593#M4725</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i am working with the APS Trial Version 1.11 and face an issue when using the Publish to Alfresco Task. I already connected my Alfresco Community Edition Repository with Alfresco&amp;nbsp;Process Services in the Identity Management App and set the admin account up. The connection is established, I can&amp;nbsp;see my Alfresco Sites in the destination dialog, but when I select one site it does not load&amp;nbsp;the folders in the next step. It is in a loop and the three loading dots are displayed.&lt;BR /&gt;What do I need to change, so that also my folders in the sites are visible?&amp;nbsp;Otherwise I can not use this task.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 09:48:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10593#M4725</guid>
      <dc:creator>shmalik</dc:creator>
      <dc:date>2020-11-30T09:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Publish to Alfresco Task - Folders not loading</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10594#M4726</link>
      <description>&lt;P&gt;error or exception stack trace would be helpful, could you please upload it? also send error in your js console if any&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 07:11:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10594#M4726</guid>
      <dc:creator>abbask01</dc:creator>
      <dc:date>2021-01-04T07:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Publish to Alfresco Task - Folders not loading</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10595#M4727</link>
      <description>&lt;P&gt;Hi Abbas,&lt;/P&gt;&lt;P&gt;I use Alfresco Process Services Trial Version 1.11.1 and Alfresco Community Edition 6.2.0 with the docker installation in a debian virtual machine.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These logs were printed after trying to set the destination folder in APS:&lt;/P&gt;&lt;PRE&gt;08:56:44 [http-nio-8080-exec-3] ERROR com.activiti.service.runtime.integration.alfresco.AlfrescoOnPremService  - UNEXPECTED Error while getting content in site
com.activiti.alfrescoconnector.exception.AlfrescoConnectorException: UNEXPECTED Error while getting content in site
        at com.activiti.alfrescoconnector.service.AlfrescoContentService.getContentInSite(AlfrescoContentService.java:133)
        at com.activiti.service.runtime.integration.alfresco.AlfrescoOnPremService.getContentInSite(AlfrescoOnPremService.java:279)
        at com.activiti.rest.runtime.integration.AlfrescoOnPremResource.getContentInSite(AlfrescoOnPremResource.java:89)
        at com.activiti.rest.runtime.integration.AlfrescoOnPremResource$$FastClassBySpringCGLIB$$94b7eb10.invoke(&amp;lt;generated&amp;gt;)
        at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
        at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:736)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
        at com.ryantenney.metrics.spring.TimedMethodInterceptor.invoke(TimedMethodInterceptor.java:48)
        at com.ryantenney.metrics.spring.TimedMethodInterceptor.invoke(TimedMethodInterceptor.java:34)
        at com.ryantenney.metrics.spring.AbstractMetricMethodInterceptor.invoke(AbstractMetricMethodInterceptor.java:59)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
        at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:671)
        at com.activiti.rest.runtime.integration.AlfrescoOnPremResource$$EnhancerBySpringCGLIB$$afd12f39.getContentInSite(&amp;lt;generated&amp;gt;)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:854)
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:765)
        at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
        at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at com.codahale.metrics.servlet.AbstractInstrumentedFilter.doFilter(AbstractInstrumentedFilter.java:104)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at com.activiti.security.authentication.filters.ActivitiEngineAuthenticatedUserFilter.doFilterInternal(ActivitiEngineAuthenticatedUserFilter.java:37)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at com.activiti.security.CustomStatelessCSRFFilter.doFilterInternal(CustomStatelessCSRFFilter.java:68)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:543)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
        at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
        at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:609)
        at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
        at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:818)
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1623)
        at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: Moved Permanently
        at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:487)
        at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.read(AbstractAtomPubService.java:613)
        at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.getObjectInternal(AbstractAtomPubService.java:836)
        at org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.getObjectByPath(ObjectServiceImpl.java:627)
        at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObjectByPath(SessionImpl.java:447)
        at com.activiti.alfrescoconnector.service.AlfrescoContentService.getContentInSite(AlfrescoContentService.java:120)
        ... 117 common frames omitted
08:56:53 [activiti-app-rest-Executor-1] INFO  com.activiti.service.runtime.ScriptFileLibraryCacheImpl  - Script file cache statistics: CacheStats{hitCount=0, missCount=18, loadSuccessCount=0, loadExceptionCount=18, totalLoadTime=15910227, evictionCount=0}
08:56:53 [activiti-app-rest-Executor-2] INFO  com.activiti.service.runtime.FormStoreServiceImpl  - Form cache statistics: CacheStats{hitCount=75, missCount=5, loadSuccessCount=5, loadExceptionCount=0, totalLoadTime=2251487, evictionCount=0}
08:56:53 [activiti-app-rest-Executor-1] INFO  com.activiti.service.runtime.ScriptFileControllerCacheImpl  - Script file cache statistics: CacheStats{hitCount=0, missCount=18, loadSuccessCount=0, loadExceptionCount=18, totalLoadTime=10312845, evictionCount=0}
08:56:53 [activiti-app-rest-Executor-1] INFO  com.activiti.service.idm.GroupHierarchyCacheImpl  - Group cache statistics: CacheStats{hitCount=1360, missCount=18, loadSuccessCount=18, loadExceptionCount=0, totalLoadTime=17975556, evictionCount=15}
08:56:53 [activiti-app-rest-Executor-1] INFO  com.activiti.service.idm.GroupHierarchyCacheImpl  - The size of this cache is determined by the 'cache.groups.max.size' and 'cache.groups.max.age' property.
08:56:53 [activiti-app-rest-Executor-1] INFO  com.activiti.service.idm.UserCacheImpl  - User cache statistics: CacheStats{hitCount=10907, missCount=4, loadSuccessCount=4, loadExceptionCount=0, totalLoadTime=52393936, evictionCount=5}
08:56:53 [activiti-app-rest-Executor-1] INFO  com.activiti.service.idm.UserCacheImpl  - The size of this cache is determined by the 'cache.users.max.size' and 'cache.users.max.age' property.
08:56:53 [activiti-app-rest-Executor-1] INFO  com.activiti.service.idm.PersistentTokenServiceImpl  - Token cache statistics: CacheStats{hitCount=10387, missCount=330, loadSuccessCount=316, loadExceptionCount=3, totalLoadTime=157274116, evictionCount=312}
08:56:53 [activiti-app-rest-Executor-1] INFO  com.activiti.service.idm.PersistentTokenServiceImpl  - The size of this cache is determined by the 'cache.login-tokens.max.size' and 'cache.login-tokens.max.age' property.
08:56:53 [activiti-app-rest-Executor-1] INFO  com.activiti.service.runtime.integration.alfresco.AlfrescoOnPremiseTicketService  - Alfresco ticket cache statistics: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
08:56:53 [activiti-app-rest-Executor-1] INFO  com.activiti.service.runtime.integration.alfresco.AlfrescoOnPremiseTicketService  - The size of this cache is determined by the 'cache.alfresco-tickets.max.size' and 'cache.alfresco-tickets.max.age' property.
08:56:53 [activiti-app-rest-Executor-2] INFO  com.activiti.service.runtime.FormStoreServiceImpl  - The size of this cache is determined by the 'cache.forms.max.size' property&lt;/PRE&gt;&lt;P&gt;In the browser console I got this error, but I do not know if it is of any help:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Failed to load resource: the server responded with a status of 400 () &lt;EM&gt;*resource link removed*&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;DevTools failed to load SourceMap: Could not load content for &lt;EM&gt;*resource link removed*&lt;/EM&gt;/activiti-app/editor/styles/bootstrap.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;After searching the internet I found a similiar issue from&amp;nbsp;&lt;SPAN&gt;Alfresco Process Services 1.8.1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/MNT-19450&amp;nbsp;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/MNT-19450&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The Community Edition is installed in German. But after trying out the proposed workaround I noticed that the parent folder is already named "Sites" in the UI (see attached screenshot). So I am not sure if that is the problem.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Share_Parent_Folder_Sites.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/209i7EEE1371664BF127/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 21:20:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10595#M4727</guid>
      <dc:creator>shmalik</dc:creator>
      <dc:date>2021-01-21T21:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Publish to Alfresco Task - Folders not loading</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10596#M4728</link>
      <description>&lt;P&gt;Hi Abbas,&lt;/P&gt;&lt;P&gt;I have an additional remark. When my Alfresco Share is accessed from an OS where English is set as OS language, then Share will be also automatically displayed in English. Therefore I think it is unlikely, that the problem occures because of the language difference, as the whole Repository is displayed in English.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 20:16:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10596#M4728</guid>
      <dc:creator>shmalik</dc:creator>
      <dc:date>2021-01-22T20:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Publish to Alfresco Task - Folders not loading</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10597#M4729</link>
      <description>&lt;P&gt;Update: I was able to solve the problem. For me, the Publish to Alfresco Task only works when connected to Alfresco Content Services. When connecting with Alfresco Community Edition the folders are not displayed. As per my understanding the Publish to Alfresco Task is not supported by the Community Edition.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 20:33:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10597#M4729</guid>
      <dc:creator>shmalik</dc:creator>
      <dc:date>2021-02-23T20:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Publish to Alfresco Task - Folders not loading</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10598#M4730</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/83439"&gt;@shmalik&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great that you resolved your issue &amp;amp; thanks for the update - really useful for other users.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 10:05:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/publish-to-alfresco-task-folders-not-loading/m-p/10598#M4730</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-02-24T10:05:06Z</dc:date>
    </item>
  </channel>
</rss>

