Drew Wills wrote:
++ BeansML:
<bean id="personDirectoryService" factory-method="setPersonAttributeDao">
<constructor-arg>
<ref bean="personAttributeDao"/>
<constructor-arg>
</bean>
Sorry, should be more like:
<bean id="personDirectoryService"
class="org.jasig.portal.services.PersonDirectory"
factory-method="setPersonAttributeDao">
<constructor-arg>
<ref bean="personAttributeDao"/>
</constructor-arg>
</bean>
drew
--
Andrew Wills
UNICON, Inc.
Office: (480) 558-2476
http://code.google.com/p/cernunnos/
--
You are currently subscribed to [email protected] as: [EMAIL
PROTECTED]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/uportal-dev