I am using cas-pac4j-oauth-client-demo as a base for my demo, I am trying to add Custom Dao and Service for user registration to my system. For that I have extended the ClientAuthenticationHandler.. But I couldnt add Spring @Transactional annotation to my Service which internally calls the service,
I am using cas-pac4j-oauth-client-demo as a base for my demo, I am trying to add Custom Dao and Service for user registration to my system. For that I have extended the ClientAuthenticationHandler.. But I couldnt add Spring @Transactional annotation to my Service which internally calls the service,
Even i am not getting @PersistantContext working,
Here is what I have added the JPA config
How to get the PersistantContext and @Transactional to make working in this project.