Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3
Name and version of the database you are using:DB2 8.1
applicationContext :
<bean id="accoplaceregioncountryService" class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="target">
<ref bean="accoplaceregioncountryDao"/>
</property>
<property name="proxyInterfaces">
<value>com.tc.be.dao.AccoplaceregioncountryDao</value>
</property>
<property name="interceptorNames">
<list>
<value>hibernateInterceptor</value>
<value>loggingInterceptor</value>
</list>
</property>
</bean>
when i use ProxyFactoryBean in my applicationcontext for a database view, I get a list back from the spring template with size for example 5 but when i open the list all ellements are null