Hello,
I seem to have a catch-22 problem with CAS 5.3.4 management overlay.
I am using JPA service registry on Oracle, the SAML dependencies in CAS 5.3.4 management is introducing column names longer than 30 characters, that is not support on Oracle 11.
After I removed SAML dependencies, CAS management is working, but when I try to add a new service, I am getting error.
Suggestions?
2018-10-11 10:20:02,335 ERROR [org.apereo.cas.mgmt.services.web.AbstractManagementController] - <Handler dispatch failed; nested exception is java.lang.NoClassD
efFoundError: org/apereo/cas/support/saml/services/SamlRegisteredService>
org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: org/apereo/cas/support/saml/se
rvices/SamlRegisteredService
Thanks,
Yan