i see what the problem is now, you're missing the @jboss.entity-command tag that will 
be used to generate the primary key.

millerm1 is also correct w/ the settings for postgres. you're best bet is going to be 
to define the jdbc-type, sql-type, and entity-command as ant properties ${xxx} and 
then let the build process substitute them based upon the database you are using. 

also, if you plan to have foreign key relationships in the database (and you are using 
postgres) there are some other little nasties you have to deal w/ as well.

check out this wiki page http://www.jboss.org/wiki/Wiki.jsp?page=NukesPureCMP

it's primarily nukes specific, but does cover the postgres problems that you will 
encounter should be helpful in that reguard. 

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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to