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

Administration Console Online Help

 Previous Next Contents Index  

 


XML Entity Spec Registry Entry --> Configuration

Tasks     Related Topics     Attributes

Overview

When you configure external entity resolution with WebLogic Server, you physically copy the entity files to a directory accessible by WebLogic Administration Server and specify that the Administration Server use the local copy whenever the external entity is referenced in an XML document.

You can specify that either the Public ID or System ID be used when the entity is referenced in an XML document. You can also specify when the entity should be cached and when it should be refreshed.

Tasks

Configuring External Entity Resolution

Related Topics

External Entity Configuration Tasks

Attributes

Table 12-1

Attribute Label

Description

Value Constraints

Public Id

The public id of the document type represented by this registry entry.

MBean: weblogic.management.
configuration.
XMLEntitySpecRegistryEntryMBean

Attribute: PublicId

Dynamic: yes

System Id

The system id of the document type represented by this registry entry.

MBean: weblogic.management.
configuration.
XMLEntitySpecRegistryEntryMBean

Attribute: SystemId

Dynamic: yes

EntityURI

The location of a local copy of an external entity (e.g., a DTD) that is associated with this registry entry. The location is either a pathname relative to one of the XML registry directories of the installation, or is a URI of the entity location in some local repository (e.g. dbms).

MBean: weblogic.management.
configuration.
XMLEntitySpecRegistryEntryMBean

Attribute: EntityURI

Dynamic: yes

When To Cache

Set whether to cache this item as soon as possible or wait until it is referenced.

MBean: weblogic.management.
configuration.
XMLEntitySpecRegistryEntryMBean

Attribute: WhenToCache

Default: "defer-to-registry-setting"

Valid values:

  • "cache-on-reference"

  • "cache-at-initialization"

  • "cache-never"

  • "defer-to-registry-setting"

Dynamic: yes

Cache Timeout Interval

The default timeout interval in seconds for the cache. A value of -1 causes this value to be delegated from the cache MBean.

MBean: weblogic.management.
configuration.
XMLEntitySpecRegistryEntryMBean

Attribute: CacheTimeoutInterval

Minimum: -1

Default: -1

Dynamic: yes

 

Back to Top Previous Next