We are caching both PortletEntities and PortletWindows. This is becoming a serious issue with regards to re-deployment breaking because of stale objects within misc. caches.
1. (Not so good approach) Expose both window and entity caches as components so that they are accessible by any components that need to manipulate the caches, like deployment. 2. (Better approach) Same as above, but use a single cache via a caching api like OSCache, http://www.opensymphony.com/oscache/ Regards, -- ****************************************** * Scott T. Weaver * * <[EMAIL PROTECTED]> * * <http://www.einnovation.com> * * -------------------------------------- * * Apache Jetspeed Enterprise Portal * * Apache Pluto Portlet Container * * * * OpenEditPro, Website Content Mangement * * <http://www.openeditpro.com> * ****************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
