06-14-2007 09:59 AM
Please correct the errors below then click OK.
* A system error happened during the operation: Transaction didn't commit: A value for the mandatory parameter param-log-message has not been set on the rule item logger-action
10-23-2007 11: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>
<bean id="logger-action" class="org.alfresco.sample.LoggerActionExecuter" parent="action-executer">
<property name="nodeService">
<ref bean="nodeService" />
</property>
<property name="publicAction">
<value>false</value>
</property>
</bean>
<bean id="logger-action-messages" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
<property name="resourceBundles">
<list>
<value>org.alfresco.sample.logger-action-messages</value>
</list>
</property>
</bean>
</beans>
It seems to do 'something' because Alfresco complains when I remove the jar file with this file enabled. Now, a few questions:12-27-2007 11:56 PM
01-02-2008 05:05 AM
11-22-2010 12:08 PM
03-10-2011 04:58 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.