Hi,

Recently we have migrated to CAS-5.0.5 overlays. And we have an issue with 
the ticker registry cleaner where the DefaultTickerRegistryCleaner bean was 
not registering itself as scheduled task and no ticket was being cleaned up 
even after expiration. DefaultTickerRegistryCleaner class is annotated with 
@transactional and @scheduled and on further investigation I found that 
there is a conflict b/w @transactional and @scheduled. when i remove 
@transactional annotation from class DefaultTickerRegistryCleaner, 
everything works fine. so I just wanted to know whether removing 
@transactional from the class DefaultTickerRegistryCleaner leads to any 
issue going furthuer. and why do we need @transactional in the class 
DefaultTickerRegistryCleaner.

Any help would be appreciated.

Thanks in advance.

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/574f8a63-4cf3-43f3-8ad9-3ff2ae1ab303%40apereo.org.

Reply via email to