So I turned DEBUG on found that the problem is transaction manager. If user uses both cas-server-support-jpa-ticket-registry and cas-server-support-jpa-service-registry then there will be created two transaction managers. Because of that spring throws org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type [org.springframework.transaction.PlatformTransactionManager] is defined: expected single matching bean but found 2:
Should I open new issue on github? kolmapäev, 6. juuli 2016 14:27.50 UTC+3 kirjutas [email protected]: > > It's seems to be a bug. If using jpaServiceRegistryDao then whole ticket > generation process fails. I upgraded my previous issue, by adding > jpaServiceRegistryDao. ( > https://github.com/siim-romanov/cas-issues/commit/704618c188b1e9319d63b67bfc3bec0286ff72df > > ) > > If using it with 4.2.2 loggin succeeds and tickets will be created, but > not with version 4.2.3. It works with jsonServiceRegistry. > > kolmapäev, 6. juuli 2016 13:33.45 UTC+3 kirjutas [email protected]: >> >> Hmm... after upgrading to 4.2.3 authentication process succeeds, but no >> tickets (TGT or ST) aren't created. I don't get any error messages also... >> I'am using JPA registries. >> >> >> Siim >> esmaspäev, 27. juuni 2016 8:04.48 UTC+3 kirjutas Misagh Moayyed: >>> >>> CAS Community, >>> >>> >>> >>> CAS version 4.2.3 [1] has been released and should shortly find its way >>> into central repositories, if not already. We encourage you to deploy this >>> release into your own CAS maven overlay environment and provide feedback. >>> Upgrading from a 4.2.x deployment should be painless. >>> >>> >>> >>> Misagh >>> >>> >>> >>> [1] https://github.com/Jasig/cas/releases/tag/v4.2.3 >>> >>> >>> >>> -- >>> 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 post to this group, send email to [email protected]. >>> Visit this group at >>> https://groups.google.com/a/apereo.org/group/cas-user/. >>> To view this discussion on the web visit >>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/003201d1d031%246c319a20%244494ce60%24%40unicon.net >>> >>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/003201d1d031%246c319a20%244494ce60%24%40unicon.net?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/a/apereo.org/d/optout. >>> >> -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/187252bf-52bd-4809-8ed7-0277637ccc56%40googlegroups.com. For more options, visit https://groups.google.com/a/apereo.org/d/optout.
