Problem when changing service registry to JPA

Joram Barrez joram.barrez at gmail.com
Thu Sep 25 05:36:09 EDT 2008


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
<scott.battaglia at gmail.com>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 <joram.barrez at gmail.com>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
>> cas at tp.its.yale.edu
>> http://tp.its.yale.edu/mailman/listinfo/cas
>>
>>
>
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20080925/7c7b21e2/attachment.html 


More information about the cas mailing list