I am getting LazyInitializationException when I try to loadlazy data
using Hibernate lazy mapping. I have configuredOpenSessionViewInFilter
for mxml servlet but it doesn't seem to beworking.If I use this filter
for my custom servlet other than Flexservlet, lazy loading works fine.
Am I missing anything?Here is my environment.Backend - Spring
Services(exposed as RMI) , Hibernate and SQLServer- deployed in JBoss as
a webapp1.Frontend - Spring, Flex, FDS, JBoss - deployed as a web app2.
- Assembler...