Inc. Server User Manual

1 Upgrading WebLogic Server 6.x to Version 7.0
1-22 BEA WebLogic Server 7.0 Upgrade Guide
“Web Applications” on page 1-32
“WebLogic Server Clusters on Solaris” on page 1-33
“Web Services” on page 1-33
“Writable config.xml File” on page 1-33
“Deprecated APIs and Features” on page 1-34
“Removed APIs and Features” on page 1-36
ant.jar
If you are going to develop new ant tasks, you must manually add the
server/lib/ant.jar file to your classpath.
Apache Xalan XML Transformer
The built-in transformer in WebLogic Server 7.0 is based on the Apache Xalan 2.2
transformer.
Use of the Xalan APIs directly has been deprecated. If you are still using those APIs
and encounter difficulties, you should use the Java API for XML Processing (JAXP)
to use XSLT.
Changes were made to Apache’s Xalan code to enable Xerces and Xalan to work
together. You may encounter problems if you use Xalan from Apache, because it will
not include these changes.
In general, it is best to use JAXP and to port any vendor-specific code to a neutral API
such as JAXP for SAX, DOM, and XSL processing.
Previous versions of WebLogic Server included the unmodified versions of the Xerces
parser and Xalan transformer from www.apache.org in the
WL_HOME\server\ext\xmlx.zip file. The ZIP file no longer includes these classes
and interfaces. Download the unmodified Xerces parser and Xalan transformer
directly from the Apache Web site.