10-13-2008 03:51 AM
10-14-2008 12:57 AM
10-21-2008 04:30 AM
10-21-2008 05:52 AM
10-31-2008 06:23 AM
10-31-2008 09:54 AM
private ServiceRegistry serviceRegistry = null;
public void setServiceRegistry( ServiceRegistry reg ) {
this.serviceRegistry = reg;
}
<bean id="dam.imageProfile" class="org.alfresco.repo.dam.ImageProfile" init-method="init">
<property name="serviceRegistry">
<ref bean="ServiceRegistry"/>
</property>
<property name="authenticationComponent">
<ref bean="authenticationComponent"/>
</property>
<property name="nodeService">
<ref bean="nodeService"/>
</property>
<property name="policyComponent">
<ref bean="policyComponent"/>
</property>
</bean>
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.