The problem does not exist anymore in Spring 2.5.1.
Sven
Type: Posts; User: swolt; Keyword(s):
The problem does not exist anymore in Spring 2.5.1.
Sven
My server loads objects from a database using Hibernate with certain fields marked as "fetch=FetchType.LAZY". These objects are then sent to a client using Spring's HttpInvoker.
The application...