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
Conseiller Senior
[EMAIL PROTECTED]

Pyxis Technologies
420, Armand Frappier, Suite 120
Laval, Québec H7V 4B4
(450) 681.9094
www.pyxis-tech.com

Reply via email to