Envers documentation doesn't include the correct configuration when using Hibernate
directly
--------------------------------------------------------------------------------------------
Key: HHH-5197
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5197
Project: Hibernate Core
Issue Type: Patch
Reporter: Miguel Almeida
Attachments: quickstart.xml.diff
In Envers' Documentation, the quickstart section refers that one should add some
properties:
<property name="hibernate.ejb.event.post-insert"...
However, in my Test Case, using Hibernate directly, this configuration didn't work.
What worked was the configuration in
https://forum.hibernate.org/viewtopic.php?p=2420963&sid=f4687909b0137...
- adding the listeners.
I propose the attached diff to the quickstart.xml documentation section to include this
configuration.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira