Your entityManagerFactory does not define packagesToScan. Perhaps it is related. Try this:
<bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean" *p:packagesToScan-ref="packagesToScan"*> .... <util:list id="packagesToScan"> <value>org.jasig.cas.ticket</value> <value>org.jasig.cas.services</value> <value>org.jasig.cas.adaptors.jdbc</value> </util:list> -- - 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/6c26db4f-26b4-4282-a3ba-961d621f779a%40apereo.org.
