I should note that I do see hibernate attempting to get services from the
mysql db.  Hibernate: select abstractre0_.id as id0_,
abstractre0_.allowedToProxy as allowedT3_0_, abstractre0_.anonymousAccess
as anonymou4_0_, abstractre0_.description as descript5_0_,
abstractre0_.enabled as enabled0_, abstractre0_.evaluation_order as
evaluation7_0_, abstractre0_.ignoreAttributes as ignoreAt8_0_,
abstractre0_.name as name0_, abstractre0_.serviceId as serviceId0_,
abstractre0_.ssoEnabled as ssoEnabled0_, abstractre0_.theme as theme0_,
abstractre0_.username_attr as username13_0_, abstractre0_.expression_type
as expression1_0_ from RegisteredServiceImpl abstractre0_
2013-10-18 15:45:10,278 INFO
[org.jasig.cas.services.DefaultServicesManagerImpl] - <Loaded 0 services.>


Just nothing being inserted into RegisteredServiceImpl


On Fri, Oct 18, 2013 at 3:00 PM, Jason Whitener <[email protected]> wrote:

> I set CAS 3.5.2 to use MySQL as it's service registry using this doc:
> https://wiki.jasig.org/display/CASUM/Configuring
>
> I see that CAS did create tables:
>
> | Tables_in_cas
> | RegisteredServiceImpl
> | SERVICETICKET
> | TICKETGRANTINGTICKET
> | locks
> | rs_attributes
>
> So my connection is working.  However, when I add a new service, it is not
> stored in the database.  And if I attempt to add a second service, it
> replaces the first service.
>
> Any ideas?
>
> I set org.jasig and the spring stuff to DEBUG mode in log4j, and I did not
> see any obvious errors when saving a new service.
>
> Is there a way to display more log details about what SQL is sent and the
> responses back?
>
> Jason
>

-- 
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