mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
On r7023, it looks like there was a stray checkin that
commented out the "exporter" and "serverConnector" beans. This prevents the virtualization server from registering itself with the alfreco server (which is necessary in order for callbacks for the virtualization server to work. Removing the comments. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4561 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
</bean>
|
||||
|
||||
<!-- MBeanServer Connector (registers itself with custom alfrescoMBeanServer) -->
|
||||
<!-- <bean id="serverConnector"
|
||||
<bean id="serverConnector"
|
||||
class="org.springframework.jmx.support.ConnectorServerFactoryBean"
|
||||
depends-on="registry">
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
|
||||
<property name="environment">
|
||||
<map>
|
||||
<!-- The following keys are only valid when sun jmx is used -->
|
||||
<entry key="jmx.remote.x.password.file" value="${alfresco.jmx.dir}/alfresco-jmxrmi.password"/>
|
||||
<entry key="jmx.remote.x.access.file" value="${alfresco.jmx.dir}/alfresco-jmxrmi.access"/>
|
||||
</map>
|
||||
@@ -79,11 +80,11 @@
|
||||
<property name="server" ref="alfrescoMBeanServer"/>
|
||||
<property name="beans">
|
||||
<map>
|
||||
<!-- MBeans to register with alfrescoMBeanServer -->
|
||||
<entry key="Alfresco:Name=VirtServerRegistry,Type=VirtServerRegistry" value-ref="VirtServerRegistry"/>
|
||||
</map>
|
||||
</property>
|
||||
</bean>
|
||||
-->
|
||||
</bean>
|
||||
|
||||
<!-- MBeans registered with alfrescoMBeanServer -->
|
||||
<bean id="VirtServerRegistry"
|
||||
|
Reference in New Issue
Block a user