It appears that if you use a selectManyCheckbox backed by a set that is proxied by hibernate you will run into problems with the dreaded LazyInitializationException. This has no
Thats exactly the point! It has nothing todo with the session state...
I've ran into this problem and I was able to solve it by adding the following within my component (in my case a selectManyMenu):