03-02-2006 09:57 AM
WARN [app.servlet.AuthenticationHelper] Unable to login as Guest: Access Denied. You do not have the appropriate permissions to perform this operation.
.
03-06-2006 07:13 PM
03-07-2006 04:13 AM
03-07-2006 08:09 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– import further configurations –>
<import resource="file:/etc/alfresco/more-config.xml" />
</beans>
03-07-2006 08:23 AM
03-07-2006 08:31 AM
<import resource="classpath*:alfresco/extension/*-context.xml" />
to<import resource="classpath:alfresco/extension/custom-services-context.xml" />
<import resource="file:(yourpath)/alfresco/extension/custom-services-context.xml" />
03-07-2006 08:41 AM
03-08-2006 07:52 AM
org.springframework.beans.factory.BeanDefinitionStoreException: Line 10 in XML document from class path resource [alfresco/extension/custom-services-context.xml] is invalid; nested exception is org.xml.sax.SAXParseException: XML document structures must start and end within the
same entity.
03-08-2006 08:23 AM
03-08-2006 12:31 PM
…
<!– overriding to point to custom properties –>
<bean id="repository-properties" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="ignoreUnresolvablePlaceholders">
<value>true</value>
</property>
<property name="locations">
<list>
<value>classpath:alfresco/repository.properties</value>
<value>classpath:alfresco/version.properties</value>
<value>classpath:alfresco/domain/transaction.properties</value>
<!– override core properties –>
<!–
<value>file:/etc/alfresco/live.repository.properties</value>
–>
</list>
</property>
</bean>
but my configuration lives in /etc/alfresco/live.repository.properties. The reference to this file was commented out!!! (/me hides in shame ) ops: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.