1) The database generates the new id (sequence number) 2) The generated id is propagated to the JBoss appserver and therefore inside the server-side object 3) Do you send the server-side object with the generated id back to the ejb3 client? If not, on the client-side you'll the the original object having the initial value instead of a generated id.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964244#3964244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964244 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
