Skip to content

Commit

Permalink
SAK-44432 - Added missing init method to the MembershipManagerImpl be…
Browse files Browse the repository at this point in the history
  • Loading branch information
maurercw authored Oct 20, 2020
1 parent 5e08fc8 commit 1ff0dc7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,13 +330,14 @@
<ref bean="org.sakaiproject.springframework.orm.hibernate.GlobalTransactionManager"/>
</property>
<property name="target">
<bean class="org.sakaiproject.component.app.messageforums.MembershipManagerImpl">
<bean class="org.sakaiproject.component.app.messageforums.MembershipManagerImpl" init-method="init">
<property name="siteService" ref="org.sakaiproject.site.api.SiteService"/>
<property name="userDirectoryService" ref="org.sakaiproject.user.api.UserDirectoryService"/>
<property name="authzGroupService" ref="org.sakaiproject.authz.api.AuthzGroupService"/>
<property name="toolManager" ref="org.sakaiproject.tool.api.ActiveToolManager"/>
<property name="privacyManager" ref="org.sakaiproject.api.privacy.PrivacyManager" />
<property name="prtMsgManager" ref="org.sakaiproject.api.app.messageforums.ui.PrivateMessageManager" />
<property name="serverConfigurationService" ref="org.sakaiproject.component.api.ServerConfigurationService"/>
</bean>
</property>
<property name="transactionAttributes">
Expand Down

0 comments on commit 1ff0dc7

Please sign in to comment.