07-17-2007 12:21 PM
04-22-2008 01:04 AM
04-22-2008 04:45 AM
04-22-2008 10:58 AM
<!– AVM Filesystem Interface –>
<bean id="avmDiskDriver" class="org.alfresco.filesys.avm.AVMDiskDriver" >
<!–
<property name="avmService"><ref bean="indexingAVMService" /></property>
–>
<property name="avmService"><ref bean="indexingAVMLockingAwareService" /></property>
<property name="transactionService"><ref bean="transactionService" /></property>
<property name="authenticationComponent"><ref bean="authenticationComponent"/></property>
…
Yes, locking has been supported since 2.1.0 Community. Official support for turning on locking via CIFS came with 2.2.0E, where we were able to certify.
To configure locking behavior in CIFS, you can modify our Spring config file network-protocol-context.xml to use AVMLockingAwareService by changing bean reference from
indexingAVMService to indexingAVMLockingAwareService. AVMService is the underlying API for all AVM content operations; AVM locking-aware service is a wrapper around
AVM service to enforce all locking behavior (you can use either depending on what your application's needs are).
Kevin
04-22-2008 09:43 PM
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.