System.setProperty(LogFactory.FACTORY_PROPERTY, "org.apache.commons.logging.impl.Log4jFactory");
PropertyConfigurator.configure("log4j.properties");
AbstractApplicationContext context = new ClassPathXmlApplicationContext("/applicationContext-repository.xml");
ResourceLoader loader = new DefaultResourceLoader();
Resource resource = loader.getResource("test.file");
JcrService service = (JcrService)context.getBean("jcrService");
service.saveSmth();