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 jersey-bundle Show documentation
Show all versions of jersey-bundle Show documentation
A bundle containing code of all jar-based modules that provide
JAX-RS and Jersey-related features. Such a bundle is *only intended* for
developers that do not use Maven's dependency system.
The bundle does not include code for contributes, tests and samples.
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.