log.fine("DocumentManagerImpl::DocumentManagerImpl()");
properties = new Properties();
log.fine("Getting properties");
properties.load(this.getClass().getClassLoader().getResourceAsStream(propPath));
log.fine("Creating JCRManager");
jcrManager = new JCRManager(properties.getProperty("planets.if.dr.default.jndi"));
} catch (IOException _exp) {
String _message = "DocumentManagerImpl::DocumentManagerImpl() Cannot load resources";
log.fine(_message+": "+_exp.getMessage());;
throw new SOAPException(_message, _exp);
} catch (NamingException _exp) {