> I found that iAS 6.x ignores contents my WEB-INF/lib,
> so I have to put all cocoon/other libs in iAS's classpath
> in registry
> 
> Artur...

iAS behaves very strangely. It expands all jars from WEB-INF folder when
webapp is deployed. I can see all classes from there.

Initially, it iAS didn't see anything from there. So, I put everything in
iAS classpath. Cocoon was working.

Then I removed all classes from the classpath, and left only parsers in iAS
classpath. It was still working. So, now I'm not sure how it works,
honestly.

Another problem I just encountered: ESQL samples don't work at all. So, I
put hardcoded class loading inside CocoonServlet.forceLoad() method of
hsqldb driver. ESQL sample works now. I see that there's a garbage in
"load-class" parameter when it's read from web.xml file. 

Argyn

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