public DefaultServiceRepository(ServletContext ctx, String defaultProperties) {
simpleFactory = new DefaultServiceFactory();
if (springAvailable()) {
springFactory = new SpringServiceFactory(ctx);
}
this.context = ctx;
if (defaultProperties != null) {