XML4J in R7?

I have servlet code running on 6.5.4 using XML4J.jar. Our development server was upgraded to 7.0.2 and, I see, XML4J.jar was not included. So I copied it into the directory specified in the JavaUserClasses parm, and Domino still cannot find the class. (NonValidatingDOMParser).The JavaUserClasses parm specified …domino\java* , which is where the xml4j.jar file was copied.

Any ideas?

Thanks!

Subject: XML4J in R7?

xml4j is an older .jar originally developed by ibm, then later given to apache. It is no longer under development. R7.02 no longer uses ths older .jar, but you can still parse your XML without it. I’d recommend you no longer use it as well in your code, and instead refer to the JDK version r7.02 sips with.

Subject: RE: XML4J in R7?

Thanks, Timothy. I am trying to avoid coupling the server upgrade with code changes, which is why I would rather make the code work with some configuration changes first, and then after the server is upgraded, improve the code.

Another possible option is to change the code first (IF it will work under 6.5.4) and then upgrade the servers.

Is it if possible to configure 7.0.2 to use XML4J ? and if so. how?