Bonjour,

J'utilise spring et hibernate, mais j'ai un soucis pour charger une relation entre deux tables:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
00:38:04,706 ERROR LazyInitializationException:<init>:19 - could not initialize proxy - the owning Session was closed
org.hibernate.LazyInitializationException: could not initialize proxy - the owning Session was closed
	at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:56)
	at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:98)

Merci