jae,
 you have added nukes.pk-constraint to the properties files for the database, but you 
forgott to use this property in your build script.
I think change the build.xml like this will fix it:
<target name="configure" unless="configure.disable">
  | 
  |       <property name="jndi-root" value="nukes/news"/>
  |       <property name="news.create-table" value="true"/>
  |       <property name="news.remove-table" value="false"/>
  |       <property name="news.pk-constraint" value="${nukes.pk-constraint}"/>

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to