X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=blobdiff_plain;f=org.argeo.api.acr%2Fsrc%2Forg%2Fargeo%2Fapi%2Facr%2FRuntimeNamespaceContext.java;fp=org.argeo.api.acr%2Fsrc%2Forg%2Fargeo%2Fapi%2Facr%2FRuntimeNamespaceContext.java;h=dc47493384adfbbc095221b6a7a43482d5f87236;hp=fe50fd0c3b58058c55a16b0c3feef24486f64510;hb=f0f342072b85e1d97e79ef2148f7501f1bd646cd;hpb=654cb2ca43dd4513a4d6a5bbe81762eaf6675496 diff --git a/org.argeo.api.acr/src/org/argeo/api/acr/RuntimeNamespaceContext.java b/org.argeo.api.acr/src/org/argeo/api/acr/RuntimeNamespaceContext.java index fe50fd0c3..dc4749338 100644 --- a/org.argeo.api.acr/src/org/argeo/api/acr/RuntimeNamespaceContext.java +++ b/org.argeo.api.acr/src/org/argeo/api/acr/RuntimeNamespaceContext.java @@ -12,8 +12,12 @@ import javax.xml.namespace.NamespaceContext; /** * Programmatically defined {@link NamespaceContext}, which is valid at runtime * (when the software is running). Code contributing namespaces MUST register - * here with a single default prefix, nad MUST make sure that stored data - * contains the fully qualified namespace URI. + * here with a single default prefix, and MUST make sure that stored data + * contains the fully qualified namespace URI.
+ *
+ * All environments sharing the classloader of this class MUST use strictly the + * same default prefix / namespace mappings, as a static reference to the + * mapping is kept. */ public class RuntimeNamespaceContext implements NamespaceContext { public final static String XSD_DEFAULT_PREFIX = "xs";