All ContentService methods all use read-only transactions.

The write streams are closed outside of the call to the service, so these will depend on the outer transaction's read/write state.
The ContentHitsAspect was firing in-transaction.  This now queues the count increment to processing after the transaction completes.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5909 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-06-11 13:01:47 +00:00
parent cc948d8c39
commit d9b0b13ade

View File

@@ -117,7 +117,7 @@
</property>
<property name="transactionAttributes">
<props>
<prop key="*">${server.transaction.mode.default}</prop>
<prop key="*">${server.transaction.mode.readOnly}</prop>
</props>
</property>
</bean>