218219220221222223224225226227
mapping.addExceptionConfig(excfg); mapping.setProperty("testprop", "testval"); mapping.setProperty("testprop2", "test{1}"); mapping.freeze(); return mapping; } }
207208209210211212213214215216217
excfg.setType("foo.Bar2"); excfg.setPath("path2"); mapping.addExceptionConfig(excfg); mapping.freeze(); return mapping; }
205206207208209210211212213214215
221222223224225226227228229230