Yes...I tried that option as well...Nothing works...In the GUI iam not able to see cache
contents but when i call code
| :
|
|
| ClassPathXmlApplicationContext context =
ApplicationContextSingleton.getSpringApplicationContext();
| TreeCacheMBean cacheObj =
(TreeCacheMBean)context.getBean(CACHE_SPRING_BEAN_NAME);
| (List<Offer>)cacheObj.get(path, key);
|
|
it returns the same old list.is there any chance that cache is inturn cached in one of the
interceptors??
Many Thanks
Prashanth
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007015#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...