Thank you very much. I think that is what I need.
I'm testing it but after executing:
cacheInstance.putForExternalRead(nodeCatchedFqn, "key", data);
when I try to retrieve the data with:
data = cacheInstance.get(nodeCatchedFqn,"key");
I get no data. The node has been created but it has no data associated to. If I replace
the putForExternalRead with the put method it works.
I'm working with JBossCache 2.1.1.
Any idea with this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192213#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...