You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Carine Porret <cp...@capgemini.fr> on 2001/01/30 16:44:42 UTC

Problem using LDAP and Cocoon

Hello,

I'm trying to access LDAP information using xsp and putting the following line in my page :
xmlns:ldap="http://www.apache.org/2000/LDAP"

It works with Litewebserver as the servlet engine but will not work with Resin 1.2.b.3 as I get the following message :
java.lang.NullPointerException
 at org.apache.cocoon.processor.xsp.XSPProcessor.process(XSPProcessor.java:412)
 
It works if I don't use xsp and use <?cocoon-process type="ldap"?> instead...

Has anybody ever encountered that problem ? Is there a jar to add when working with Resin??

Thanks a lot

Carine