<?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: Alfresco 6.2 transformations, renditions and T-engines in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89880#M26876</link>
    <description>&lt;P&gt;Blog post is published!&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2019 10:17:40 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2019-12-17T10:17:40Z</dc:date>
    <item>
      <title>Alfresco 6.2 transformations, renditions and T-engines</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89874#M26870</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I've been playing with T-engines for a week. I've got a T-engine to work, and endpoint /transform responds OK. Transformations through this endpoint works as expected.&lt;/P&gt;&lt;P&gt;Now, I'm trying to integrate this T-engine with Alfresco 6.2. I used alfresco SDK4 (no news from SDK4.1), with a few customizations based on &lt;A href="https://github.com/Alfresco/alfresco-docker-installer" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-docker-installer&lt;/A&gt; regarding to T-engines configuration. I registered my custom T-engine as a local transform, and ACS recognizes it, as it polls my custom T-engine for its config as it does with other local transforms.&lt;/P&gt;&lt;P&gt;As far as I know, in Alfresco 6.2 renditions are asynchronous, while transformations are synchronous. So, I'm interested in creating a custom rendition to perform my transformations asynchronously. Then I defined a custom rendition for ACS (though I think renditions definitions should be defined inside the T-engine itself), as per this docs: &lt;A href="https://github.com/Alfresco/acs-packaging/blob/master/docs/custom-transforms-and-renditions.md#configure-a-custom-rendition" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-packaging/blob/master/docs/custom-transforms-and-renditions.md#configure-a-custom-rendition&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If I go to rest-api and list available renditions for a node, I can see my custom rendition definitions. But when I try to generate my custom rendition, it does simply not work. No errors. No logs available in endpoint /log from my transformer. No logs from inside my code.&lt;/P&gt;&lt;P&gt;So, I'd like to know, am I missing something?&lt;/P&gt;&lt;P&gt;Are local transforms really implemented to work through ACS in 6.2? Because if, following the docs, I deactivate legacy transformations (legacy.transform.service.enabled=false), all previews and thumbnails results in an error...&lt;/P&gt;&lt;P&gt;I hope somebody can help me with this, as documentation is not very clear at this, enterpise-oriented, and a bit outdated.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 23:50:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89874#M26870</guid>
      <dc:creator>narkuss</dc:creator>
      <dc:date>2019-12-12T23:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 6.2 transformations, renditions and T-engines</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89875#M26871</link>
      <description>&lt;P&gt;I'm working on providing a running sample for this feature. Hopefully I can have something for next week.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 09:40:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89875#M26871</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-12-13T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 6.2 transformations, renditions and T-engines</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89876#M26872</link>
      <description>&lt;P&gt;Genial, muchas gracias. Estaré atento.&lt;/P&gt;&lt;P&gt;Saludos,&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 10:42:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89876#M26872</guid>
      <dc:creator>narkuss</dc:creator>
      <dc:date>2019-12-13T10:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 6.2 transformations, renditions and T-engines</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89877#M26873</link>
      <description>&lt;P&gt;I've created a first draft in&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/aborroy/alf-tengine-markdown" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/aborroy/alf-tengine-markdown&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I'll write a blog post on that next week.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 18:08:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89877#M26873</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-12-13T18:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 6.2 transformations, renditions and T-engines</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89878#M26874</link>
      <description>&lt;P&gt;Ok, my custom renditions are working now. I think they were not working because of the transformOptions I provided with the rendition definitions. And your explanation at the end of the README file about renditions clarified why legacy transformers must be enabled for thumbnails to work in 6.2.&lt;/P&gt;&lt;P&gt;I won't miss your blog post about all this stuff. Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 10:28:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89878#M26874</guid>
      <dc:creator>narkuss</dc:creator>
      <dc:date>2019-12-14T10:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 6.2 transformations, renditions and T-engines</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89879#M26875</link>
      <description>&lt;P&gt;I've added a sample behaviour to get renditions done in Share with ACS 6.2:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/aborroy/alf-tengine-markdown/tree/master/markdown-rendition" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/aborroy/alf-tengine-markdown/tree/master/markdown-rendition&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I think the sample is complete with this addition.&lt;/P&gt;
&lt;P&gt;I'll write a blog post this week to describe how this works.&lt;/P&gt;
&lt;P&gt;Let me know if you need anything else.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 10:17:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89879#M26875</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-12-16T10:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 6.2 transformations, renditions and T-engines</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89880#M26876</link>
      <description>&lt;P&gt;Blog post is published!&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 10:17:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-2-transformations-renditions-and-t-engines/m-p/89880#M26876</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-12-17T10:17:40Z</dc:date>
    </item>
  </channel>
</rss>

