Hi!



Hi!

I made some more tests here, the problem that jldap doesn't work
properly happenens when I have orbeon.jar and these two xerces jars in
my classpath. Do I remove these two xerces jars everything works fine.
Removing these libraries from the WEB-INF/lib isn't a solution, since
nothing works anymore.

Any suggestions?


Would help to know more about what you are seeing when it doesn't work.

Is there some exception being thrown?  If so what?

No, I didn't see any exception. My method receives the following string [batchResponse: null]

Running my junit testcase without these libraries results in the expected dsml:batchResponse xml.

I had already some trouble with the input. I read the dsml ldap request from a file. When I use getContentAsDom() I receive an namespace exception. My workaround here was to use getContentAsDom4J().toXml() and to parse the String it by myself using the java standard stuff. BuilderFactory....with the flag setNamespaceAwarenes(true);


Michael


------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to