<?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 to configure alfresco for Spring AOP in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-alfresco-for-spring-aop/m-p/225051#M178181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I found the problem. Is actually a Spring issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://static.springsource.org/spring/docs/2.0.x/reference/aop.html" rel="nofollow noopener noreferrer"&gt;http://static.springsource.org/spring/docs/2.0.x/reference/aop.html&lt;/A&gt;&lt;SPAN&gt; - scroll to 6.3. Schema-based AOP support:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;========&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Warning&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The &amp;lt;aop:config&amp;gt; style of configuration makes heavy use of Spring's auto-proxying mechanism. This can cause issues (such as advice not being woven) if you are already using explicit auto-proxying via the use of BeanNameAutoProxyCreator or suchlike. The recommended usage pattern is to use either just the &amp;lt;aop:config&amp;gt; style, or just the AutoProxyCreator style.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;========&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And there is actually a BeanNameAutoProxyCreator in the Alfresco config (and probably other auto-proxying stuff) - so the &amp;lt;aop:config&amp;gt; is a no-no in this case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Oct 2010 22:56:14 GMT</pubDate>
    <dc:creator>cosminaru</dc:creator>
    <dc:date>2010-10-06T22:56:14Z</dc:date>
    <item>
      <title>How to configure alfresco for Spring AOP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-alfresco-for-spring-aop/m-p/225049#M178179</link>
      <description>Hi,I have an Alfresco project already running. I needed to configure Spring AOP in Alfresco application. I have created a Spring-AOP-context.xml where all the aop configuration is done.The Spring-AOP-context.xml is as follows:&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&amp;lt;beans xmlns="http://www.sp</description>
      <pubDate>Wed, 12 May 2010 13:18:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-alfresco-for-spring-aop/m-p/225049#M178179</guid>
      <dc:creator>amitnerkar</dc:creator>
      <dc:date>2010-05-12T13:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure alfresco for Spring AOP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-alfresco-for-spring-aop/m-p/225050#M178180</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;I am struggling with exactly the same thing. Did you find a way around this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cosmin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 21:47:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-alfresco-for-spring-aop/m-p/225050#M178180</guid>
      <dc:creator>cosminaru</dc:creator>
      <dc:date>2010-10-06T21:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure alfresco for Spring AOP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-alfresco-for-spring-aop/m-p/225051#M178181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I found the problem. Is actually a Spring issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://static.springsource.org/spring/docs/2.0.x/reference/aop.html" rel="nofollow noopener noreferrer"&gt;http://static.springsource.org/spring/docs/2.0.x/reference/aop.html&lt;/A&gt;&lt;SPAN&gt; - scroll to 6.3. Schema-based AOP support:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;========&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Warning&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The &amp;lt;aop:config&amp;gt; style of configuration makes heavy use of Spring's auto-proxying mechanism. This can cause issues (such as advice not being woven) if you are already using explicit auto-proxying via the use of BeanNameAutoProxyCreator or suchlike. The recommended usage pattern is to use either just the &amp;lt;aop:config&amp;gt; style, or just the AutoProxyCreator style.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;========&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And there is actually a BeanNameAutoProxyCreator in the Alfresco config (and probably other auto-proxying stuff) - so the &amp;lt;aop:config&amp;gt; is a no-no in this case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 22:56:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-alfresco-for-spring-aop/m-p/225051#M178181</guid>
      <dc:creator>cosminaru</dc:creator>
      <dc:date>2010-10-06T22:56:14Z</dc:date>
    </item>
  </channel>
</rss>

