[jboss-user] [JBoss Seam] - Re: Seam / Hibernate adds extra foriegn keys?

dustismo do-not-reply at jboss.com
Fri Apr 20 15:42:02 EDT 2007


For anyone else having this problem, commenting out this section in /seam-gen/build.xml fixed the problem.


  | <!--
  |     <condition property="hibernate.hbm2ddl.auto" value="update">
  |         <and>
  |             <equals arg1="${database.exists}" arg2="n"/>
  |             <equals arg1="${database.drop}" arg2="n"/>
  |         </and> 
  |     </condition>
  | --> 
  | 

-Dustin

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039409#4039409

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039409



More information about the jboss-user mailing list