Hi!
I get an error:
"Caused by: org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.springframework.transaction.TransactionManager' available: expected single matching bean but found 4: ticketTransactionManager,transactionManagerGoogleAuthenticator,transactionManagerEvents,transactionManagerMfaAuthnTrust"
when trying to use JPA ticket registry together with Google Authenticator, Events and MFA authn trust dependencies.
I use MySQL5InnoDBDialect in CAS 6.6.3 in external Tomcat 9.
It worked in CAS 6.2.
When I remove Google Authenticator, Events and MFA authn trust dependencies, then JPA ticket registry works and no such error is thrown.
Is there some configuration value what I should set in order to set transaction manager for JPA ticket registry?