Naturally I had to do similar thing for the Create and Delete too.

        /*
         * Used by external rountines to update the session users list object.
         */
        public void addUserToExistingList(User user);

        public void updateUserInExistingList(User user);

        public void deleteUserFromExistingList(User user);



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4014240
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to