[jboss-user] [JBoss Seam] - Re: Cache level
ellenzhao
do-not-reply at jboss.com
Tue Jul 17 12:59:51 EDT 2007
have you tried to call em.flush() after every update to your entity? And how about do
item = em.merge(item);
before you showing the item on UI? Correct me if I'm wrong.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065086#4065086
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065086
More information about the jboss-user
mailing list