06-20-2008 03:26 PM
06-24-2008 09:34 AM
<bean id="auditComponent" class="xxxx.YourAuditImpl">
<property name="personService">
<ref bean="personService"/>
</property>
<property name="nodeService">
<ref bean="nodeService"/>
</property>
<property name="authorityService">
<ref bean="authorityService"/>
</property>
<property name="sessionFactory">
<ref bean="sessionFactory"/>
</property>
<property name="publicServiceIdentifier">
<ref bean="publicServiceIdentifier"/>
</property>
<property name="auditDAO">
<ref bean="auditDao"/>
</property>
<property name="auditFailedDAO">
<ref bean="auditFailedDao"/>
</property>
<property name="auditConfiguration">
<ref bean="auditConfiguration"/>
</property>
<property name="auditModel">
<ref bean="auditModel"/>
</property>
<property name="transactionService">
<ref bean="transactionService"/>
</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.