06-23-2011 10:43 AM
06-23-2011 10:48 AM
06-23-2011 11:06 AM
06-24-2011 11:29 AM
06-25-2011 02:03 AM
/**
* Create a new file.
*/
var newFile = destNode.createFile(filename);
if (contentType !== null)
{
newFile.specializeType(contentType);
}it is first created, then specalized to the type. So your policy will not fire.06-29-2011 04:07 AM
06-29-2011 06:03 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="itrubResourceBundle" class="org.springframework.extensions.surf.util.ResourceBundleBootstrapComponent">
<property name="resourceBundles">
<list>
<value>alfresco.messages.itrub</value>
</list>
</property>
</bean>
</beans>In shared/classes/alfresco/messages, create a file itrub.properties for english message bundle, itrub_it.properties for italian and so on.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.