Summary:
I'm getting the following error after enabling Spring AOP. I'm not sure why it's choking at startup trying to wire Jackson's ObjectMapper.
Caused by: java.lang.IllegalStateException:...
Type: Posts; User: jhrobbin; Keyword(s):
Summary:
I'm getting the following error after enabling Spring AOP. I'm not sure why it's choking at startup trying to wire Jackson's ObjectMapper.
Caused by: java.lang.IllegalStateException:...
The Spring Data JPA docs nicely describe how to enable auditing. I have used this default config successfully without issue.
Now I have a need to use a custom AuditingEntityListener class instead...