jec-sandcat
Version:
JEC Sandcat - The default RESTful web services framework for GlassCat applications.
26 lines • 1.15 kB
JSON
{
"process": {
"start": "Sandcat framework initialization",
"init": "Sandcat framework initialization complete",
"complete": "annotated beans detection complete",
"domain": "domain container initialized"
},
"autowire": {
"resource": "autowired resource detected: source file='%s'",
"version": "autowired REST API detected: source file='%s'"
},
"errors": {
"sandcat": "Sandcat error: %s",
"singleton": "You cannot create a %s instance; use getInstance() instead.",
"domain": "Sandcat error: DomainContainer must not be null",
"processor": "SandcatAutowireProcessor: 'processCompleteHandler' property must not be null.",
"path": "ResourcePath error: 'path' parameter is missing for resource %s",
"params": "RootPath error: 'params' parameter is missing for resource API %s",
"pathRefs": "RootPathRefs error: 'pathRefs' parameter is missing for resource %s",
"descriptor": "No ResourceDescriptor is defined for the specified resource: %s",
"paramInjector": "Invalid annotation type: %s while an AnnotationType value is expected"
},
"mapping": {
"missing": "missing resource URL mapping: resource path= %s"
}
}