hibernate data) or keep using the ContextLoaderListener, but initializing
> the lazy data on your DAO layer with Hibernate.initialize();
>
> Best Regards
>
> Rafael Nami
>
> 2007/4/24, hetjongetje <[EMAIL PROTECTED]>:
>>
>>
>> Hi, I'm encountering a LazyIniti
Hi, I'm encountering a LazyInitializationException in my web tests. This
error is encountered when trying to get aggregated collections within an
FormAction class:
For example, I have a an ArrayList field named fields in a POJO named
Screen:
assertNotNull(bean.getScreen().getFields()) passes
but
Hi Paul,
I'm looking to do the same thing. I've also had some limited luck with using
Compass before (although with XML mapping, rather than annotations) but I've
found their documentation to be lacking. I'm really interested to get
Hibernate Search working with a couple Appfuse-based projects.