[jboss-user] [JBossCache] - Re: Unexpected (?) TimeoutException
bstansberry@jboss.com
do-not-reply at jboss.com
Thu Aug 16 18:22:38 EDT 2007
Don't mix PojoCache API calls (putObject) and plain cache API calls (remove(String)) in this manner. Pick one or the other -- use removeObject(String) or put(String, Object, Object).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075029#4075029
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075029
More information about the jboss-user
mailing list