But the select below would never return anything since that TICKETGRANTINGTICKET_ID would be null for us since we are not using any proxy.
Thanks! -----Original Message----- From: Marvin Addison [mailto:[email protected]] Sent: Thursday, April 17, 2014 11:19 AM To: [email protected] Subject: Re: [cas-user] TGT table not getting cleaned up > SELECT ticketgran0_.ID as ID2_, > ticketgran0_.NUMBER_OF_TIMES_USED as NUMBER2_2_, > ticketgran0_.CREATION_TIME as CREATION3_2_, > ticketgran0_.EXPIRATION_POLICY as EXPIRATION4_2_, > ticketgran0_.LAST_TIME_USED as LAST5_2_, > ticketgran0_.PREVIOUS_LAST_TIME_USED as PREVIOUS6_2_, > ticketgran0_.ticketGrantingTicket_ID as ticketG10_2_, > ticketgran0_.AUTHENTICATION as AUTHENTI7_2_, > ticketgran0_.EXPIRED as EXPIRED2_, > ticketgran0_.SERVICES_GRANTED_ACCESS_TO as SERVICES9_2_ FROM > TICKETGRANTINGTICKET ticketgran0_ WHERE > ticketgran0_.ticketGrantingTicket_ID=? Nothing comes to mind. I'd recommend turning up Hibernate logging so you can correlate application behavior with database queries. M -- 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 -- 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
