Our domino servers just got upgraded from v6 to v7 and agents running behind web pages, using the following line:
............
XSLTInputSource xmlsrc = new XSLTInputSource(conn.getInputStream());
.......
are now generating this error:
HTTP JVM: java.lang.NoClassDefFoundError: com/lotus/xsl/XSLTInputSource
Has something changed with v7?
Subject: HTTP JVM: java.lang.NoClassDefFoundError: com/lotus/xsl/XSLTInputSource
java vm is upgraded to 1.4.2 and Jaxp is part of it as standard classes.
You can use jaxp instead of the com/lotus/xsl/…
Peter Närlund
http://domainpatrol.org
Subject: RE: HTTP JVM: java.lang.NoClassDefFoundError: com/lotus/xsl/XSLTInputSource
tx … any examples of using jaxp instead of the com/lotus/xsl/… and how to complie this if server is R7 but clients are still R6.5?