Skip to content

Commit

Permalink
[ACS-9045] Bean property must have interface type: 'org.alfresco.trai…
Browse files Browse the repository at this point in the history
…textender.Extensible, org.springframework.context.ApplicationListener, org.alfresco.repo.security.permissions.PermissionServiceSPI, org.springframework.context.ApplicationContextAware'
  • Loading branch information
kmagdziarz committed Dec 17, 2024
1 parent e3fd7a4 commit f435a17
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
http://www.springframework.org/schema/beans/spring-beans.xsd"
xmlns:aop="http://www.springframework.org/schema/aop">

<!-- ===================== -->
<!-- Permissions Model DAO -->
Expand Down Expand Up @@ -1277,4 +1278,6 @@
</property>
</bean>

<aop:aspectj-autoproxy proxy-target-class="true"/>
<aop:aspectj-autoproxy/>
</beans>

0 comments on commit f435a17

Please sign in to comment.