On Tue, 29 Oct 2013, ray wrote:

Hi,
I wonder how I could use this class in CAS app? I configured 
deployerConfigContext.xml as shown here: 
https://wiki.jasig.org/display/UPC/PersonDirectory (mergin example) And I am 
getting:  java.lang.ClassNotFoundException: 
org.jasig.portal.services.persondir.support.MergingPersonAttributeDaoImpl


How  I am suppose to use deploy that class in my app and how to get it?


I believe you will want to use a statement such as below, depending on
what you are are doing.



<bean id="attributeRepository"
      
class="org.jasig.services.persondir.support.MergingPersonAttributeDaoImpl">

...other stuff here..

</bean>



------
thanks
 kevin.foote

--
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/cas-user

Reply via email to