]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core.xml
Finalisation and clean of the architecture after first step of slc RCP UI prototype...
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.hibernate / META-INF / spring / core.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 xmlns:aop="http://www.springframework.org/schema/aop"
5 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
6 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
7 ">
8
9 <bean id="processListTableLabelProvider"
10 class="org.argeo.slc.client.contentprovider.ProcessListTableLabelProvider" />
11 <bean id="processListStructuredContentProvider"
12 class="org.argeo.slc.client.contentprovider.ProcessListStructuredContentProvider" />
13
14 <!-- Aspects -->
15 <aop:aspectj-autoproxy />
16 <bean id="contentProviderAspect" class="org.argeo.slc.client.aspects.ContentProviderAspect">
17 <property name="sessionFactory" ref="sessionFactory" />
18 <!-- <property name="transactionManager" ref="transactionManager" /> -->
19 </bean>
20 </beans>