<?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 ERROR: Actions invariably access the repository.  Doing so without a transaction is not recommended. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/error-actions-invariably-access-the-repository-doing-so-without/m-p/13234#M5842</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to call action in my java class:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="callAction.PNG" style="width: 962px;"&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/220iB35260D8FAAEF7B8/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;&lt;P&gt;but line 57 throws an ERROR:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="errorCallAction.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/221i2BFC978F46B83A14/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;&lt;P&gt;Do you have any ideas how to resolve this problem ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 11:18:20 GMT</pubDate>
    <dc:creator>alfresco_lover</dc:creator>
    <dc:date>2021-01-11T11:18:20Z</dc:date>
    <item>
      <title>ERROR: Actions invariably access the repository.  Doing so without a transaction is not recommended.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-actions-invariably-access-the-repository-doing-so-without/m-p/13234#M5842</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to call action in my java class:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="callAction.PNG" style="width: 962px;"&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/220iB35260D8FAAEF7B8/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;&lt;P&gt;but line 57 throws an ERROR:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="errorCallAction.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/221i2BFC978F46B83A14/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;&lt;P&gt;Do you have any ideas how to resolve this problem ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 11:18:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-actions-invariably-access-the-repository-doing-so-without/m-p/13234#M5842</guid>
      <dc:creator>alfresco_lover</dc:creator>
      <dc:date>2021-01-11T11:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Actions invariably access the repository.  Doing so without a transaction is not recommen</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-actions-invariably-access-the-repository-doing-so-without/m-p/13235#M5843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82850"&gt;@alfresco_lover&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you not need to call the &lt;A href="https://docs.alfresco.com/6.2/references/dev-services-action.html" target="_self" rel="nofollow noopener noreferrer"&gt;ServiceRegistry&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 12:26:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-actions-invariably-access-the-repository-doing-so-without/m-p/13235#M5843</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-01-11T12:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Actions invariably access the repository.  Doing so without a transaction is not recommen</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-actions-invariably-access-the-repository-doing-so-without/m-p/13236#M5844</link>
      <description>&lt;P&gt;hi &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://hub.alfresco.com/t5/user/viewprofilepage/user-id/76783" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;SPAN class="login-bold"&gt;@EddieMay&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I am using action and search services, which are then registrated in a bean. I think that is not a problem.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 13:29:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-actions-invariably-access-the-repository-doing-so-without/m-p/13236#M5844</guid>
      <dc:creator>alfresco_lover</dc:creator>
      <dc:date>2021-01-11T13:29:35Z</dc:date>
    </item>
  </channel>
</rss>

