Administration Console Online Help
|
XML Entity Spec Registry Entry --> Configuration
Tasks Additional Documentation 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
Additional Documentation
(Requires an Internet connection.)
External Entity Configuration Tasks
Attributes
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
|
Configurable: yes
Dynamic: yes
Readable: yes
Writable: yes
|
System Id
|
The system id of the document type represented by this registry entry.
MBean: weblogic.management. configuration. XMLEntitySpecRegistryEntryMBean
Attribute: SystemId
|
Configurable: yes
Dynamic: yes
Readable: yes
Writable: 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
|
Configurable: yes
Dynamic: yes
Readable: yes
Writable: 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:
Configurable: yes
Dynamic: yes
Readable: yes
Writable: 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
Configurable: yes
Dynamic: yes
Readable: yes
Writable: yes
|