08-01-2007 12:11 AM
08-01-2007 06:13 AM
Repository repository = (Repository)context.getBean("JCR.Repository");
ApplicationContext context = new ClassPathXmlApplicationContext("classpath:alfresco/application-context.xml");
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
classpath:alfresco/application-context.xml
</param-value>
<description>Spring config file locations</description>
</context-param>
WebApplicationContextUtils.getWebApplicationContext(ServletContext sc);
08-01-2007 04:52 PM
08-02-2007 05:43 AM
08-02-2007 04:22 PM
ApplicationContext context = new ClassPathXmlApplicationContext("classpath:alfresco/application-context.xml");
09-04-2007 12:06 AM
11-22-2007 05:36 PM
ApplicationContext context = new ClassPathXmlApplicationContext("classpath:alfresco/application-context.xml");
WARN http-8080-Processor25 org.alfresco.repo.content.RoutingContentService - Property 'transactionService' has been replaced by 'retryingTransactionHelper'.
Error creating bean with name 'serverConnector' defined in class path resource [alfresco/core-services-context.xml]: Invocation of init method failed; nested exception is java.io.IOException: Cannot bind to URL [rmi://localhost:50500/alfresco/jmxrmi]: javax.naming.NameAlreadyBoundException: alfresco/jmxrmi [Root exception is java.rmi.AlreadyBoundException: alfresco/jmxrmi]
11-26-2007 07:18 AM
04-16-2008 08:08 AM
07-21-2008 06:39 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.