Information about this module's container configuration.
The following table contains global module information.
| Name: | jDTAUS Core ⁑ RI Entity Resolver | 
|---|---|
| Description: | SAX EntityResolver resolving XML schemas from classpath resources. | 
| Version: | 1.15 | 
The following table lists all implementations provided by the module.
| Identifier | Name | Version | Final | Implemented specifications | 
|---|---|---|---|---|
| org.jdtaus.core.sax.ri.resolver.ClasspathEntityResolver | jDTAUS Core SPI | 1.15 | true | org.xml.sax.EntityResolver | 
EntityResolver implementation resolving XML schemas from classpath resources.
The following table lists all properties of the implementation.
| Name | Type | API | Value | 
|---|---|---|---|
| defaultSchemaExtensions Default extensions to match classpath resources with (separated by ','). | class java.lang.String | no | xsd | 
The following table lists all dependencies of the implementation.
| Name | Specification | Implementation | Required specification level | 
|---|---|---|---|
| Logger | org.jdtaus.core.logging.spi.Logger | any available | 1.0 | 
| Locale | java.util.Locale | default | 1.1 | 
The following table lists all messages the implementation uses.
| Message | Templates | 
|---|---|
| candidateSchema Information about a schema added to the list of candidate schemas. | Deutsch: {0} zur Liste der Schema-Kandidaten hinzugefügt.English: Added {0} to the list of candidate schema resources. | 
| resolvedSystemId Information about a resolved schema. | Deutsch: {0}
        -> {1}English: {0}
        -> {1} | 
| unsupportedSystemIdUri Information about an unsupported system id URI. | Deutsch: Nicht unterstützter System-ID URI "{0}". {1}English: Unsupported system id URI "{0}". {1} | 
| disabled . | Deutsch: Klassenpfad-Resourcen konnten nicht verarbeitet werden. Resolver wurde deaktiviert ! {0}English: Could not process classpath resources. Resolver is disabled ! {0} |