> From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > Thanks to Carsten who pointed out to this problem... > > I have the major issue with XSP compilation. Here is the test case: > > 1. Clean work directory > 2. Start sevlet engine > 3. Access welcome -> search docs -> create index > 4. Choose "Create index", hit "create" button > 5. Wait > 6. Go back to welcome -> dynamic samples -> simple XSP > 7. ClassNotFoundException, in the working directory - file > simple_xsp.java with the size of 8 bytes.
After last logicsheet, in the LogicsheetCodeGenerator, the result is: ---------8<------------------------------------------------------------- ----- [startDocument] [startPrefixMapping] prefix=xsp,uri=http://apache.org/xsp [startElement] uri=,local=code,raw=code [ ] 1. uri=http://www.w3.org/2000/xmlns/,local=xsp,qname=xmlns:xsp,type=CDATA,v alue=http://apache.org/xsp [ ] 2. uri=http://www.w3.org/XML/1998/namespace,local=space,qname=xml:space,typ e=CDATA,value=preserve [characters] [characters] [endElement] uri=,local=code,qname=code [endPrefixMapping] prefix=xsp [endDocument] ---------8<------------------------------------------------------------- ----- (output of LoggingContentHandler added before this.serializerContentHandler). > > After restarting the servlet engine everything works Ok :( > > > Can somebody verify this experience? The key point here is: > 1. Compile at least one XSP > 2. Generate lucene index (I guess this could be emulated by Teleport or > some other web-crawling software) > 3. Try to compile another XSP - which is not compiled yet > 4. Result - empty file, with several linefeeds. > > I tried to track down this issue, found some unreleased parsers, > unrecycled sources, but nothing helped to solve this problem. I'm > completely lost in the deep of the XSP machinery... > > Torsten, is this issue similar to yours? Pls check whether you have > empty generated java files after this ClassNotFoundException exception > or not. > > > Vadim > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]