> On 1/8/07, Joerg Heinicke <[EMAIL PROTECTED]> wrote: > > On 08.01.2007 13:33, Ard Schrijvers wrote: > > > > >>> java.lang.ClassNotFoundException: > > >>> org.apache.cocoon.generation.JXTemplateGenerator > > >> The correct class name is now > > >> org.apache.cocoon.template.JXTemplateGenerator. > > > > > > Why did this move? Strangely enough, cocoon-2.1.10 does > not complain > > > about org.apache.cocoon.generation.JXTemplateGenerator, but the > > > JXTemplateGenerator does not seem to work properly. > > > org.apache.cocoon.template.JXTemplateGenerator does work. > > > > It's not a simple class renaming, but a complete refactoring of the > > JXTemplateGenerator with some incompatibilities. The old one > > (o.a.c.generation) was a 3.000 lines beast IIRC. The new > one is modularized. > > > > So, in 2.1 both versions exist, in 2.2 only the new one. > > Is there some porting guide somewhere? Maybe I could apply it on > cocoon-webdav in 2.2 to make it work again...
Can't help you out with this guide, but if you want a sample with webdav that works, you can follow http://blogs.hippo.nl/arje/2007/01/got_chinese.html. There you have some steps to get slide and cms up and running, though this might be not necessary, since you have your own. The sample site explained at http://www.hippocms.org/display/CMS/Hippo+Site+Developers has a working webdav connection. If you connect to your webdav thing, you might have to remove the jms configuration in cocoon.xconf, because probably it cannot connect to jms because you won't have a jms server running. Regards Ard > > /Mikael > > > > > Jörg > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
