What version of dom4j do you need? An older version? You cannot use two different versions at the same time within the same Web application, unless you play some nasty classloader tricks. The best option is to make sure that your code and OXF use the same version, preferably a recent version.
-Erik
Yaldiz, Sunay wrote:
> Hello, > > Actually I somehow found out the reason of the null pointer > exception. Under WEB-INF/lib directory I had some jars, and two of > them are : "dom4j.jar" and "dom4j-1_4.jar". The 2nd one is part of > OXF distribution. The other one was used for some other part of the > project. So, I tried to delete the library "dom4j.jar" and tested > the same http requests, and this time there were no null pointer > exceptions. To be really sure, I put "dom4j.jar" under WEB-INF/lib > directory again , and yeah, the null pointer exception was there > again. > > It seems now without dom4j.jar I can live, so my problem is almost > solved, but in case I really needed dom4j.jar, what should I have > done? Under which directory should it be put? > > Regards, > Sunay
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
