mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Moved a bunch of things to more logical locations.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4497 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</bean>
|
||||
|
||||
<!-- Remote interface for AVM. -->
|
||||
<bean id="avmRemote" class="org.alfresco.repo.avm.clt.AVMRemoteImpl">
|
||||
<bean id="avmRemote" class="org.alfresco.repo.remote.AVMRemoteImpl">
|
||||
<property name="avmRemoteTransport">
|
||||
<ref bean="avmRemoteTransport"/>
|
||||
</property>
|
||||
@@ -29,14 +29,14 @@
|
||||
<value>rmi://localhost:1313/avm</value>
|
||||
</property>
|
||||
<property name="serviceInterface">
|
||||
<value>org.alfresco.repo.avm.AVMRemoteTransport</value>
|
||||
<value>org.alfresco.service.cmr.remote.AVMRemoteTransport</value>
|
||||
</property>
|
||||
<property name="refreshStubOnConnectFailure">
|
||||
<value>true</value>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="avmSyncService" class="org.alfresco.repo.avm.clt.AVMSyncServiceClient">
|
||||
<bean id="avmSyncService" class="org.alfresco.repo.remote.AVMSyncServiceClient">
|
||||
<property name="avmSyncServiceTransport">
|
||||
<ref bean="avmSyncServiceTransport"/>
|
||||
</property>
|
||||
@@ -47,7 +47,7 @@
|
||||
<value>rmi://localhost:1313/avmsync</value>
|
||||
</property>
|
||||
<property name="serviceInterface">
|
||||
<value>org.alfresco.service.cmr.avmsync.AVMSyncServiceTransport</value>
|
||||
<value>org.alfresco.service.cmr.remote.AVMSyncServiceTransport</value>
|
||||
</property>
|
||||
<property name="refreshStubOnConnectFailure">
|
||||
<value>true</value>
|
||||
|
Reference in New Issue
Block a user