if(nuxeoWspaceId == null){
throw new DocumentNotFoundException(
"Unable to find workspace for service " + ctx.getServiceName() +
- " check if the mapping exists in service-config.xml or" +
- " the the mapped workspace exists in the Nuxeo repository");
+ " check if the workspace exists in the Nuxeo repository");
}
RepositoryInstance repoSession = null;
try{
if(nuxeoWspaceId == null){
throw new DocumentNotFoundException(
"Unable to find workspace for service " +
- ctx.getServiceName() + " check if the mapping exists in service-config.xml or " +
- " the the mapped workspace exists in the Nuxeo repository");
+ ctx.getServiceName() +
+ " check if the workspace exists in the Nuxeo repository");
}
RepositoryInstance repoSession = null;