Doug Bateman <doug <at> dougbateman.net> writes: > > Randy Wrote: > > Not to be lame... but what was the error? I have seen no such error over > the last month or so. > > Randy, he's referring to the problem I reported last week, where the > jetspeed-spring.xml isn't in sync with the java class files. Here's a > forward of my email with all the details. >
That is the one. Note this is when you do a build of M4 using the maven plugin. Also, it should be noted I did a build of M4 with the maven plugin that worked. Thus, something has changed with M4 and/or the plugin since then. In fact, there is a second sync problem with the jetspeed-spring.xml and the class files. I managed to get by the first one by patching with some M3 class files and then I ran into a second problem. It is with the PageAggregator. In the spring configuration, it passes a List as the second argument to the constructor while running javap on the PageAggregatorImpl shows that it expects a ContentServerAdapter instead. This is wonky though because I looked at CVS head and the source code there seems to be compatible with the jetspeed-spring.xml in both instances. I am now going to try compiling the necessary classes from head and jamming them in the WEB-INF/classes of jetpseed and see if that works. All problems seem to be with the org.apache.jetspeed.aggregator.impl package. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
