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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...