FWIW, our team is successfully using: @SequenceGenerator @GeneratedValue (with strategy = GenerationType.SEQUENCE)
without any problems whatsoever with primary key generation on Postgres 8. Our data model has probably over 60 tables with this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051159#4051159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051159 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
