diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-03-01 14:55:42 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-03-01 14:55:42 +0530 |
| commit | 1894fc1762042cd832305d28c7502b62ae014404 (patch) | |
| tree | 9807c656bda1d1b5bac7e8520450fa5be1b0c645 /com.gluster.storage.management.server/src/applicationContext.xml | |
| parent | c95d2ea02cc4126ed5cf33dac5fba5971dcf88c6 (diff) | |
Adding spring and derby libraries, server data initialization
Diffstat (limited to 'com.gluster.storage.management.server/src/applicationContext.xml')
| -rw-r--r-- | com.gluster.storage.management.server/src/applicationContext.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/com.gluster.storage.management.server/src/applicationContext.xml b/com.gluster.storage.management.server/src/applicationContext.xml deleted file mode 100644 index a6d21e6d..00000000 --- a/com.gluster.storage.management.server/src/applicationContext.xml +++ /dev/null @@ -1,22 +0,0 @@ - -<beans xmlns="http://www.springframework.org/schema/beans" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" - xmlns:task="http://www.springframework.org/schema/task" - xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd - http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd"> - <context:component-scan base-package="com.gluster.storage.management.server" /> - <task:scheduler id="taskScheduler" /> - <task:executor id="taskExecutor" pool-size="1" /> - <task:annotation-driven executor="taskExecutor" - scheduler="taskScheduler" /> - - <task:scheduled-tasks> - <task:scheduled ref="serverDiscoveryTask" method="discoverServers" fixed-delay="60000"/> - </task:scheduled-tasks> - - <bean id="environment" class="java.lang.String"> - <constructor-arg value="vmware"/> - </bean> -</beans>
\ No newline at end of file |
