Thanks a million!! Should have asked earlier, but I wanted to research it enough first.
The thing that confused me terribly is that the test.xsp in the webroot wasn't actually the same!! Somewhere, I made one with the correct namespace reference, but never thought they were different. Oh, well. I really appreciate the speedy response, because I'm pushing cocoon for new development and it always helps to say that help can be as little as 15 minutes away. -Dave On Wed, 2002-02-13 at 13:17, Vadim Gritsenko wrote: > This issue is fixed in the Cocoon CVS. Error message returned now looks > like: > > "This page is not valid page of this markup langugage. Root element is: > http://www.apache.org/1999/XSP/Core:page, must be: > http://apache.org/xsp:page" > > Which means that your page's root element is > <ns:page xmlns:ns="http://www.apache.org/1999/XSP/Core"/> > > instead of > <ns:page xmlns:ns="http://apache.org/xsp"/> > > > Regards, > Vadim > > > -----Original Message----- > > From: David Stenglein [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, February 13, 2002 1:04 PM > > To: [EMAIL PROTECTED] > > Subject: problem with blank java files for xsp/serverpages > > > > Greetings, > > > > I've been having a strange problem with xsps that give a > NoClassDefFound > > because the jave file is nearly empty (4 newlines). I've been testing > > lots of different combinations of tomcat (3.2.3, 4.0) java (1.3.0, > > 1.3.1) and cocoon (2.0, 2.0.1) and it doesn't work anywhere. It > > specifically seems to be hapening when I mount a subsitemap. > > > > I have attached a zip file with a sub directory containing the sitemap > > and the xsp. I added the following to a stock 2.0.1 sitemap: > > > > > > <map:pipeline> > > <map:match pattern="break/**"> > > <map:mount uri-prefix="break" > > src="break/" check-reload="yes" /> > > </map:match> > > </map:pipeline> > > > > > > When I request break/test it does the NoClassDefFound and leaves the > > .java with 4 newlines in the work directory. If you copy the sitemap > > entries and the xsp to the top level, it seems to work fine. > > > > What is this?? > > > > -Dave > > > > > > --------------------------------------------------------------------- > 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]> --------------------------------------------------------------------- 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]>