Re: [appfuse-user] LazyInitializationException and JSF web JUnit tests

2007-04-24 Thread hetjongetje
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

[appfuse-user] LazyInitializationException and JSF web JUnit tests

2007-04-24 Thread hetjongetje
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

Re: [appfuse-user] Hibernate Search and Appfuse

2007-04-17 Thread hetjongetje
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.