Overview

Information about this module's container configuration.

Module

The following table contains global module information.

Name:jDTAUS Banking ⁑ RI Textschluesselverzeichnis
Description:TextschluesselVerzeichnis reference implementation.
Version:1.14.1

Specifications

The following table lists all specifications defined by the module.

IdentifierVendorVersionMultiplicityScope
org.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselProviderjDTAUS1.14.1*multiton

Implementations

The following table lists all implementations provided by the module.

IdentifierNameVersionFinalImplemented specifications
org.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselVerzeichnisjDTAUS Banking SPI1.14.1trueorg.jdtaus.banking.TextschluesselVerzeichnis 1.3
org.jdtaus.banking.ri.txtdirectory.DefaultJaxpTextschluesselProviderjDTAUS Banking ⁑ RI Textschluesselverzeichnis1.14.1trueorg.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselProvider 

Dependencies

The following table lists all dependencies to provide when assembling an application.

SpecificationModuleRequired specification level
org.jdtaus.core.logging.spi.Logger

Logs events for a specific component.

jDTAUS Core ⁑ SPI1.0
org.jdtaus.core.text.spi.ApplicationLogger

Logs messages to applications.

jDTAUS Core ⁑ SPI1.3
org.jdtaus.core.lang.spi.MemoryManager

Manages memory allocations.

jDTAUS Core ⁑ SPI1.0
org.jdtaus.core.monitor.spi.TaskMonitor

Monitors tasks.

jDTAUS Core ⁑ SPI1.3

Details

Specification org.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselProvider

Textschlüssel JAXP resource provider interface.

The specification does not have any properties defined.

See the javadoc documentation for further information.

Implementation org.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselVerzeichnis

Textschlüssel directory implementation backed by XML files.

The following table lists all properties of the implementation.

NameTypeAPIValue
defaultReloadIntervalMillis

Default number of milliseconds to pass before resources are checked for modifications.

class java.lang.Longno500
defaultMonitoringThreshold

Default number of Textschlüssel for which progress monitoring gets enabled.

class java.lang.Longno1000

The following table lists all dependencies of the implementation.

NameSpecificationImplementationRequired specification level
Loggerorg.jdtaus.core.logging.spi.Loggerany available1.0
TextschluesselProviderorg.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselProviderany available1.14.1
TaskMonitororg.jdtaus.core.monitor.spi.TaskMonitorany available1.3
Localejava.util.Localedefault1.1

The following table lists all messages the implementation uses.

MessageTemplates
noJAXPValidationWarning

Deutsch:

Keine JAXP Validierung verfügbar. {0}

English:

No JAXP validation available. {0}
notMonitoringWarning

Deutsch:

{0} kann bei Änderung nicht automatisch neu geladen werden. {1}

English:

{0} cannot be monitored. {1}
changeInfo

Deutsch:

{0} aktualisiert.

English:

{0} changed.
monitoringInfo

Deutsch:

{0} wird bei Änderung automatisch neu geladen.

English:

Monitoring {0} for changes.
textschluesselInfo

Deutsch:

{1,choice,0#Kein Dokument|1#Ein Dokument|1<{1} Dokumente} gelesen. {0,choice,0#Keine|1#Einen|1<{0}} Textschlüssel verarbeitet.

English:

Read {1,choice,0#no document|1#one document|1<{1} documents}. Processed {0,choice,0#no entities|1#one entity|1<{0} entities}.
unsupportedNamespace

Deutsch:

Ungültiger XML-Namensraum {0}.

English:

Unsupported XML namespace {0}.
unsupportedModelVersion

Deutsch:

Keine Unterstützung für Modellversion {0}.

English:

Unsupported model version {0}.
parseException

Deutsch:

Fehler bei der Verarbeitung der Resource "{0}" in Zeile {2}, Spalte {3}. {1}

English:

Error parsing resource "{0}" at line {2}, column {3}. {1}
noSchemaLocation

Deutsch:

Kein schemaLocation Attribut in Ressource "{0}". Keine Schema-Validierung.

English:

No schemaLocation attribute in resource "{0}". Schema validation skipped.
duplicateTextschluessel

Deutsch:

Textschlüssel {0,number,00}{1,number,000}  ist mehrfach vorhanden.

English:

Non-unique Textschluessel {0,number,00}{1,number,000}.
noTextschluesselFound

Deutsch:

Keine Textschlüssel gefunden.

English:

No Textschlüssel found.

See the javadoc documentation for further information.

Implementation org.jdtaus.banking.ri.txtdirectory.DefaultJaxpTextschluesselProvider

Default {@code JaxpTextschluesselProvider} implementation.

The following table lists all properties of the implementation.

NameTypeAPIValue
defaultResourceName

Default name of the classpath resource to search.

class java.lang.StringnoMETA-INF/jdtaus/textschluessel.xml

The implementation does not have any dependencies.

This implementation does not use any messages.

See the javadoc documentation for further information.