2425262728293031323334
protected DmwOmni(){ super(); dmwomni = this; try { schema = new SchemaManager(); // Add the schema manager as a resolver addResolver(schema); } catch (Exception e) { throw(new IllegalStateException("Instantiation of the SchemaManager should never throw an exception!", e));