WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

XMLEntitySpecRegistryEntry

 


Description

This is an entry in the XML registry. An XML registry entry is configuration information associated with a particular XML document type. Entries accessed through this interface are used to specify a local instance for a remote entity reference. For this type of registry entry the document type is identified by either or both of: 1) a public ID (e.g, "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" 2) a system ID (e.g, "http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd") This configuration information is used by the WebLogic JAXP implementation to set up SAX EntityResolvers.

 


Syntax

<XMLEntitySpecRegistryEntry
CacheTimeoutInterval="number"
EntityURI="String"
Name="String"
Notes="String"
PublicId="String"
SystemId="String"
WhenToCache=( "cache-on-reference" | "cache-at-initialization" | "cache-never" | "defer-to-registry-setting" )
/>

 


Parent Elements

 


Attributes

Table 80-1 XMLEntitySpecRegistryEntry attributes

Attribute

Description

Range of Values and Default

CacheTimeoutInterval

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

Admin Console field label: Cache Timeout Interval

Required: no

Default: -1

Minimum: -1

EntityURI

Return 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).

Admin Console field label: EntityURI

Required: no

Name

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

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

PublicId

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

Admin Console field label: Public Id

Required: no

SystemId

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

Admin Console field label: System Id

Required: no

WhenToCache

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

Admin Console field label: When To Cache

Required: no

Default: defer-to-registry-setting

 

Back to Top Previous Next