Re: [Geoserver-devel] Hibernate-based catalog LazyInitializationException

2012-01-24 Thread John Armstrong
On Tue, 24 Jan 2012 15:21:15 -0700, Justin Deoliveira wrote: > And sorry, by disable i mean remove the jars. Or perhaps just the diskquota > jar might do it, not 100% sure. > > On Tue, Jan 24, 2012 at 3:20 PM, Justin Deoliveira > wrote: > >> Hi John, >> >> Unfortunately the dbconfig module is so

Re: [Geoserver-devel] Hibernate-based catalog LazyInitializationException

2012-01-24 Thread Justin Deoliveira
Hmmm... perhaps some sort of callback interface where code that needs to do something from a separate thread can do something, and the executor can ensure that a hibernate session is there. An alternative would be an different hibernate configuration... like disabling lazy loading which you pay a

Re: [Geoserver-devel] Hibernate-based catalog LazyInitializationException

2012-01-24 Thread Gabriel Roldan
On Tue, Jan 24, 2012 at 7:33 PM, Justin Deoliveira wrote: > > > On Tue, Jan 24, 2012 at 3:26 PM, John Armstrong > wrote: >> >> On Tue, 24 Jan 2012 15:21:15 -0700, Justin Deoliveira >> wrote: >> > And sorry, by disable i mean remove the jars. Or perhaps just the >> diskquota >> > jar might do it,

Re: [Geoserver-devel] Hibernate-based catalog LazyInitializationException

2012-01-24 Thread Justin Deoliveira
On Tue, Jan 24, 2012 at 3:26 PM, John Armstrong wrote: > On Tue, 24 Jan 2012 15:21:15 -0700, Justin Deoliveira > wrote: > > And sorry, by disable i mean remove the jars. Or perhaps just the > diskquota > > jar might do it, not 100% sure. > > > > On Tue, Jan 24, 2012 at 3:20 PM, Justin Deoliveira

Re: [Geoserver-devel] Hibernate-based catalog LazyInitializationException

2012-01-24 Thread Justin Deoliveira
And sorry, by disable i mean remove the jars. Or perhaps just the diskquota jar might do it, not 100% sure. On Tue, Jan 24, 2012 at 3:20 PM, Justin Deoliveira wrote: > Hi John, > > Unfortunately the dbconfig module is sort of unmaintained at the moment. > That said, it looks like gwc is probably

Re: [Geoserver-devel] Hibernate-based catalog LazyInitializationException

2012-01-24 Thread Justin Deoliveira
Hi John, Unfortunately the dbconfig module is sort of unmaintained at the moment. That said, it looks like gwc is probably doing some initialization in a separate thread, which the hibernate startup does not like. If you don't need geowebcache, i would just disable it for now. -Justin On Tue, J