I'm using JPA2.1 and hibernate 4.3.8 and i have configured the presistence.xml to allow lazy loading
i have added
<property name="hibernate.enable_lazy_load_no_trans" value="true" />
into properties section
but i'm still getting LazyInitializtionException, what is the problem ?