All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.javax.xml.bind.Messages.properties Maven / Gradle / Ivy

Go to download

Ehcache is an open source, standards-based cache used to boost performance, offload the database and simplify scalability. Ehcache is robust, proven and full-featured and this has made it the most widely-used Java-based cache.

There is a newer version: 2.10.9.2
Show newest version
ContextFinder.ProviderNotFound = \
	Provider {0} not found
	
ContextFinder.CouldNotInstantiate = \
	Provider {0} could not be instantiated: {1}	

ContextFinder.CantFindPropertiesFile = \
	Unable to locate jaxb.properties for package {0}
	
ContextFinder.CantMixProviders = \
	You may not mix JAXB Providers on the context path
	
ContextFinder.MissingProperty = \
	jaxb.properties in package {0} does not contain the {1} property.

ContextFinder.NoPackageInContextPath = \
    No package name is given

PropertyException.NameValue = \
	name: {0} value: {1}
	
DatatypeConverter.ConverterMustNotBeNull = \
	The DatatypeConverterInterface parameter must not be null
	
JAXBContext.IllegalCast = \
    ClassCastException: attempting to cast {0} to {1}.  Please make sure that you are specifying the proper ClassLoader.    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy