Checked out RC10 today.
Looks fine.
I am still seeing this exception in the roller.log when viewing the
front page, and not sure why.
ERROR 2007-11-25 10:33:29,400 SiteModel:getPopularTags - ERROR: fetching
site tags list
<0.9.7-incubating nonfatal user error>
org.apache.openjpa.persistence.ArgumentException: java.lang.String
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:805)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:766)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:762)
at
org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:517)
at
org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:230)
at
org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:269)
at
org.apache.roller.weblogger.business.jpa.JPAWeblogManagerImpl.getPopularTags(JPAWeblogManagerImpl.java:1274)
at
org.apache.roller.weblogger.ui.rendering.model.SiteModel.getPopularTags(SiteModel.java:564)
...
Debugging through this, the query being called is
WeblogEntryTagAggregate.getPopularTagsByWebsiteNull which takes no
arguments at all, so I'm not sure why the exception arises. Looking at
the query, the only thing odd about it is the group by clause including
w.total.
If nobody else is seeing this, it's probably something specific to my
setup and I'll figure it out later.
+1 on the release provided nobody else is seeing this issue.
--a.
Anil Gangolli wrote:
I should be able to test and get a vote in on Sunday 11/25, but not
before then. Not opposed if you get a quorum before then. --a.
Dave wrote:
Apache Roller 4.0 Release Candidate (RC) 10 is available for download
and testing.
These are the two fixes made since the last RC:
1) List of user weblogs not present in User Admin page
Reported by Steve Elrond.
2) Default plugins not applied with post created via MetaWeblog API
http://opensource.atlassian.com/projects/roller/browse/ROL-1609
Please test and VOTE on this release.
- Dave