|
|
@ -1,16 +1,26 @@
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:security="http://www.springframework.org/schema/security" xmlns:context="http://www.springframework.org/schema/context"
|
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
|
|
|
xmlns:p="http://www.springframework.org/schema/p"
|
|
|
|
|
|
|
|
xmlns:tx="http://www.springframework.org/schema/tx"
|
|
|
|
|
|
|
|
xmlns:aop="http://www.springframework.org/schema/aop"
|
|
|
|
|
|
|
|
xmlns:security="http://www.springframework.org/schema/security"
|
|
|
|
|
|
|
|
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.xsd
|
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
|
|
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
|
|
|
|
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
|
|
|
|
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
|
|
|
|
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
|
|
|
|
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd
|
|
|
|
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd
|
|
|
|
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
|
|
|
|
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
|
|
|
|
|
|
|
|
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Root Context: defines shared resources visible to all other web components -->
|
|
|
|
<!-- Root Context: defines shared resources visible to all other web components -->
|
|
|
|
|
|
|
|
|
|
|
|
<context:annotation-config />
|
|
|
|
<context:annotation-config />
|
|
|
|
<context:component-scan base-package="info.bukova.isspst,org.zkoss.spring.beans.zkcomponents"></context:component-scan>
|
|
|
|
<context:component-scan base-package="info.bukova.isspst,org.zkoss.spring.beans.zkcomponents"></context:component-scan>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<task:annotation-driven/>
|
|
|
|
|
|
|
|
|
|
|
|
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" id="propertyConfigurer">
|
|
|
|
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" id="propertyConfigurer">
|
|
|
|
<property name="locations">
|
|
|
|
<property name="locations">
|
|
|
|
<list>
|
|
|
|
<list>
|
|
|
|