User development,

A new message was posted in the thread "JBoss Pojo Cache Usage":

http://community.jboss.org/message/519170#519170

Author  : Galder Zamarreno
Profile : http://community.jboss.org/people/galder.zamarr...@jboss.com

Message:
--------------------------------------------------------------
This has already been reported: https://jira.jboss.org/jira/browse/PCACHE-85
 
You could indeed try is to remove the internal fqns yourself using 
PojoCache.getCache() API. However, you have to be careful because the internal 
area, maintains metadata related to objects referenced multiple times. So for 
example, if you have 2 pojos that reference a common object, you'd have to make 
sure that when deleting one of them, you don't delete the internal fqn for the 
shared object.

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/519170#519170


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to