bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

XMLRegistry

Description

Configure the behavior of JAXP (Java API for XML Parsing) in the server.

Syntax

<!ELEMENT XMLRegistry ( XMLRegistryEntry* | XMLParserSelectRegistryEntry* | 
   XMLEntitySpecRegistryEntry* )* >
<!ATTLIST XMLRegistry
   DocumentBuilderFactory     CDATA                    
                       "weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   SAXParserFactory           CDATA                    
                             "weblogic.apache.xerces.jaxp.SAXParserFactoryImpl"
   TransformerFactory         CDATA                    
                       "weblogic.apache.xalan.processor.TransformerFactoryImpl"
   WhenToCache                (cache-on-reference |
                               cache-at-initialization |
                               cache-never)            "cache-on-reference"
>

Parent Elements

The XMLRegistry element is a child of the Domain element.

Attributes

Table 95-1 XMLRegistryMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Document-Builder-Factory

The class name of the default DocumentBuilderFactory

Default: "weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl"

Document-Builder-Factory

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes

SAXParser-Factory

The class name of the default SAXParserFactory

Default: "weblogic.apache.xerces.jaxp.SAXParserFactoryImpl"

SAXParser-Factory

Transformer-Factory

The class name of the default TransformerFactory

Default: "weblogic.apache.xalan.processor.TransformerFactoryImpl"

Transformer Factory

When-To-Cache

Set whether to cache items as soon as possible or wait until referenced.

Default: "cache-on-reference"

Valid values:

  • "cache-on-reference"

  • "cache-at-initialization"

  • "cache-never"

When To Cache


 

 

Back to Top Previous Next