Laura, if you look real carefully, you should see some classes in the bundled cas that are uportal specific and do not come with cas by default.
WEB-INF/classes/org/jasig/portal/cas/authentication/handler/support I believe if you grab these files out of your bundled cas and include them in your cas overlay, it should work again. From my experience, you should need to do anything at all with dependenies...unless those few classes are jared up somewhere. Curtis On Mon, Nov 15, 2010 at 11:33 AM, Laura McCord <[email protected]>wrote: > I removed the bundled CAS server from uPortal 3.2 and I'm using an external > CAS 3.4.2 server now. Now, my uPortal instance does not authenticate the > local users anymore. I added to my deployerConfigContext.xml file the > PersonDirAuthenticationHandler pointing to the Portal database but I'm > receiving errors about NoClassDefFound for this method. I'm certain it's > because I'm missing a dependency but I'm not sure which one I need to > include in my cas pom.xml file. I tried including the following with no > luck. Any help will be a great relief. > > <dependency> > <groupId>org.jasig.service</groupId> > <artifactId>person-directory-impl</artifactId> > </dependency> > <dependency> > <groupId>org.jasig.service</groupId> > <artifactId>person-directory-api</artifactId> > <scope>provided</scope> > </dependency> > > > > Thanks, > Laura > > -- > 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 > -- Curtis Garman -- 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
