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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...