com.sun.jersey.impl.spi.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ehcache Show documentation
Show all versions of ehcache Show documentation
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.
uritemplate.cannot.be.null=URI template cannot be null.
template.name.to.value.not.null=Template name to value map cannot be null.
illegal.config.syntax=Illegal configuration-file syntax.
illegal.provider.class.name=Illegal provider-class name: {0}.
provider.could.not.be.created=The class {0} implementing provider {1} could not be instantiated: {2}
provider.class.could.not.be.loaded=The class {0} implementing provider {1} could not be loaded: {2}
provider.not.found=The class {0} implementing the provider {1} is not found. The provider implementation is ignored.
dependent.class.of.provider.not.found=A dependent class, {0}, of the class {1} implementing the provider {2} is not found. The provider implementation is ignored.
dependent.class.of.provider.format.error={0}. A dependent class of the class {1} implementing the provider {2} is malformed. The provider implementation is ignored. Check if the malformed class is part of a stubbed jar that used for compiling only.