You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2007/08/10 01:53:13 UTC

svn commit: r564431 - /portals/jetspeed-2/trunk/xdocs/guides/guide-migration.xml

Author: taylor
Date: Thu Aug  9 16:53:11 2007
New Revision: 564431

URL: http://svn.apache.org/viewvc?view=rev&rev=564431
Log:
 https://issues.apache.org/jira/browse/JS2-759 update documentation

Modified:
    portals/jetspeed-2/trunk/xdocs/guides/guide-migration.xml

Modified: portals/jetspeed-2/trunk/xdocs/guides/guide-migration.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/xdocs/guides/guide-migration.xml?view=diff&rev=564431&r1=564430&r2=564431
==============================================================================
--- portals/jetspeed-2/trunk/xdocs/guides/guide-migration.xml (original)
+++ portals/jetspeed-2/trunk/xdocs/guides/guide-migration.xml Thu Aug  9 16:53:11 2007
@@ -45,6 +45,16 @@
 	 <section name="Configuration Migrating from Jetspeed 2.0 to 2.1">
 	  <p>The following items describe important functional changes in Jetspeed 2.1
 	  </p>
+	  <subsection name="Portlet API Caching">
+	  <p>Version 2.1 is the first Jetspeed version to support Portlet API Caching. In 2.0 the expiration-cache was set to -1 (infinity time) 
+	  for all layouts in the file WEB-INF\apps\jetspeed-layouts\WEB-INF\portlet.xml. When upgrading to version 2.1 or greater from 2.0, you will need 
+	  to update your database to disable portlet caching on the Jetspeed layouts. Updating the layouts can be achieved by either redeploying the jetspeed-layouts portlet application,
+	  or by updating your database as shown below (assuming the APPLICATION_ID value is 2) for the jetspeed-layouts application.
+<source><![CDATA[
+UPDATE PORTLET_DEFINITION P SET EXPIRATION_CACHE = 0 WHERE P.APPLICATION_ID = 2
+]]></source>
+	  </p>
+      </subsection>	  	  
 	  <subsection name="Portlet Preferences">
 	   <p>Portlet Preferences are now by default user specific on all pages. In Jetspeed 2.0, for shared pages, the Portlet Preferences were shared as well.</p>
 	   <p>To retain most of the old Jetspeed 2.0 behavior, allowing an administrator to still set/modify <i>initial</i> Preferences for other users,<br/> 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org