public void configureContext(MutablePicoContainer context) {
super.configureContext(context);
context.registerComponentInstance(Ows10Factory.eINSTANCE);
context.registerComponentInstance(WfsFactory.eINSTANCE);
context.registerComponentInstance(new WFSHandlerFactory(catalog, schemaBuilder));
context.registerComponentInstance(catalog);
context.registerComponentImplementation(PropertyTypePropertyExtractor.class);
//TODO: this code is copied from the 1.1 configuration, FACTOR IT OUT!!!
//seed the cache with entries from the catalog