[appengine-java] DeadlineExceededException on LogFactory.getClass()

2010-02-15 Thread Heru Martinus Salim
Hello, I got a DeadlineExceededException as I initialize my Logger. Here is the code which threw this exception: private final org.apache.commons.logging.Log LOG = org.apache.commons.logging.LogFactory.getLog(this.getClass()); Any idea how could this happen? This class is initialized via Spring

[appengine-java] RSS Feed generator lib

2009-08-18 Thread Heru Martinus Salim
Hi all, I'm trying to provide an rss feed for my apps. Is there any compatible java rss library which can I use to generate the RSS feed? I've been looking to http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/until I found out it uses libraries with 'com.sun' packages,