02-26-2010 02:39 AM
02-26-2010 09:50 AM
svn diff -r18373:18374 projects/repository/config/alfresco/cache-context.xml
Index: projects/repository/config/alfresco/cache-context.xml
===================================================================
— projects/repository/config/alfresco/cache-context.xml (revision 18373)
+++ projects/repository/config/alfresco/cache-context.xml (revision 18374)
@@ -323,11 +323,11 @@
<bean name="nodeRulesSharedCache" class="org.alfresco.repo.cache.NullCache"/>
- <!– The transactional cache for Parent Associations –>
+ <!– The transactional cache for Node Rules (shared cache must be null - ie. do not share across txns) –>
<bean name="nodeRulesCache" class="org.alfresco.repo.cache.TransactionalCache">
<property name="sharedCache">
- <ref bean="parentAssocsSharedCache" />
+ <ref bean="nodeRulesSharedCache" />
</property>
<property name="cacheManager" >
<ref bean="transactionalEHCacheManager" />
09-21-2016 01:21 PM
As a follow-on, it should be noted that dynamic custom models can be activated via Share. As an admin, navigate to Repository -> Data Dictionary -> Models and then "Edit Properties" (and select "Activate" checkbox) for the appropriate XML model file.
If you're not comfortable editing XML directly then you may wish to also try out the Share Model Manager (new since 5.1)
Content modeling with Model Manager | Alfresco Documentation
However, please note - this will currently only manage models that were created via the Model Manager itself.
Regards,
Jan
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.