JCRNodeWrapper node;
try {
node = currentUserSession.getNode(path);
} catch (RepositoryException e) {
logger.error(e.toString(), e);
throw new GWTJahiaServiceException(
new StringBuilder(path).append(" could not be accessed :\n").append(e.toString()).toString());
}
final List<GWTJahiaNode> result = new ArrayList<GWTJahiaNode>();
try {