Hmm. I can't explain that one based on the code in the roller_3.0 branch.
Are you still using the release bits or have you switched to SVN?
java.lang.NoSuchMethodError:
org.apache.roller.ui.rendering.util.WeblogPageRequest.getWeblogPage()\
Lorg/apache/roller/pojos/WeblogTemplate;
That's right, there is no getWeblogPage() that returns a WeblogTemplate object.
org.apache.roller.ui.rendering.velocity.deprecated.ContextLoader.
setupContext(ContextLoader.java:132)
org.apache.roller.ui.rendering.model.ModelLoader.
loadOldModels(ModelLoader.java:55)
ContextLoader rightly expects there to be a getWeblogPage() that
returns a Template object. One of us must have some mixed up files.
Assuming that you're using the release files and this is the first
time you've messed with the 3.0 code base, I guess the finger of blame
must be point at me.
- Dave