<?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: How define spring bean for creating a custom action (Problem with attribute parent=&amp;quot;action-executer&amp;quot;) ?? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31777#M13480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i have 2 separate projects, i create a custom module extension for actions under&amp;nbsp;src\main\amp\config\alfresco\web-extension\site-data\extensions\customAction-extension-modules.xml in the share project and i have the config file in the same project inder&amp;nbsp;&lt;SPAN&gt;src\main\amp\config\alfresco\web-extension\site-data\extensions\&lt;/SPAN&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;i&lt;/SPAN&gt;&lt;STRONG style="color: #727174; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;nternship-share-slingshot-application-context.xml &lt;/STRONG&gt;to config beans , So&amp;nbsp;added the bean in this file to refer my action executer class that situated under src/main/java in the share project .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I DON't manage the repository project&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 09:29:56 GMT</pubDate>
    <dc:creator>lina</dc:creator>
    <dc:date>2017-05-04T09:29:56Z</dc:date>
    <item>
      <title>How define spring bean for creating a custom action (Problem with attribute parent="action-executer") ??</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31773#M13476</link>
      <description>I create a custom action using an extension under site-data folder, I create a custom model and i the action executer class, but when i define it under the file XXX-context.xml like :&amp;lt;bean id='doc-tagging' class='com.capgemini.TagActionExecuter' parent='action-executer'&amp;gt;........&amp;lt;/bean&amp;gt;I</description>
      <pubDate>Wed, 03 May 2017 20:53:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31773#M13476</guid>
      <dc:creator>lina</dc:creator>
      <dc:date>2017-05-03T20:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: How define spring bean for creating a custom action (Problem with attribute parent="action-executer") ??</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31774#M13477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where did you place that configuration file? The bean exists and any such error could simply be caused by putting that configuration file in the wrong location (e.g. Share instead of Repository). I would expect that file to be located in an alfresco/extension/ path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 05:35:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31774#M13477</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-05-04T05:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: How define spring bean for creating a custom action (Problem with attribute parent="action-executer") ??</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31775#M13478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I placed it under&amp;nbsp;&lt;STRONG&gt;src\main\amp\config\alfresco\web-extension&lt;/STRONG&gt; in the file of config i&lt;STRONG&gt;nternship-share-slingshot-application-context.xml&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that it need to configure the pom.xml by adding dependencies about alfresco repos ?? No??&lt;/P&gt;&lt;P&gt;Have you any idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 08:49:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31775#M13478</guid>
      <dc:creator>lina</dc:creator>
      <dc:date>2017-05-04T08:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: How define spring bean for creating a custom action (Problem with attribute parent="action-executer") ??</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31776#M13479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That path is the wrong one for a Repository-tier action bean. If you are developing a customisation for the Alfresco Share user interface you should have (at least) two separate module projects - one for Share and one for Repository. If you are using the AIO archetype from Alfresco SDK these would be sub-modules of the project you generated. The Java-based action implementation will always be part of the Repository project and its Spring configuration should be placed in the &lt;STRONG&gt;src\main\amp\config\alfresco\extension\&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;This has nothing to do with dependencies in any POM, only with your project setup. The Share-tier project will typically only contain the share-config-custom.xml file where you define the action to be shown in the Share UI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 09:06:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31776#M13479</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-05-04T09:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: How define spring bean for creating a custom action (Problem with attribute parent="action-executer") ??</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31777#M13480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i have 2 separate projects, i create a custom module extension for actions under&amp;nbsp;src\main\amp\config\alfresco\web-extension\site-data\extensions\customAction-extension-modules.xml in the share project and i have the config file in the same project inder&amp;nbsp;&lt;SPAN&gt;src\main\amp\config\alfresco\web-extension\site-data\extensions\&lt;/SPAN&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;i&lt;/SPAN&gt;&lt;STRONG style="color: #727174; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;nternship-share-slingshot-application-context.xml &lt;/STRONG&gt;to config beans , So&amp;nbsp;added the bean in this file to refer my action executer class that situated under src/main/java in the share project .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I DON't manage the repository project&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 09:29:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31777#M13480</guid>
      <dc:creator>lina</dc:creator>
      <dc:date>2017-05-04T09:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How define spring bean for creating a custom action (Problem with attribute parent="action-executer") ??</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31778#M13481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, you have to put the *-context.xml with your bean that has the parent="action-executer" into the Repository project in the path &lt;STRONG&gt;src\main\amp\config\alfresco\extension&lt;/STRONG&gt;.Everything else will not work... It has not place being in any web-extension or site-data path... The &lt;SPAN&gt;src\main\amp\config\alfresco\web-extension\site-data\extensions path is only meant for &lt;A href="http://docs.alfresco.com/5.2/concepts/dev-extensions-share-surf-extension-modules.html" rel="nofollow noopener noreferrer"&gt;Surf extension modules&lt;/A&gt;, not for Spring configuration files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can only recommend working through &lt;B&gt;Jeff Potts&lt;/B&gt;‌'s &lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/actions/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;tutorial on custom actions&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 09:50:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31778#M13481</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-05-04T09:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: How define spring bean for creating a custom action (Problem with attribute parent="action-executer") ??</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31779#M13482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you !!!! I resolved it, but now i want to add content (folder or file ) when i create folder with a custom type "kb:folder". I add extension in share project, in the balise &amp;lt;create-content&amp;gt; i added this code: &amp;lt;content id="kbFolder" label="My Kb Folder" itemid="kb:folder"&lt;BR /&gt; icon="kbfolder" /&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It added to the list of content type in document library with the icon ==&amp;gt; OK, the form of differents properties of my model is showen but now i want to customise the create button to create under this custom folder another folder or file in the same time (to create a node and child of this node in the same time)&lt;/P&gt;&lt;P&gt;Have you any idea about this? THANK YOU !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 09:53:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31779#M13482</guid>
      <dc:creator>lina</dc:creator>
      <dc:date>2017-05-04T09:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How define spring bean for creating a custom action (Problem with attribute parent="action-executer") ??</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31780#M13483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;when can i place an xml file config for auditing content, i have 2 project (alfresco et share).&lt;/P&gt;&lt;P&gt;content of the file is:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Audit xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/repo/audit/model/3.2" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/repo/audit/model/3.2&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xsi:schemaLocation="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/repo/audit/model/3.2" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/repo/audit/model/3.2&lt;/A&gt;&lt;SPAN&gt; alfresco-audit-3.2.xsd"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;DataExtractors&amp;gt;&lt;BR /&gt; &amp;lt;DataExtractor name="simpleValue" registeredName="auditModel.extractor.simpleValue" /&amp;gt;&lt;BR /&gt; &amp;lt;DataExtractor name="nodeName" registeredName="auditModel.extractor.nodeName" /&amp;gt;&lt;BR /&gt; &amp;lt;DataExtractor name="nodeType" registeredName="auditModel.extractor.nodeType" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Custom data extractor --&amp;gt;&lt;BR /&gt; &amp;lt;DataExtractor name="siteName"&lt;BR /&gt; class="org.alfresco.tutorial.audit.dataextractor.SiteNameDataExtractor" /&amp;gt;&lt;BR /&gt; &amp;lt;/DataExtractors&amp;gt;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 16:46:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-define-spring-bean-for-creating-a-custom-action-problem-with/m-p/31780#M13483</guid>
      <dc:creator>lina</dc:creator>
      <dc:date>2017-05-29T16:46:17Z</dc:date>
    </item>
  </channel>
</rss>

