Scott, I was able to get it working by doing: -comment out all the exclusions of the spring-security-cas-client - manually added a depency for spring-jdbc (because it is not retrieved otherwise) - Removed all the Hibernate jars on the JBoss server
I got a small code remark: the RegisteredServiceImpl is persisted under its name. perhaps it would be better to change this to REGISTEREDSERVICES or something like that? Joram On Wed, Sep 24, 2008 at 6:26 PM, Scott Battaglia <[EMAIL PROTECTED]>wrote: > Did you include the Hibernate, JPA, etc. dependencies? > > -Scott > > -Scott Battaglia > PGP Public Key Id: 0x383733AA > LinkedIn: http://www.linkedin.com/in/scottbattaglia > > > On Wed, Sep 24, 2008 at 11:36 AM, Joram Barrez <[EMAIL PROTECTED]>wrote: > >> Hi list, >> >> I'm trying to use the JPA implementation of the service registry, using >> the explanation in http://www.ja-sig.org/wiki/display/CASUM/Configuring >> >> However, it seems that step 6, commenting >> >> <exclusion> >> <groupId>org.springframework</groupId> >> <artifactId>spring-dao</artifactId> >> </exclusion> >> >> in pom.xml of cas-server-webapps is not enough. >> When running the server I'm getting all kinds of missing classes. >> >> Have the configuration steps changed or am I doing something wrong? >> >> _______________________________________________ >> Yale CAS mailing list >> [email protected] >> http://tp.its.yale.edu/mailman/listinfo/cas >> >> > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > >
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
