06-17-2014 04:52 AM
String user = authenticationService.getCurrentUserName();
Invalid property 'authenticationService' of bean class […]: Bean property 'authenticationService' is not writable or has an invalid setter method. Did you mean 'authentificationService'?
<bean id="send-as-email" class="…" parent="action-executer">
<property name="nodeService">
<ref bean="NodeService"/>
</property>
<property name="contentService">
<ref bean="ContentService"/>
</property>
<property name="personService">
<ref bean="PersonService"/>
</property>
<property name="authenticationService">
<ref bean="AuthenticationService"/>
</property>
06-17-2014 06:53 AM
06-17-2014 07:05 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.