"jae77" wrote : i also learned that "nukes.pk-constraint" needs to be set to false in 
order for the table creation to work. 

Actually I'm not sure that is true. My nukes.pk-constraint is true, just as the 
postgresql.properties file shows, and the faq module works fine with its pure CMP 
backend. i'm not in front of my dev box right now, but i remember the way the pn_id 
field was set on the nuke_faq table. It's still an integer field, but the default is 
set to something like nextval('public.nuke_faq_pn_id_seq'::text) which basically takes 
the next value of a sequence. A sequence is the postgresql way of doing 
auto-increment. I assume that it's all handled with CMP, but i couldn't completely 
figure out how to make the news module setup its tables that way.

glad to be of some service.... .joe


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

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


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to