BEA WebLogic Server 9.1 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType xml-entity-spec-registry-entryType

{http://www.w3.org/2001/XMLSchema}anyType
  {http://www.bea.com/ns/weblogic/90/domain}configurationType
      {http://www.bea.com/ns/weblogic/90/domain}xml-entity-spec-registry-entryType

Model
<...>
name?, notes?, public-id?, system-id?, entity-uri?, when-to-cache?, cache-timeout-interval?
</...>
Prohibited substitutions (block)
none (extensions and restrictions are allowed)
Usage
Derived types: none
Components using this type: none
Documentation

An Entity Spec Entry specifies how to resolve an external entity based its public and system IDs.

When WebLogic Server is parsing an XML document and it encounters the specified external entity, WebLogic Server resolves the entity according to the values entered for this entry. You can specify that the external entity resolve to a particular resource whose location is either a pathname reachable by the Administration Server or a URI to a local repository.

An Entity Spec entry is part of an XML Registry.

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.

MBean: XMLEntitySpecRegistryEntryMBean


Nested Element Summary
annonymous type derived from stringname optional
           
stringnotes optional
          

Optional information that you can include to describe this configuration.

 
stringpublic-id optional
          

The public ID of the external entity.

 
stringsystem-id optional
          

The system ID of the external entity.

 
stringentity-uri optional
          

The location of the external entity, either a pathname or URI.

 
annonymous type derived from stringwhen-to-cache optional
          

Specifies when WebLogic Server should cache the external entities it retrieves from the Web.

 
annonymous type derived from intcache-timeout-interval optional
          

Specifies the default timeout interval (in seconds) of the external entity cache.

 

BEA WebLogic Server 9.1 Domain Configuration Schema Reference

Version: 9.1