Have a read here

http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/2.2.0.CR6/userguide_en/html_single/index.html#d0e3603

Looks to me that your missing the equivalent of this


  | // sets the expiry time for a node
  | cache.getRoot().addChild(fqn1).put(ExpirationConfiguration.EXPIRATION_KEY, 
future);
  | 


You have add to set the EXPIRATION_KEY on the node as well as your data item 
that your caching!!



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170334#4170334

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170334
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to