summaryrefslogtreecommitdiffstats
path: root/branches/java-post-M1/samples/sca/helloworldws-celtix/server.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/java-post-M1/samples/sca/helloworldws-celtix/server.xml')
-rw-r--r--branches/java-post-M1/samples/sca/helloworldws-celtix/server.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/branches/java-post-M1/samples/sca/helloworldws-celtix/server.xml b/branches/java-post-M1/samples/sca/helloworldws-celtix/server.xml
deleted file mode 100644
index 94c9efe897..0000000000
--- a/branches/java-post-M1/samples/sca/helloworldws-celtix/server.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE beans SYSTEM
- "http://celtix.objectweb.org/configuration/spring/celtix-spring-beans.dtd">
-
-<beans
- xmlns:ct="http://celtix.objectweb.org/configuration/types"
- xmlns:sec="http://celtix.objectweb.org/bus/configuration/security"
- xmlns:im-conf="http://celtix.objectweb.org/bus/instrumentation/instrumentation-config"
- xmlns:im="http://celtix.objectweb.org/bus/instrumentation"
->
-
- <bean id="celtix.Instrumentation"
- class="org.objectweb.celtix.bus.instrumentation.instrumentation_config.spring.InstrumentationConfigBean">
- <property name="instrumentationControl">
- <value>
- <im:instrumentation>
- <im:InstrumentationEnabled>true</im:InstrumentationEnabled>
- <im:JMXEnabled>true</im:JMXEnabled>
- </im:instrumentation>
- </value>
- </property>
- <property name="MBServer">
- <value>
- <im:MBServer>
- <im:JMXConnector>
- <im:Threaded>true</im:Threaded>
- <im:Daemon>false</im:Daemon>
- <im:JMXServiceURL>service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi/server</im:JMXServiceURL>
- </im:JMXConnector>
- </im:MBServer>
- </value>
- </property>
- </bean>
-</beans>
-