Re: Spring, embedded jetty, and hibernate

2007-11-07 Thread Phillip Williams
Sumit, I am in the process of setting the same configuration up as well, but am much earlier in the process. I just downloaded the RESTlet API! However, it sounds like the issues that you are having are between Spring and Hibernate. It sounds as though the transaction wrapping is not

Spring, embedded jetty, and hibernate

2007-11-07 Thread Sumit Lohia
I'm using Spring, Hibernate, and Restlets and getting a bunch of LazyInitializationExceptions. I've even implemented a OpenSessionInView filter and that doesn't help either. Does anyone have a workaround for this? I am using the Restlet framework (v1.0.1) with the embedded Jetty server as the