Hello, When starting my cas application, I encountered an error with the messagesource bean. There is a conflict with two classes, MessageSourceAutoConfiguration and CasCoreWebMessageSourceConfiguration. The setting of spring.main.allow-bean-defenition-overriding to true resolve the issue as suggested in another thread. But I would like to check :
Is it the recommended way ? Because after setting this parameter, there some other bean definition problems : example : there is multiple transaction manager found between service jpa module and ticket jpa module. What are the recommended configuration : create a custom spring configuration class with primary beans ? Thank you -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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/CALmwvcb06Shno6KS7OR%2BwfFmSDROjpw9QV6vR_T9z0jMTvf%3DnA%40mail.gmail.com.
