102103104105106107108
protected IDBService createDBService() throws Exception{ return new Postgres9DBService(); } protected IEventSearchService createEventSearchService() throws Exception { return new EventSearchService(); }