]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.simple/src/main/resources/org/argeo/slc/xml/spring/applicationContext.xml
Introduce org.argeo.slc.support.simple
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / src / main / resources / org / argeo / slc / xml / spring / applicationContext.xml
1 <beans xmlns="http://www.springframework.org/schema/beans"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"
4 default-lazy-init="true">
5
6 <bean id="slcDefault.xml.xsdValidator"
7 factory-bean="slcDefault.xml.xsdSchema" factory-method="createValidator" />
8
9 <bean id="slcDefault.xml.xsdSchema"
10 class="org.springframework.xml.xsd.SimpleXsdSchema">
11 <property name="xsd"
12 value="classpath:/org/argeo/slc/xml/slc.xsd" />
13 </bean>
14 </beans>