|
Hi,
I'm trying to use the hibernate3
plugin to autmatically generate my database schema from my mapping files.
Unfortunately it seems that my mapping files are read twice, resulting in
"Duplicate class/entity mapping exceptions.
here is my plugin config
<plugins>
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>hibernate3-maven-plugin</artifactId> <version>1.0-SNAPSHOT</version> <configuration> <config>/etc/hibernate.cfg.xml</config> </configuration>
any ideas ? thanks Jean-René
Rousseau Pyxis
Technologies |
- [mojo-user] Hibernate3 Plugin: Mapping files are read t... Jean-Rene Rousseau
- Re: [mojo-user] Hibernate3 Plugin: Mapping files a... Neil Bacon
- Re: [mojo-user] Hibernate3 Plugin: Mapping fil... Johann Reyes
- Re: [mojo-user] Hibernate3 Plugin: Mapping... Neil Bacon
- Re: [mojo-user] Hibernate3 Plugin: Map... Johann Reyes
- Re: [mojo-user] Hibernate3 Plugin... Neil Bacon
