The answer it has appeared simple.
In a file jbosscmp-jdbc.xml it is necessary to add two strings.
<auto-increment/> in cmp description primary key
and
<entity-command name="postgresql-fetch-seq"/>
to the end of entity declaration
PS
JDBC 2 - don't work
JDBC 3 - work
JDBC 4 - ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041147#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...