[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3706?page=c...
]
Patrice Ferrot commented on HHH-3706:
-------------------------------------
Hi Jesse,
Thanks for your post.
I am very new to Envers, so I cannot really say if everything is going as expected. Also I
did not have time to spend much time on this. But what I can say is that after applying
the modification you proposed for AnnotationConfigurationTaskWithEnvers, I could finally
see some tables with the _AUD suffix in the generated DDL file.
Now I hope that there will be an official fix for this.
Cheers,
Patrice
Audit Table Schema not generated using
<annotationconfiguration>
----------------------------------------------------------------
Key: HHH-3706
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3706
Project: Hibernate Core
Issue Type: Bug
Components: envers
Affects Versions: 3.3.1
Reporter: Kaizer
Attachments: HHH-3706patch.txt
The Ant task to generate the schema for the audit tables generates schema for my entities
but none of the Audit tables are. I have used the
org.hibernate.tool.ant.EnversHibernateToolTask class.
<target name="schemaexport" depends="compile"
description="Exports a generated schema to DB and file">
<taskdef name="hibernatetool"
classname="org.hibernate.tool.ant.EnversHibernateToolTask"
classpathref="hibernate" />
<hibernatetool destdir=".">
<classpath>
<path refid="hibernate"/>
</classpath>
<!--<annotationconfiguration
configurationfile="${basedir}/src/config/hibernate.cfg.xml"/>-->
<jpaconfiguration persistenceunit="ConsolePU"/>
<hbm2ddl drop="false" create="true" export="false"
outputfilename="versioning-ddl.sql" delimiter=";"
format="true" />
</hibernatetool>
</target>
It works on using <jpaconfiguration>.
--
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