Allen Gilliland wrote: > > > Elias Torres wrote: >> >> Allen Gilliland wrote: >>> I am actually getting a number of errors from the current trunk. >>> >>> 1. there is a build error in SyncWebsitesTask. >> >> This is fixed. >> >>> 2. there is a classcast exception being thrown from weblog page cache >>> and weblog feed cache. >> >> I could not replicate this, would you mind sending me a stack trace? > > java.lang.ClassCastException: [Ljava.lang.Object; > > org.apache.roller.ui.rendering.util.WeblogFeedCache.generateKey(WeblogFeedCache.java:180) > > > org.apache.roller.ui.rendering.servlets.FeedServlet.doGet(FeedServlet.java:148) > > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
Fixed. Thanks. > > you can reproduce it by going to a specific weblog (can't be sitewide > weblog) and viewing by tags. > > >> >>> 3. there seems to be a sql error coming from the way the getHotTags >>> query is structured ... >> >> This is also fixed. Although I'm not happy with the solution. I did what >> was done in other queries where we hope that the alias used by the >> hibernate compiler will not change across versions and order by that, >> because MySQL (your version, not mine) did not support aggregates in the >> order by clause. > > yeah, that doesn't sound like a good idea to me. > > i am using mysql 4.1.x, which should be supported. > > -- Allen > [snip]
