Supporting Open Source Software for Education

rSmart

 

Share |

rSmart Team Blogs: aapotts

Blog posts from the rSmart team and selected external sources about specific topics in Sakai, Kuali, open source, education and technology.

September 20, 2010
Comments: 0

Great list of helpful Eclipse shortcuts and tips!

by

Most developers don't bother reading the manual, right? Here is a nice condensed list of tips and tricks that will save a Kuali developer a ton of time:

http://www.ibm.com/developerworks/opensource/library/os-eclipse-master3/...

January 14, 2010
Comments: 0

Turning on the ClearCacheJob in the 3.0 Kuali Financial System

by

One of the batch jobs that was used often during development was the ClearCacheJob. However, just prior to 3.0 release it was removed from the default list of jobs. For some schools, it's still a nice job to have around.

Please note that this batch job is not perfect. Even though it would seem from the name that it should clear all the caches, in reality it does not and what it does clear out is sometimes inconsistent. So use it carefully and if all else fails, restart the application server.

To turn the ClearCacheJob back on, in your spring-sys.xml file make the following changes (either add the values to the lists, or even better, add this code directly to your own version of spring-sys.xml so you don't change any core code):