Does XSP use a different classpaths at compile-time
and run-time? The reason I ask is because I'm seeing
the following strange behavior:

I have an XSP which imports/uses some utility classes
which live in a jar file within my war's WEB-INF/lib. 
When I access this XSP, it compiles just fine.  I can
go to the repository & see both the .java and .class
file.  

However, when the XSP processor attempts to *run* the
compiled XSP, I get a NoClassDefFoundError; the
message cites my utility class (remember, this lives
in a jar in WEB-INF/lib) as the class which can't be
located.

Has anyone seen behavior like this before?  I'm
running JBoss w/embedded Tomcat.


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

---------------------------------------------------------------------
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]>

Reply via email to