With reference to the question : : EJB weblogic.ejb20.cache.CacheFullException
I am trying to understand how the EJB container manages entity beans, I know that create/finder method calls on the EJBHome object results in Bean instances getting loaded up in the cache but is there any other operation/configuration that leads to beans being loaded in the cache (Eg: Container managed Relationships)?
I also see a very high value of Cache Access Count (millions) in the weblogic console. How do I trace these values back to the code?
I have max-beans-in-cache set to 8000.