Your sequence looks correct. I don't have the code here but I think I'm doing
this:
em.persist(entity);
| em.flush();
| em.refresh(entity);
to get the sequence. I don't think EntityManager uses the primary key to find the
persistent state.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045196#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...