Administration Console Online Help
|
XML Registry --> Configuration
Tasks Additional Documentation Attributes
Overview
The XML Registry is a facility for configuring and administering the XML resources of an instance of WebLogic Server. XML resources in WebLogic Server include the parser used by an application to parse XML data, the transformer used by an application to transform XML data, external entity resolution, and caching of external entities.
You can configure the following two types of entries for a given XML registry:
- to configure parsers and transformers.
- to configure external entity resolution.
Use the Configuration tab to set the DocumentBuilderFactory, SaxParserFactory, and Transformer Factory classes for a particular XML Registry. You can also override the default value of when you want WebLogic Server to cache external entities for this XML Registry. Click on the first link to configure external entity resolution and the second link to configure parsers for a particular document type.
Tasks
Configuring a Parser or Transformer Other Than the Built-In
Configuring a Parser for a Particular Document Type
Configuring External Entity Resolution
Additional Documentation
(Requires an Internet connection.)
Administering WebLogic Server XML
Attributes
Attribute Label
|
Description
|
Value Constraints
|
Name
|
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
MBean: weblogic.management. configuration. XMLRegistryMBean
Attribute: Name
|
Configurable: yes
Readable: yes
Writable: yes
|
DocumentBuilderFactory
|
The class name of the default DocumentBuilderFactory
MBean: weblogic.management. configuration. XMLRegistryMBean
Attribute: DocumentBuilderFactory
|
Default: "weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl"
Configurable: yes
Dynamic: yes
Readable: yes
Writable: yes
|
SAXParserFactory
|
The class name of the default SAXParserFactory
MBean: weblogic.management. configuration. XMLRegistryMBean
Attribute: SAXParserFactory
|
Default: "weblogic.apache.xerces.jaxp.SAXParserFactoryImpl"
Configurable: yes
Dynamic: yes
Readable: yes
Writable: yes
|
Transformer Factory
|
The class name of the default TransformerFactory
MBean: weblogic.management. configuration. XMLRegistryMBean
Attribute: TransformerFactory
|
Default: "weblogic.apache.xalan.processor.TransformerFactoryImpl"
Configurable: yes
Dynamic: yes
Readable: yes
Writable: yes
|
When To Cache
|
Set whether to cache items as soon as possible or wait until referenced.
MBean: weblogic.management. configuration. XMLRegistryMBean
Attribute: WhenToCache
|
Default: "cache-on-reference"
Valid values:
Configurable: yes
Dynamic: yes
Readable: yes
Writable: yes
|