All Questions
1 question
0
votes
1
answer
858
views
Hibernate LazyInitializationException thrown when called through Restful web service
I'm having a weird problem. I have implemented a feature in the project i'm working on using JSPs. Now I have a new requirement where I have to implement the same feature as a REST service. I'm using ...