Re: [Geoserver-devel] Replacing GeoServer's main beans in modules

2009-07-21 Thread Justin Deoliveira
Ciao Emanuele, Trying to think back to when I did that :). But as far as I remember aliasing is just a convenience to give a bean multiple names. Basically the only way to "override" an existing bean definition is to have another bean with the same name defined in an app context which gets pro

[Geoserver-devel] Replacing GeoServer's main beans in modules

2009-07-21 Thread Emanuele Tajariol
Hi Justin, working on the hibernate catalog, I need some help. I need to replace the standard catalog beans in the Geoserver applicationContext, with the ones that provide data access via Hibernate (namely "rawCatalog" and "geoServer2"). I used as a guideline the hibernate module you developed