BEA Logo BEA WebLogic Server Release 6.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

   Administration Console Online Help:   Previous topic   |   Next topic   |   Contents   

 

XML Registry

 

Create an XML Registry

  1. Click the XML Registries node in the left pane. The XML Registries table displays in the right pane showing all the XML registries defined in the domain.

  2. Click the Create a New XML Registry text link. A dialog displays in the right pane showing the tabs associated with configuring a new registry.

  3. Enter values in the Name, Documentation Builder, and SAX Parser Factory attribute fields.

  4. Click Create to create an XML-registry instance with the name you specified in the Name field. The new registry is added under the XML Registries node in the left pane.

Clone an XML Registry

  1. Click the XML Registries node in the left pane. The XML Registries table displays in the right pane showing all the XML registries defined in the domain.

  2. Click the Clone icon in the row of the registry you want to clone. A dialog displays in the right pane showing the tabs associated with cloning a new registry.

  3. Enter values in the Name, Documentation Builder, and SAX Parser Factory attribute fields.

  4. Click Create to create an XML-registry instance with the name you specified in the Name field. The new registry is added under the XML Registries node in the left pane.

Delete an XML Registry

  1. Click the XML Registries node in the left pane. The XML Registries table displays in the right pane showing all the XML registries defined in the domain.

  2. Click the Delete icon in the row of the registry you want to delete. A dialog displays in the right pane asking you to confirm your deletion request.

  3. Click Yes to delete the registry. The registry icon under the XML Registries node is deleted.

Assign an XML Registry

  1. Click the instance node in the left pane under XML Registries for the registry you want to assign. A dialog displays in the right pane showing the tabs associated with this instance.

  2. Click the Targets tab.

  3. Select one or more targets in the Available column that you want to assign to the registry.

  4. Click the mover control to move the targets you selected to the Chosen column.

  5. Click Apply to save your assignments.

Configuration

Attribute

Description

Range of Values

Default Value

Name

 

This attribute allows the user to set the name of the registry.

 

The value must be an alphanumeric string.

 

MyXML Registry

 

DocumentBuilderFactory

 

This attribute allows the user to set the default Document Builder Factory for the server.

This attribute determines the default factory for all server applications that use DOM to parse documents. To override the default factory for a particular document type definition (DTD), use the Parser Name Class attribute in the XML Registry Entries dialog Configuration tab.

 

String

 

weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl

 

SAX Parser Factory

 

This attribute allows the user to set the default SAX Parser Factory for the server.

This attribute determines the default factory for all server applications that use SAX to parse documents.

To override the default factory for a particular document type definition (DTD) or to use a custom-generated SAX parser, use the Parser Name Class attribute on the XML Registry Entries dialog Configuration tab.


 

String

 

weblogic.apache.xerces.jaxp.SAXParserFactoryImpl

 

Targets

Attribute

Description

Range of Values

Default Value

Servers

 

Select from a drop-down list of available server instances. To select multiple instances, hold the control key down while selecting the servers.


 

List

 

None Selected

 

Notes

Attribute

Description

Range of Values

Default Value

Notes

 

This attribute provides a space for user supplied information.

 

The value must be an alphanumeric string.

 

Null

 

 

Back to Top