I integrated Envers and hooked it to the org.hibernate.envers.event.AuditEventListener to insert update and delete, but Envers doesn't seem to get triggered by roo's persist and merge calls.
I...
Type: Posts; User: lilalinux; Keyword(s):
I integrated Envers and hooked it to the org.hibernate.envers.event.AuditEventListener to insert update and delete, but Envers doesn't seem to get triggered by roo's persist and merge calls.
I...
I'd like to use Envers with Roo (and hibernate) to audit changes. Is that possible or will it conflict?
TIA
rgds
Thank you for the fast response.
I was able to fix this by creating a new plain java project (in java perspective), creating a class and drag'n'dropping it into the roo project. From then on I also...
Hi,
sorry for cross-posting, but I don't know if this is a roo specific problem or a general STS problem.
The other thread is here:...
Hi,
after the automatic update to 2.8.0 I got tons of maven errors, so I reinstalled springsource-tool-suite-2.8.0.RELEASE-e3.7.1-macosx-cocoa-x86_64-installer.dmg (OS X Lion).
I then created a...