> From: TREGAN Fabien [mailto:[EMAIL PROTECTED]] > > mmm, started/stoped tomcat 4.0.1 2 times, rebooted the PC once, started > again, stoped, deleted work file, starting... it work fine, all the time. (I > just re-defined the default for serializers, ... but only by its name, > did'nt have to re-define the serializer... itself).
Yes, you don't have to redefine it: it is inherited. However, the section <components/> must exist, as well as <serializers/>, etc. Vadim > > fabien. > > >-----Message d'origine----- > >De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > >Date: vendredi 8 mars 2002 15:45 > >Ŕ: [EMAIL PROTECTED] > >Objet: RE: Yet another newbie boring question, sorry... (mounting -> > >compila tion error) > > > > > >> From: TREGAN Fabien [mailto:[EMAIL PROTECTED]] > >> > >> Thanks you, I added them all, it worked. > >> > >> But I did'nt like that, so I removed them, and it still works... :) > > > >Restart server and it will stop working again. > > > >Vadim > > > >> > >> [WHO sayed that Computer Sciences are Science ?] > >> > >> >-----Message d'origine----- > >> >De: Olivier Rossel [mailto:[EMAIL PROTECTED]] > >> >Date: vendredi 8 mars 2002 15:34 > >> >Ŕ: [EMAIL PROTECTED] > >> >Objet: Re: Yet another newbie boring question, sorry... (mounting -> > >> >compila tion error) > >> > > >> > > >> >TREGAN Fabien wrote: > >> > > >> >>I'm trying to mount my subsitemap in C2 : > >> >> > >> >>-Cocoon example are running well. > >> >> > >> >>-in cocoon/sitemap.xmap i haded : > >> >> <map:match pattern="caw/*"> > >> >> <map:mount uri-prefix="caw" check-reload="yes" > >> >>src="caw/sitemap.xmap"/> > >> >> </map:match> > >> >> > >> >>-in cocoon/caw/sitemap.xmap I have : > >> >> > >> >><?xml version="1.0"?> > >> >><map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> > >> >> > >> >> <map:pipelines> > >> >> <map:pipeline> > >> >> <map:match pattern="*.xml"> > >> >> <map:generate src="{1}.xml"/> > >> >> <map:transform src="simple.xsl"/> > >> >> <map:serialize/> > >> >> </map:match> > >> >> </map:pipeline> > >> >> </map:pipelines> > >> >> > >> >></map:sitemap> > >> >> > >> >>-Result : > >> >>Generated .java file is uncomplete : > >> >> > >> >>It ends with : > >> >> /** Prepare patterns of PreparableMatchers. */ > >> >> public void prepareMatchers() throws Exception { > >> >> > >> >>Wich give an exception... > >> >> > >> >>Any idea ? > >> >> > >> >>fabien. > >> >> <snip/> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>