Re: Wicket + Guice + Warp-persist + Hibernate

2009-10-06 Thread nino martinez wael
it does not have the session injected. > > -Original Message- > From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] > Sent: Tuesday, October 06, 2009 6:51 AM > To: users@wicket.apache.org > Subject: Re: Wicket + Guice + Warp-persist + Hibernate > > How does t

RE: Wicket + Guice + Warp-persist + Hibernate

2009-10-06 Thread Jeffrey Schneller
users@wicket.apache.org Subject: Re: Wicket + Guice + Warp-persist + Hibernate How does the code that are using it look like? Are you using detachable models etc? 2009/10/6 Jeffrey Schneller > So I took the plunge and tried to implement Guice + Warp Persist to > solve my lazy loading issues. I know I m

Re: Wicket + Guice + Warp-persist + Hibernate

2009-10-06 Thread nino martinez wael
How does the code that are using it look like? Are you using detachable models etc? 2009/10/6 Jeffrey Schneller > So I took the plunge and tried to implement Guice + Warp Persist to > solve my lazy loading issues. I know I may not have it all figured out > with regards to lazy loading but I can

Wicket + Guice + Warp-persist + Hibernate

2009-10-05 Thread Jeffrey Schneller
So I took the plunge and tried to implement Guice + Warp Persist to solve my lazy loading issues. I know I may not have it all figured out with regards to lazy loading but I can't even get simple data access to work now. Sorry for all the questions and issues. Can anyone provide some insight on