This is the code I meant to post in my previous post, the loader is used from BasicItem
| public BasicItem(MetaDataLoader loader)
| {
| this.loader = loader;
| }
|
| public boolean isCachable()
| {
| return loader.isCachable(this);
| }
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269362#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...