[jboss-user] [JBossCache] - can't evict manually entity bean from treecache
laszlo.fogas
do-not-reply at jboss.com
Fri Oct 13 13:41:08 EDT 2006
Hi,
Jboss cache(1.4 sp1) as hibernate 2nd level cache. The cache works fine except I can't evict manually an entity bean from the treecache. Here is the situation:
First, i obtain a TreecacheMBean instance:
anonymous wrote : MBeanServer server = MBeanServerLocator.locate();
| TreeCacheMBean cache;
| try {
| ...
| } catch (Exception e) {
| throw new TechnicalException("hiba", e);
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978246#3978246
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978246
More information about the jboss-user
mailing list