Hi, But I got classnotfoundexception for that class: org.jasig.services.persondir.support.MergingPersonAttributeDaoImpl
In which package is it located? Iam using 3.4 ----- Reply message ----- מאת: "Kevin P. Foote" <[email protected]> אל: "[email protected]" <[email protected]> נושא: [cas-user] MergingPersonAttributeDaoImpl תאריך: יום ג׳, אוק 29, 2013 19:32 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 This e-mail and the information it contains may be privileged and/or confidential. It is intended solely for the use of the named recipient(s). If you are not the intended recipient you may not disclose, copy, distribute or retain any part of this message or attachments. If you have received this e-mail in error please notify the sender immediately [by clicking 'Reply'] and delete this e-mail. -- 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
